Bug 248901 - Add SelectionMode enum for setRangeText() in HTMLInputElement and HTMLTextAreaElement
Summary: Add SelectionMode enum for setRangeText() in HTMLInputElement and HTMLTextAre...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://jsfiddle.net/fuj60bma/show
Keywords: BrowserCompat, InRadar
Depends on:
Blocks:
 
Reported: 2022-12-07 13:16 PST by Ahmad Saleem
Modified: 2023-08-30 14:59 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 Ahmad Saleem 2022-12-07 13:16:25 PST
Hi Team,

While going through Blink's commit, I came across another potential merge:

Blink Commit - https://src.chromium.org/viewvc/blink?view=revision&revision=199316

Just wanted to raise this bug so this can be tracked.

Thanks!
Comment 2 Radar WebKit Bug Importer 2022-12-14 13:17:22 PST
<rdar://problem/103369726>
Comment 3 Ahmad Saleem 2023-08-30 14:59:38 PDT
I took a test from our tree, which Blink modified via patch and changed in JSFiddle and we pass all tests (have old behavior) while Chrome Canary 118 and Firefox Nightly 118 both fail subset of tests on same error, so we have odd behavior compared to other browsers, so I think we should merge this and align our behavior with other browsers.

Adding 'BrowserCompat' tag as well.