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
flushIOSKey when calling dispatchKey discards ctrlKey, metaKey, altKey of pendingIOSKey event, as a result the editor gets notification about d being pressed while user have pressed ctrl-d
FIX: Work around the fact that Mobile Safari makes DOM changes before firing
a key event when typing ctrl-d on an external keyboard.
Issue codemirror/dev#1343
Attached patches should help with this, and work around the fact that, due to buggy event ordering on that browser, the effect of ctrl-d would end up being applied twice (at least with my keyboard/iOS version).
Describe the issue
flushIOSKey when calling dispatchKey discards
ctrlKey, metaKey, altKey
ofpendingIOSKey
event, as a result the editor gets notification aboutd
being pressed while user have pressedctrl-d
replit/codemirror-vim#115
Browser and platform
Safari on IOS
Reproduction link
https://raw.githack.com/replit/codemirror-vim/master/dev/web-demo.html
The text was updated successfully, but these errors were encountered: