Closed
Bug 577367
Opened 14 years ago
Closed 14 years ago
Backspace key doesn't stop across contenteditable spans
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 414526
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
514 bytes,
text/html
|
Details |
STR: 1. Load the test case: https://bugzilla.mozilla.org/attachment.cgi?id=443835 2. Type something in row 3 and column 2. 3. Press backspace repeatedly. When the text you just entered is completely deleted, the backspace key would end up deleting the text in the previous contenteditable span.
Assignee | ||
Comment 1•14 years ago
|
||
Are Google spreadsheets also affected by this bug? If yes, we need to block on this as well.
We put everything in a single contentEditable div, so I don't think so (though that div may contain multiple spans, but that doesn't appear to be a factor here).
Comment 3•14 years ago
|
||
Shows this issue happening between two DIV elements.
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•