Opened 10 years ago
Last modified 10 years ago
#11795 confirmed Bug
[FF] Ctrl+backspace inside table removes too much stuff
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.0 |
Keywords: | Firefox | Cc: |
Description
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- use following source code
<table border="1" cellpadding="1" cellspacing="1" style="width:500px"> <tbody> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> </tbody> </table> <p> </p>
- switch back to wysiwyg mode
- place cursor in very last cell (9th)
- press
ctrl + backspace
twice
Expected result:
Caret should not move outside of the cell?
Current result:
Leaves table with one column and two rows
additional info:
- it acts weird with
ctrl+backspace
in many other cases with tables
Change History (1)
comment:1 Changed 10 years ago by
Keywords: | Firefox added |
---|---|
Status: | new → confirmed |
Version: | → 3.0 |
Problem can be reproduced from CKEditor 3.0 in Firefox only (It doesn't occur with native tables).