Closed
Bug 40361
Opened 25 years ago
Closed 25 years ago
"Del" or "Clear" key should delete cell contents, not entire cells
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
People
(Reporter: cmanske, Assigned: mozeditor)
Details
In Del and Clear (on Mac) key handlers, call
nsITableEditor::GetFirstSelectedCell()
to test if we are in cell selection mode. If it returns an element, call
nsITableEditor::ClearCellContents() so table table structure is not disturbed.
That method *will* delete entire cells only if all the cells in a column or
row are selected.
You filed this bug twice. If you don't think you did this, we can investigate
it as a bugzilla bug. Your second bug has a comment, so I'm marking this as a
dupe of it.
Also you mention "Mac" does that mean the real bug should be marked All/All?
*** This bug has been marked as a duplicate of 40364 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•