Bug 159112 - The active state of elements can break when focus changes
Summary: The active state of elements can break when focus changes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-24 18:44 PDT by Benjamin Poulain
Modified: 2016-06-25 21:34 PDT (History)
6 users (show)

See Also:


Attachments
Patch (20.43 KB, patch)
2016-06-24 18:53 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff
Patch (21.34 KB, patch)
2016-06-24 19:11 PDT, Benjamin Poulain
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2016-06-24 18:44:41 PDT
The active state of elements can break when focus changes
Comment 1 Benjamin Poulain 2016-06-24 18:53:30 PDT
Created attachment 282042 [details]
Patch
Comment 2 Benjamin Poulain 2016-06-24 19:11:38 PDT
Created attachment 282043 [details]
Patch
Comment 3 Antti Koivisto 2016-06-25 15:54:39 PDT
Comment on attachment 282043 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=282043&action=review

> Source/WebCore/ChangeLog:33
> +        (WebCore::Document::setFocusedElement): Deleted.A

Truncated comment?
Comment 4 Benjamin Poulain 2016-06-25 21:34:39 PDT
Committed r202470: <http://trac.webkit.org/changeset/202470>