[Webkit-unassigned] [Bug 145329] New: Clean up logic for updating caps lock indicator state

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 22 16:58:15 PDT 2015


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

            Bug ID: 145329
           Summary: Clean up logic for updating caps lock indicator state
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org

We can take advantage of the fact that the caps lock indicator is implemented in the shadow DOM to simplify the logic for updating its state. Notice that TextFieldInputType listens for DOM focus and DOM blur events and updates the state of the caps lock indicator. It's unnecessary to explicitly update the state of the caps lock indicator using EventHandler::capsLockStateMayHaveChanged().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150522/5d195440/attachment-0001.html>


More information about the webkit-unassigned mailing list