Caret is not painted middle of empty inline element even when `Selection` is collapsed in it
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
People
(Reporter: sujay, Unassigned, NeedInfo)
References
Details
(Whiteboard: [caret][selection])
Attachments
(1 file)
|
237 bytes,
text/html
|
Details |
Comment 1•24 years ago
|
||
Updated•19 years ago
|
Updated•19 years ago
|
Comment 8•15 years ago
|
||
Comment 9•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Comment 10•11 months ago
|
||
Oddly, the testcase does not work anymore. I guess the anchor is removed by the server for some security reasons.
It works in my test suite. However, the care appears even though it's overlapped with the border of the <a>. It could be nicer that the care appears at middle of the box, though.
Inserting text after clicking around the anchor is different from Chrome. We insert text into the anchor, but Chrome appends the text to the preceding text. The reason is, Chrome adjusts Selection before handling to insert text and some web developers complain about that. So, we should not align the behavior at least for now.
So, the remaining issue is about the caret rendering position. Moving this to the layout module.
Comment 11•11 months ago
|
||
The severity field is not set for this bug.
:alaskanemily, could you have a look please?
For more information, please visit BugBot documentation.
Description
•