File: undo.md

package info (click to toggle)
ckeditor 4.5.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 30,020 kB
  • sloc: sh: 167; python: 37; makefile: 24; php: 15; xml: 5
file content (16 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@bender-ui: collapsed
@bender-tags: tc, 4.5.3, 13388
@bender-ckeditor-plugins: wysiwygarea, toolbar, table, tableresize, basicstyles, undo

1. Insert a table.
2. Type `1`.
3. Click in a focused cell.
4. Resize the left column.
5. Type `2`.
6. Resize the left column.
7. Type `3`.
8. Resize the whole table.

**Expected**: There should be 7 undo steps available. One for each action.

**Unexpected**: When undoing, a number is removed AND column changes size.