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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
if I do browserTrigger(element, 'keydown'), there is no option to give keyCode. It is going to line 127, to initMouseEvent, even though this is a keydown event.
The text was updated successfully, but these errors were encountered:
I had to make two different commits: gonzaloruizdevilla@2f0d4fb to allow key events gonzaloruizdevilla@d70e0d4 to force artificially event bubbling in trees detached from the document (bubbling don't work in these cases in some browsers like chrome)
if I do browserTrigger(element, 'keydown'), there is no option to give keyCode. It is going to line 127, to initMouseEvent, even though this is a keydown event.
The text was updated successfully, but these errors were encountered: