Opened 10 years ago

Last modified 10 years ago

#11416 closed Bug

[Webkit,Blink, Inline] Unable to undo the first text cut in inline editor — at Initial Version

Reported by: Olek Nowodziński Owned by:
Priority: Normal Milestone: CKEditor 4.3.2
Component: Core : Undo & Redo Version: 4.3.2
Keywords: Cc:

Description

  1. In Chrome/Safari open samples/inlineall.html
  2. Select text.
  3. C-x
  4. C-z

Expected: Cut is undone.

Actual: Nothing happens, undo is TRISTATE_DISABLED.

  1. Select some other text (in the same editor).
  2. C-x
  3. C-z (the second cut is undone).
  4. C-z (surprisingly the first cut is also undone).

In my opinion this bug was always there, but it was hidden by browser's native undo, which we fixed in #11126, so it eventually emerged.

Change History (0)

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