Bug 197794
Summary: | setSelectionRange does not fire a select event | ||
---|---|---|---|
Product: | WebKit | Reporter: | Domenic Denicola <d> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, cdumez, wenson_hsieh |
Priority: | P2 | ||
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Domenic Denicola
See https://wpt.fyi/results/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html, in particular the test "input setSelectionRange fires a select event"
This indirectly makes some other things hard to test, e.g. https://github.com/web-platform-tests/wpt/pull/16780 includes a workaround for Safari.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
We do fire select events (e.g., Bug 238142). Can you confirm whether there are remaining things needed here?