Opened 14 years ago
Closed 13 years ago
#5965 closed Bug (wontfix)
Cursor initially overlaps previous line when font size is set to > 28.
Reported by: | Joe Kavanagh | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | IBM Firefox | Cc: | Damian |
Description
- Enter some text and press Enter to start a new paragraph.
- Change the font size to 36.
Observe the the cursor overlaps the text in the previous paragraph. This only occurs when no text has been entered with the new font size. Once text has been entered the cursor moves down.
Change History (7)
comment:1 Changed 14 years ago by
Keywords: | Gecko Confirmed added |
---|
comment:2 Changed 14 years ago by
Keywords: | Firefox added; Gecko removed |
---|
comment:3 Changed 14 years ago by
Milestone: | CKEditor 3.4 |
---|---|
Priority: | Low → Normal |
In fact, that's the way Firefox renders that paragraph, if it has no text. I'm not sure we're able to change it though, as this is an intrinsic browser issue.
comment:4 follow-up: 5 Changed 14 years ago by
Perhaps one way to work around this issue is to not create the empty span with the style until the user begins typing? Is that possible?
comment:5 Changed 14 years ago by
Replying to damo:
Perhaps one way to work around this issue is to not create the empty span with the style until the user begins typing? Is that possible?
Not saying that's impossible while not sure the issue itself desires such a fix, do you have any bad other than the visual imperfectness here?
comment:7 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
Close the ticket as it has no actual impact on usability.
I can confirm this on Firefox.