When an input or textarea has focus in a browser you can no longer hold the arrow keys to move the cursor around. It stops after the first movement, requiring the key to be pressed again.
Code Snippet (if applicable) to Reproduce Problem:
mob/verb/Test()
src << browse("<HTML><BODY><textarea rows=20 cols=40>Try using the arrow keys to move around this text, in MSHTML you can hold the arrows. Also a misspulled word for the other issue</textarea><br><input type=text value=\"This is also broken\"></BODY></HTML>","window=test")
Expected Results:
Holding arrows moves the cursor around.
Actual Results:
Acts the same as pressing the key once.
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
New to webview2.