Bug 271033 - Fire selectionchange event on input and textarea elements
Summary: Fire selectionchange event on input and textarea elements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
: 234348 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-03-14 21:21 PDT by Ryosuke Niwa
Modified: 2024-03-19 17:48 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***