Bug 232233
Summary: | HTMLOptionElement should not call invalidateStyleForSubtree() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | karlcow, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=232230 https://bugs.webkit.org/show_bug.cgi?id=8351 |
Tim Nguyen (:ntim)
<option> don't have a subtree... it should be invalidateStyleInternal()
Though I doubt this is needed, this was added to set invalidate the `:checked` pseudo element state, which is done using other mechanisms nowadays (I think the CSSJIT stuff does this?).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/84877555>
Karl Dubost
Tim, does your comment still stand?
This was removed in
https://github.com/WebKit/WebKit/commit/2d537f597bb34683b7d4dad754bf9e301c8e2a92#diff-ff55ba0b13c09bf56af1ab72574063b83e73df4f99d58308080cb22330e7900cL182
Tim Nguyen (:ntim)
*** This bug has been marked as a duplicate of bug 234636 ***