Remove dom.select_events.textcontrols.selectionchange.enabled pref
Categories
(Core :: DOM: Editor, task)
Tracking
()
People
(Reporter: gregp, Unassigned)
References
(Blocks 1 open bug)
Details
It's been enabled by default for about 3 years now (bug 1648944).
It seems like other engines have not implemented this behavior yet
- https://bugs.chromium.org/p/chromium/issues/detail?id=1327098
- https://bugs.webkit.org/show_bug.cgi?id=234348
Do we want to keep the pref around until they do? Or do we think this area of the spec is stable enough that we could remove the pref now?
Comment 1•2 years ago
|
||
(In reply to Gregory Pappas [:gregp] from comment #0)
It's been enabled by default for about 3 years now (bug 1648944).
It seems like other engines have not implemented this behavior yet
- https://bugs.chromium.org/p/chromium/issues/detail?id=1327098
- https://bugs.webkit.org/show_bug.cgi?id=234348
Do we want to keep the pref around until they do? Or do we think this area of the spec is stable enough that we could remove the pref now?
Kagami/Masayuki, what's your thought? Thanks.
| Reporter | ||
Comment 2•2 years ago
|
||
FWIW, after this bug was filed, WebKit did implement this behavior.
https://bugs.webkit.org/show_bug.cgi?id=271033
Comment 3•2 years ago
•
|
||
Nice! I'd like to keep it a bit more until everyone (Blink) implements it without big webcompat issue, if Masayuki agrees. The WebKit change probably hasn't reached to the stable version yet I guess?
Yeah, it's safer to keep it until the other browsers ship it.
Description
•