Opened 15 years ago
Closed 15 years ago
#4207 closed Bug (duplicate)
Table related errors
Reported by: | styu | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Cc: |
Description
Tested with CKEditor revision 4051. The errors occurs in the following browsers:
Google Chrome 3.0.196.2
Safari 4.0.2 (530.19.1) on XP SP3
IE8
FF3.5 works fine.
- Open Replace by class
- Click on new page
- Insert table (with default values)
In IE8 and webkit, <p> </p> appears before the table.
- Go to source mode
- Delete the empty <p> tag
- Go back to wysiwyg
- Click after the table
New table appears after the first table (in IE8 it is only visible in source mode).
An other related error in webkit is when you click after the empty table, and press backspace, then two new span tags created in the last cell of the table.
DUP of http://dev.fckeditor.net/ticket/4199