Bug 241550 - Fix the TextControlSetValue selection for HTMLTextAreaElement cloning
Summary: Fix the TextControlSetValue selection for HTMLTextAreaElement cloning
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zsun
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-13 07:31 PDT by zsun
Modified: 2022-09-30 06:40 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zsun 2022-06-13 07:31:56 PDT
Instead clone the selection, we should clamp selection start/end to 0.

Affected test -
imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/select-event.html
Comment 2 Radar WebKit Bug Importer 2022-06-13 15:59:47 PDT
<rdar://problem/95062477>
Comment 3 Ahmad Saleem 2022-09-30 04:47:52 PDT
Safari Technical Preview 154 passes all test:

https://wpt.fyi/results/html/semantics/forms/textfieldselection/select-event.html?label=master&label=experimental&aligned&view=subtest&q=select-event.html

Do we need anything here? Can we close this bug and PR as well? Thanks!
Comment 4 zsun 2022-09-30 06:40:07 PDT
This bug is not valid any more.