Opened 9 years ago
Last modified 8 years ago
#14636 confirmed Bug
Clicking at the end of text in table cell results in some menu options being disabled.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Webkit Blink Mac Support | Cc: |
Description (last modified by )
Steps to reproduce
- Create a 2X2 table and add some sample content like
"abc"
in each cell. - Place cursor at end of text in cell 1.1, right-click and select Cell Menu to e.g. split cell horizontally.
Expected result
Merge and Split options should be enabled. The Merge Cells option should be disabled.
Actual result
Merge and Split options are disabled. The Merge Cells option is enabled instead.
Other details (browser, OS, CKEditor version, installed plugins)
Problem can be reproduced from CKEditor 4.0.0 in Blink and Webkit browsers on Mac only.
Problem doesn't occur when cursor is blinking: inside the text, at the start of the text in empty cell.
Change History (3)
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 9 years ago by
Keywords: | Webkit added; WEbkit removed |
---|
comment:3 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Support added |
Version: | 4.0.1 → 4.0 |
NOTE: When you right-click when cursor is blinking at the end of text, this cursor disappears.
There is another table issue which appeared in CKEditor 4.0.1 - #11686