ruffle icon indicating copy to clipboard operation
ruffle copied to clipboard

core: KeyPress events have precedence over tabbing

Open kjarosh opened this issue 9 months ago • 0 comments

When there's a button that handles KeyPress "Tab" event (code 18), the tabbing should not be performed.

A test was added to verify this behavior.

Related to https://github.com/ruffle-rs/ruffle/issues/5443, as it makes FocusManager work a little better.

kjarosh avatar May 22 '24 11:05 kjarosh