Bug 188909 - initKeyboardEvent doesn't clear CapsLock state
Summary: initKeyboardEvent doesn't clear CapsLock state
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-08-23 17:00 PDT by Ryosuke Niwa
Modified: 2019-02-06 09:18 PST (History)
10 users (show)

See Also:


Attachments
Fixes the bug (7.12 KB, patch)
2018-08-23 17:02 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2018-08-23 17:00:12 PDT
We should clear the caps lock state in initKeyboardEvent to match behaviors of Firefox & Chrome.

Spec bug: https://github.com/w3c/uievents/issues/209
Comment 1 Ryosuke Niwa 2018-08-23 17:02:47 PDT
Created attachment 347974 [details]
Fixes the bug
Comment 2 Wenson Hsieh 2018-08-23 17:08:38 PDT
Comment on attachment 347974 [details]
Fixes the bug

r=mews
Comment 3 Ryosuke Niwa 2018-08-23 19:01:30 PDT
Comment on attachment 347974 [details]
Fixes the bug

Clearing flags on attachment: 347974

Committed r235268: <https://trac.webkit.org/changeset/235268>
Comment 4 Ryosuke Niwa 2018-08-23 19:01:32 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2018-08-23 19:03:25 PDT
<rdar://problem/43668541>
Comment 6 Lucas Forschler 2019-02-06 09:18:24 PST
Mass move bugs into the DOM component.