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
the problem was that when calling keypress insert was called that was calling redraw that was using visibility: hidden to make rendering faster. In IE and Edge when textarea was hidden it didn't prevent default behavior of scrolling the page. First try was setTimeout 0 but it didn't work (the solution was good but there was bug in debug code that was later removed when looked at diff).
Maybe there is better way to hide the cmd but don't hide textarea so it don't loose focus. In Chrome textarea keep having focus when cmd is hidden.
Expected behavior
Pressing space should only insert space
Actual behavior
The page is scrolled down
Steps to reproduce
Browser and OS
Windows IE and Edge
The text was updated successfully, but these errors were encountered: