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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 24 12:22:55 PDT 2013


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

           Summary: Access key map is invalidated in scheduleStyleRecalc
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: sam at webkit.org, cfleizach at apple.com, enrica at apple.com


https://chromium.googlesource.com/chromium/blink/+/eb86bb4125b6063202536b960da0f013d1d0d1a revealed that
we're clearing the access key map in scheduleStyleRecalc.

That seems way too often. We need to either not cache the map at all or cache it better by updating the map
when elements are added or removed or when relevant attributes are changed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list