Opened 14 years ago
Closed 13 years ago
#5793 closed New Feature (wontfix)
Multi-Cell selection in IE
Reported by: | Damian | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IBM Discussion | Cc: | Joe Kavanagh |
Description
It is a known issue that IE does not properly allow for selecting content in multiple cells in a table to delete their content. The purpose of this ticket is to discuss whether CKEditor can do anything to facilitate the use case where a user selects text from multiple cells (using mouse or keyboard) and hits the delete or backspace key. The desired behaviour is that the selected content is removed from the cells. Firefox and Webkit handle this case natively.
Is it possible for CKEditor to detect the delete keystroke and perform the desired removal for IE? I realize this is working around the lack of functionality provided by IE, but it has come up as a customer request.
Change History (4)
comment:1 Changed 14 years ago by
Keywords: | Discussion added |
---|---|
Milestone: | CKEditor 3.4 |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Another use case of multi-cell selection is the ability to easily merge a group of cells into one. Unlike in IE, in Firefox it's very easy with "Cell -> Merge Cells".
comment:4 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Looking at how it is implemented now in latest CKEditor 3.6.2 I doubt it will ever get implemented - deleting text with delete or backspace key from multiple cells selected.
Because of this I will close this ticket as won't fix.
As for multi selection and IE - this issue was raised #8830
Not sure that would be a highly desired use case.