Bug 138850 - Avoid synchronous style recalc in Document.activeElement
Summary: Avoid synchronous style recalc in Document.activeElement
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Performance
Depends on:
Blocks:
 
Reported: 2014-11-18 16:01 PST by Andreas Kling
Modified: 2014-11-18 16:19 PST (History)
6 users (show)

See Also:


Attachments
Patch (2.80 KB, patch)
2014-11-18 16:06 PST, Andreas Kling
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2014-11-18 16:01:28 PST
Accessing Document.activeElement shouldn't force a synchronous style recalc.
Comment 1 Andreas Kling 2014-11-18 16:06:46 PST
Created attachment 241825 [details]
Patch
Comment 2 Andreas Kling 2014-11-18 16:19:57 PST
Committed r176294: <http://trac.webkit.org/changeset/176294>