Open
Bug 1486179
Opened 8 years ago
Updated 1 year ago
Caret of vertical-rl extrinsic-block-sized contenteditable is misplaced at the wrong place, before entering any character
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | affected |
People
(Reporter: zjz, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Caret of vertical-rl extrinsic-block-sized contenteditable is misplaced at the wrong place, before entering any character
Please see the uploaded test.html
| Reporter | ||
Updated•8 years ago
|
Blocks: contenteditable, writing-mode
Comment 1•8 years ago
|
||
When there is no bogus node (<br>), caret doesn't set valid position well since contenteditable doesn't have correct height yet (bug 1098151). It isn't related to vertical text.
Depends on: 1098151
Priority: -- → P3
| Reporter | ||
Comment 2•8 years ago
|
||
Thank you for the clarification.
Users can just see the issue presenting in vertical-rl mode, so personally I think it might still be appropriate to considered "related" to writing-mode, because people who CC'ed writing-mode might be also interested, though it may be unrelated to writing-mode in code level.
Comment 3•7 years ago
|
||
This initial misplacement of caret in documents with root element with 'writing-mode: sideways-lr' also happens. I have a test demonstrating this ... but right now I can not upload it to my website. I will upload it as soon as my webhosting company fixes its problem.
Comment 4•5 years ago
|
||
Test with root element with 'writing-mode: sideways-lr':
http://www.gtalbot.org/BugzillaSection/Bug1486179CaretVRLMisplaced.html
Updated•3 years ago
|
Severity: normal → S3
| Reporter | ||
Comment 5•1 year ago
|
||
Here is a refined test. Check this test file instead.
You need to log in
before you can comment on or make changes to this bug.
Description
•