Open
Bug 1559739
Opened 4 years ago
Updated 4 months ago
Accessible caret is not rotated with text it's selecting
Categories
(Core :: DOM: Selection, defect, P3)
Core
DOM: Selection
Tracking
()
NEW
People
(Reporter: xidorn, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
327 bytes,
text/html
|
Details |
Steps to reproduce:
- open the testcase with accessible caret enabled (on a touchable device like mobile)
- try to select the text
Expected result:
the accessible caret is rotated with the text
Actual result:
it's not.
(Actually Firefox probably performs the best in this case. Safari on iOS shows the selection range incorrectly. Chrome on Android renders it similar to Firefox but it seems dragging its start caret would deselect everything.)
Reporter | ||
Comment 1•4 years ago
|
||
Related bug reports:
Updated•4 years ago
|
Component: Editor → Selection
Comment 2•4 years ago
|
||
Currently, AccessibleCaret doesn't work so well with non-horizontal text. If we want to fix this properly, we should consider vertical writing-mode as well.
Also, if we want the caret to be rotated with the text, we need to make sure the usability is still good and smooth when dragging a caret, say from a horizontal text to some skewed text.
Blocks: AccessibleCaret
See Also: → 1217841
Updated•4 months ago
|
Severity: normal normal → S3 S3
You need to log in
before you can comment on or make changes to this bug.
Description
•