Opened 12 years ago
Last modified 12 years ago
#10907 closed Bug
[IE11] Selection needs <br> filler in empty blocks — at Initial Version
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.3 |
Component: | General | Version: | |
Keywords: | IE11 | Cc: |
Description
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>
.