Opened 12 years ago
Closed 11 years ago
#9696 closed Bug (fixed)
IE: Text between list items getting overlapped when list items text has font size more than 36
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.3.2 |
Component: | General | Version: | 4.0 |
Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description
To reproduce the defect:
- Open Ajax sample, select font size of 48 and type some text.
- Select the text and click on Numbered/Bulleted list icon.
- Numbered/Bulleted list created with one list item.
- Press enter at end of list item to create new list item.
- Start typing the text in new list item.
Issue: see that the text in list items getting overlapped.
Change History (7)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 11 years ago by
We can no longer reproduce this in any of the CKEditor 4 releases.
comment:3 follow-up: 4 Changed 11 years ago by
I was still able to reproduce this problem in all browsers in sample pages in latest CKEditor 4.2 and latest master.
comment:4 Changed 11 years ago by
Replying to j.swiderski:
I was still able to reproduce this problem in all browsers in sample pages in latest CKEditor 4.2 and latest master.
Sorry, this is reproducible on nightly builds. We are using a customized content.css file where we do not include the following rule:
.cke_editable { line-height: 1.6em; }
I believe this rule is the cause of the problem in nightly builds.
comment:5 Changed 11 years ago by
@tmonahan , you are right removing this rule resolves the problem - I will forward this issue.
comment:6 Changed 11 years ago by
#11379 contains a solution for this problem. We'll include it in 4.3.2 if it passes review.
comment:7 Changed 11 years ago by
Milestone: | → CKEditor 4.3.2 |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
Fixed by #11379.
This problem can be reproduced in IE browsers in CKEditor 4 master only (It was working on beta).
In IE7 all you have to do is select font size 48 and start typing - you will notice that span (without any list) overlaps text.
NOTE: In CKEditor 3.x (after step 4) cursor is at position to overlap previous list item but once you start typing it goes to correct place.