Open Zenroth opened 11 years ago
I checked a bit the code, and this seems easy to fix. Should we keep the option to create a button which keep mouse focus ? It sounds like this could be useful. e.g. Rotoslider like stuff. (http://www.antisphere.com/Wiki/tools:anttweakbar:rotoslider)
I'm also wondering if some controls currently in Gwen does count on this button behavior, like menu
This problem could use being fixed.
I posted some details about this on the google page, but it seems like that list of issues isn't be updated anymore so I'm re-posting here. Please let me know if this is wrong.
The basic problem is that when you initially click into a button, it gets assigned as the MouseFocus object. Your then able to move the mouse out of the button, while still holding the click down, then release the mouse button.
This results in button performing its clicking action, despite the mouse not actually being over it. You can actually continually click and trigger the button while outside of it doing this, until you move the mouse while the button is not held down.
Otherwise, really liking this framework so far, thanks for building it.