Hi Aekiro,
I'm getting the following error in the browser console:
Uncaught (in promise) TypeError: Cannot read property 'ContainsPoint' of null
at aekiro_buttonInstance.isInsideScrollView (504afc9b-f51a-417f-a8cb-0cbe721cf437:1051)
at aekiro_buttonInstance.isClickable (504afc9b-f51a-417f-a8cb-0cbe721cf437:1036)
at aekiro_buttonInstance.OnMouseEnter (504afc9b-f51a-417f-a8cb-0cbe721cf437:822)
at aekiro_buttonInstance.OnAnyInputMove (504afc9b-f51a-417f-a8cb-0cbe721cf437:756)
at aekiro_buttonBehavior._OnInputMove (4e0264b4-9025-4c4b-8031-68a7ad825abf:50)
at aekiro_buttonBehavior._OnPointerMove (4e0264b4-9025-4c4b-8031-68a7ad825abf:24)
at Array.<anonymous> (4e0264b4-9025-4c4b-8031-68a7ad825abf:11)
at a.Event.Handler._FireAndWaitAsyncSequential (handler.js:1)
at a.Event.Dispatcher.dispatchEventAndWaitAsyncSequential (dispatcher.js:1)
at C3.Runtime._OnEventFromDOM (runtime.js:1)
I've created a stripped down version of my project in order to demonstrate the problem here:
https://www.dropbox.com/s/m246j2g5beyyfvb/ProUI_Test02.c3p?dl=0
The following steps trigger the error:
- Click the Menu button and select 'Option 1'
- Click the Back button
- Click the Menu button and hover the mouse over any of the menu options
Thanks,
Steve.