Bug 271033

Summary: Fire selectionchange event on input and textarea elements
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: FormsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: ashvayka, cdumez, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Ryosuke Niwa 2024-03-14 21:21:43 PDT
According to the spec, we should be firing selectionchange event that bubbles on input & textarea elements, not on document.
Comment 1 Ryosuke Niwa 2024-03-14 21:30:48 PDT
Pull request: https://github.com/WebKit/WebKit/pull/25927
Comment 2 EWS 2024-03-16 01:24:37 PDT
Committed 276238@main (0a064d401bd0): <https://commits.webkit.org/276238@main>

Reviewed commits have been landed. Closing PR #25927 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2024-03-16 01:25:16 PDT
<rdar://problem/124744774>
Comment 4 Ryosuke Niwa 2024-03-19 17:48:38 PDT
*** Bug 234348 has been marked as a duplicate of this bug. ***