Opened 7 years ago

Last modified 7 years ago

#17031 confirmed Bug

Cannot type after selecting whole content and changing its format.

Reported by: kkrzton Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description (last modified by kkrzton)

Steps to reproduce

  1. Go to http://tests.ckeditor.dev:1030/tests/plugins/widgetselection/manual/basic.
  2. Select all (using keyboard) inside first editor instance.
  3. Change Paragraph format to e.g. Header 1.
  4. Start typing.

Expected result

Newly typed characters appears in the editor and are visible.

Actual result

Newly typed characters are not visible.

Other details (browser, OS, CKEditor version, installed plugins)

Chrome 58.0.3029.110 (64-bit) on OS X. Same happens on Safari.

This happens because the filler is not properly removed so new typed content is inserted inside this filler (which is invisible).

Change History (4)

comment:1 Changed 7 years ago by kkrzton

Status: newconfirmed

comment:2 Changed 7 years ago by kkrzton

The filler is not properly removed because with changing paragraph format it is also transformed to different element type (e.g. div -> h1) and is no longer recognized as a filler.

comment:3 Changed 7 years ago by kkrzton

Description: modified (diff)

comment:4 Changed 7 years ago by kkrzton

Description: modified (diff)

Related issues #17029, #17032.

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