Keyboard input badly interpreted #1

Open
opened 2019-06-23 13:34:58 +12:00 by mikedilger · 0 comments
mikedilger commented 2019-06-23 13:34:58 +12:00 (Migrated from github.com)

Some keyboard input does not behave properly, at least in a textarea element (https://mikedilger.com/scratch.html)

  • Home and End do not go to front and end of line.
  • Return sometimes indents with spaces
  • backspace at the beginning of a line sometimes deletes the previous line entirely

I found these rather quickly, so I suppose rigorous testing would find quite a few more.

I expect this is a bug in servo, but it could also be related to our handling of winit events... to be determined. FYI servo/glutin/ports behaves just a badly.

Some keyboard input does not behave properly, at least in a textarea element (https://mikedilger.com/scratch.html) * Home and End do not go to front and end of line. * Return sometimes indents with spaces * backspace at the beginning of a line sometimes deletes the previous line entirely I found these rather quickly, so I suppose rigorous testing would find quite a few more. I expect this is a bug in servo, but it could also be related to our handling of winit events... to be determined. FYI servo/glutin/ports behaves just a badly.
Sign in to join this conversation.
No description provided.