[Webkit-unassigned] [Bug 119054] Access key map is invalidated in scheduleStyleRecalc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 8 16:34:40 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=119054

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #2 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am getting following behavior across all browsers using test case from Chromium patch:

Link - https://jsfiddle.net/La1zdv2f/show

NOTE - I modified the test slightly because there was double </head> end tag.

** Safari 15.6 **

Need to focus on input field and it automatically generated first access key and then later pressing CTRL+OPTION+B and C leads to one by one event show up (C leads to two event and then complete test) and later show "PASS".

** Firefox Nightly 105 **

Need to focus on input field and it automatically generated first access key and then later pressing CTRL+OPTION+B and C leads to one by one event show up (C leads to two event and then complete test) and later show "PASS".

** Chrome Canary 106 **

Need to focus on input field and it automatically generated first access key and later just pressing one shortcut lead to whole test being complete rather than "B" and "C" being separate.

____

I am not sure on web-spec but Safari matches with Firefox in above test case but different from Chrome. Appreciate if someone else can comment and mark this bug accordingly. Thanks!

Also is these WPT tests related to following:

https://wpt.fyi/results/uievents/interface/keyboard-accesskey-click-event.html?label=master&label=experimental&aligned&view=subtest&q=access%20key

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220808/61ac9dfe/attachment.htm>


More information about the webkit-unassigned mailing list