Opened 12 years ago

Last modified 12 years ago

#10907 closed Bug

[IE11] Selection needs <br> filler in empty blocks — at Version 4

Reported by: Piotrek Koszuliński Owned by: Piotrek Koszuliński
Priority: Normal Milestone: CKEditor 4.3
Component: General Version:
Keywords: IE11 Cc:

Description (last modified by Piotrek Koszuliński)

Broken TCs:

  1. Load data: <p>&nbsp;</p><p>&nbsp;</p>. Paragraphs are not selectable, because they are invisible.
  1. Click new page button - paragraph has 0 height (visible with show blocks on).
  1. In some cases paragraphs created by enter key are not filled with <br>. For example when leaving list by double enter.
  1. Data retrieved from focused editor contains both - nbsp filler and bogus br: <p><br />&nbsp;</p>.

Related: #10992.

Change History (4)

comment:1 Changed 12 years ago by Piotrek Koszuliński

Status: newconfirmed

comment:2 Changed 12 years ago by Piotrek Koszuliński

In my opinion we should introduce new flags like 'needsFillerBr' and 'needsFillerNbsp' in CKEDITOR.env, or somewhere else, instead of checking in 1000000x places CKEDITOR.env.ie (+ version since IE11).

Last edited 12 years ago by Piotrek Koszuliński (previous) (diff)

comment:3 Changed 12 years ago by Piotrek Koszuliński

Owner: set to Piotrek Koszuliński
Status: confirmedassigned

comment:4 Changed 12 years ago by Piotrek Koszuliński

Description: modified (diff)
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