Opened 13 years ago
Closed 12 years ago
#9133 closed Bug (wontfix)
IE: Can't apply inline style to empty line.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IE Oracle CantFix | Cc: |
Description
Steps To Recreate:
- Open any sample with IE.
- Write "1", [Enter], "top", [Enter] 5x, and write "end".
- Make a selection from top to end.
- Apply a font family, size.
- Now click on a blank line in the middle and type and start typing.
RESULT: Your new text will NOT have the font family, size, or bold (or italic or such).
Reproducible from CKEditor 3.0 in all versions of IE's.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | markup_missing.gif added |
---|
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 12 years ago by
Keywords: | CantFix added |
---|---|
Resolution: | → wontfix |
Status: | confirmed → closed |
It would be hardly possible to handle this.
Considering that we deal with HTML pages, there is no way for us to clearly maintain a history of interaction on empty lines through HTML elements. The problem is related to collapsed selections (the one that is created when you move into an empty line). Such selections, which is controlled by the browser, will never be created inside empty element eventually present on those lines.
This issue may be related to similar reported for Opera - #9134