Opened 14 years ago
Closed 14 years ago
#4544 closed Bug (expired)
[IE] Backspace handler on table/floated element doesn't work
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | IE | Cc: |
Description
- Load an editor with the following content and selection:
<table border="1" cellpadding="1" cellspacing="1" style="width: 200px;"> <tbody> <tr> <td> text^</td> </tr> </tbody> </table>
- Try to select the whole table by clicking at the border of it;
- Press 'Backspace';
- Actual Result: The default behavior of browser backward button is triggered.
Already fixed in #4047.