Opened 8 years ago
Last modified 8 years ago
#16735 confirmed Bug
You cannot place a cursor to the rightmost of the table created from tool bar (While from excel you can)
Reported by: | Zhang Lei | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.6.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to ckeditor 's demo site. Use the Article Editor.
- Insert a table from the toolbar.
- Try to place the cursor to the rightmost of the table.
Expected result
You can place a cursor to the rightmost of the table.
Actual result
You cannot place a cursor to the rightmost of the table. (You can do this if the table if copied from Excel).
See the attach for details.
Other details (browser, OS, CKEditor version, installed plugins)
Demo site(4.6), MacOS, Chrome.
Attachments (1)
Change History (2)
Changed 8 years ago by
Attachment: | table_cursor.xlsx added |
---|
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
I'm seeing that this is dependent on whether the
border
attribute is set to zero.Generally putting the selection there shouldn't be possible unless the table is floating(style
float
applied).