Bug 176972 - Avoid updating the style inside Document::setFocusedElement when called from Document::removeFocusedNodeOfSubtree.
Summary: Avoid updating the style inside Document::setFocusedElement when called from ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-14 17:50 PDT by Per Arne Vollan
Modified: 2017-09-15 11:55 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.68 KB, patch)
2017-09-15 11:53 PDT, Per Arne Vollan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2017-09-14 17:50:59 PDT
The following FIXME is found in Document::removeFocusedNodeOfSubtree before calling setFocusedElement:

// FIXME: We should avoid synchronously updating the style inside setFocusedElement.
Comment 1 Per Arne Vollan 2017-09-15 11:53:04 PDT
Created attachment 320938 [details]
Patch