Opened 11 years ago

Last modified 11 years ago

#9614 new Bug

Tabletools insert column before behavior is confusing

Reported by: Olek Nowodziński Owned by: Olek Nowodziński
Priority: Normal Milestone:
Component: Core : Tables Version: 4.0
Keywords: Discussion Cc:

Description

I'm a little bit concerned about the expected behavior of "insert column before" for the following case:

+-----+------+
| 1.1 | 1.2^ |
+-----+------+
| 2.1 |
+-----+

How it works now:

+-----+--------+------+
| 1.1 |   | 1.2^ |
+-----+--------+------+
| 2.1 |
+-----+

How it should look like in my opition:

+-----+--------+------+
| 1.1 |   | 1.2^ |
+-----+--------+------+
| 2.1 |   |
+-----+--------+

Most likely this is not an issue but it brings some confusion. The origin of this issue is in #9609.

Change History (2)

comment:1 Changed 11 years ago by Garry Yao

Keywords: Discussion added
Milestone: CKEditor 4.0.1CKEditor 4.1

As a feature request, moved to 4.1.

comment:2 Changed 11 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 4.1
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy