#10781 closed Bug (duplicate)
CKEditor lose font when click outside editor and then clicks back to end of line
Reported by: | Thiago | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Browser: Firefox 23.0.1 OS: Windows 7 Professional 32 bits
Note: This seems specific for Firefox, I was unable to reproduce it on IE.
Steps to reproduce:
- Go to CKEditor (http://ckeditor.com/demo#full)
- Clear all existing content.
- Select font Courier New (or any other available).
- Type some content like "Today is Monday and I have a lot of things to fix".
- Click outside the editor.
- Click now at the right of last word typed ( in this case "fix").
The result: Current font (Courier new) is lost and editor returns to default "Font" option. This also occurs for font size.
Attachments (2)
Change History (4)
Changed 11 years ago by
Changed 11 years ago by
Attachment: | second.png added |
---|
After click outside the editor and click back.
comment:1 Changed 11 years ago by
Keywords: | font lost focus ckeditor removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Version: | 4.2 |
This is caused by the fact that caret may be outside or inside span applying that font style. Firefox places it outside (however it sometimes chooses inside...), so after you click, the font is lost.
This issue is already reported, but I can't find the ticket now.
After type