You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throws an Uncaught TypeError: Cannot read property 'addClass' of null onMouseOver.
Throws an Uncaught TypeError: Cannot read property 'removeClass' of null onMouseOut.
Steps to Reproduce (for bugs)
Edit: Add -debug flag and rebuild the project using build-html5.hxml.
Go bin directory and open the index.html, activate devtools then move your mouse pointer over the checkbox.
Test app / minimal test case
Here is the example project to reproduce the error: HaxeUI.zip
Your Environment
Version used: Latest git.
Environment name and version Chrome 62.0.3202.89
Operating System and version (desktop or mobile): MacOS 10.12.4
The text was updated successfully, but these errors were encountered:
I couldnt actually reproduce this, but i have made a number of changes to optionboxes and checkboxes that i think will fix this - can you retest and close as appropriate?
Cheers.
PS: checkbox comes with its own label control, so you dont need to create one: <checkbox text="Native" ... ... /> (same with optionbox)
This is a custom component.
Expected Behavior
No error.
Current Behavior
Throws an Uncaught TypeError: Cannot read property 'addClass' of null onMouseOver.
Throws an Uncaught TypeError: Cannot read property 'removeClass' of null onMouseOut.
Steps to Reproduce (for bugs)
Edit: Add -debug flag and rebuild the project using build-html5.hxml.
Go bin directory and open the index.html, activate devtools then move your mouse pointer over the checkbox.
Test app / minimal test case
Here is the example project to reproduce the error:
HaxeUI.zip
Your Environment
The text was updated successfully, but these errors were encountered: