-
- Downloads
[FIX] web_tour: properly determine consume event for no-type inputs
When checking the consume type of an input element, the type attribute was checked. Indeed a "text" input has a "input" consume event, while a "button" input has a "mousedown" consume event. The problem here was that when the input has no type, the "mousedown" consume event was chosen while the default type for input is "text" for browsers.
Please register or sign in to comment