Opened 11 years ago
Last modified 11 years ago
#11879 confirmed Bug
(Chrome) Table: Insert Column After
Reported by: | Irina | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0.1 |
Keywords: | IBM Blink Webkit | Cc: | Satya Minnekanti, Christophe Guillou |
Description
- Load the editor with following content:
<table border="1" cellpadding="1" cellspacing="1" style="width:500px"> <tbody> <tr> <td>1</td> <td>2</td> <td>3</td> </tr> <tr> <td>a</td> <td>b</td> <td>c</td> </tr> </tbody> </table> <p> </p>
- Select the entire second cell ('b') on second column by double clicking it. Make sure the entire cell is selected.
- Right click and choose Column > Insert Column After
Expected result
A new column is added between the existing second and third columns
Actual result
A new column is added after the third column e.g. as the last column in the table
Tested in Chrome
Change History (1)
comment:1 Changed 11 years ago by
Keywords: | Blink Webkit added |
---|---|
Status: | new → confirmed |
Version: | → 4.0.1 |
Problem can be reproduced from CKEditor 4.0.1 in Blink and Webkit browsers.
NOTE: To select whole cell you need to triple-click on it but double-click also works.