Open
Bug 1446300
Opened 7 years ago
Updated 2 years ago
Implement updated uniformized input/textarea cursor position processing
Categories
(Core :: DOM: Editor, enhancement, P3)
Core
DOM: Editor
Tracking
()
NEW
People
(Reporter: d, Unassigned)
Details
Spec change: https://github.com/whatwg/html/pull/3472
Tests: http://w3c-test.org/html/semantics/forms/textfieldselection/selection-start-end-extra.html
Note that these tests do not include many ways to change the value that are only possible manually, e.g. copy and paste or user input. See https://github.com/whatwg/html/issues/2424#issuecomment-286580627 and https://github.com/whatwg/html/issues/2424#issuecomment-286605947 for a more exhaustive list.
![]() |
||
Comment 1•7 years ago
|
||
Implementation notes:
1) There is a history of web compat problems when we change this stuff, so we need to be pretty careful.
2) Comparing Firefox, Chrome, and Safari on
http://w3c-test.org/html/semantics/forms/textfieldselection/selection-start-end-extra.html shows
that there's horrible interop so there may be some flexibility here. That said, there is no
guarantee that changing behavior even to the same one as one of the other browsers won't cause
compat problems.
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•