Open
Bug 417412
Opened 17 years ago
Updated 5 years ago
Impossible to place caret between two centered tables
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: m.kou, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2
When two centered tables are placed next to each other, it is impossible to place the caret between them and add contents.
Reproducible: Always
Steps to Reproduce:
1. Make an editable HTML page with <table align="center">...</table><table align="center">...</table>.
2. Try to place the caret in between them in any way you can (by mouse, by arrow keys, etc.)
3. No, it can't be done.
Actual Results:
It is impossible to place the caret in between the two tables.
Expected Results:
It should be possible to place the caret in between the two tables.
This issue is causing bug 316 in FCKeditor:
https://dev.fckeditor.net/ticket/316
Reporter | ||
Comment 1•17 years ago
|
||
Comment 3•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.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•