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 )
Broken TCs:
- Load data:
<p> </p><p> </p>
. Paragraphs are not selectable, because they are invisible.
- Click new page button - paragraph has 0 height (visible with show blocks on).
- In some cases paragraphs created by enter key are not filled with <br>. For example when leaving list by double enter.
- Data retrieved from focused editor contains both - nbsp filler and bogus br:
<p><br /> </p>
.
Related: #10992.
Change History (4)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 12 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → assigned |
comment:4 Changed 12 years ago by
Description: | modified (diff) |
---|
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).