Bug 238429 - remove pending UA shadow tree state when an input element is removed from the document
Summary: remove pending UA shadow tree state when an input element is removed from the...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Cameron McCormack (:heycam)
URL:
Keywords: InRadar
: 241954 (view as bug list)
Depends on:
Blocks: 236747
  Show dependency treegraph
 
Reported: 2022-03-27 19:02 PDT by Cameron McCormack (:heycam)
Modified: 2022-08-05 02:51 PDT (History)
11 users (show)

See Also:


Attachments
Patch (4.16 KB, patch)
2022-03-27 19:15 PDT, Cameron McCormack (:heycam)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron McCormack (:heycam) 2022-03-27 19:02:16 PDT
If an <input> element's UA shadow tree is pending, and the element moves document before we create the shadow tree under a style flush, we need to let the new document know to do it.
Comment 1 Cameron McCormack (:heycam) 2022-03-27 19:02:42 PDT
<rdar://90682918>
Comment 2 Cameron McCormack (:heycam) 2022-03-27 19:15:57 PDT
Created attachment 455877 [details]
Patch
Comment 3 EWS 2022-03-28 01:28:37 PDT
Committed r291961 (248926@main): <https://commits.webkit.org/248926@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 455877 [details].
Comment 4 Adrian Perez 2022-08-05 02:51:44 PDT
*** Bug 241954 has been marked as a duplicate of this bug. ***