Opened 13 years ago
Last modified 12 years ago
#8736 closed Bug
IE: Pasting a list after applying font-size to a paragraph wraps list-items in spans — at Version 6
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.1 |
Keywords: | IE IBM | Cc: | monahant@… |
Description (last modified by )
Steps to reproduce:
- Go to any sample (using IE)
- Copy the bullets from the attached document
- Write out, "Hello World"
- Select "Hello World" and apply a font-size of 14
- Place your cursor at the end of the line, (
Hello World^
), and press the enter key to create a new line (Element's path is showing body p span) - Paste the bullets using the CTRL+V keyboard shortcut.
Result: All list items are wrapped in span-tags with font-size 14.
The issue has been reproducible from CKEditor 3.1 (In earlier versions results were not even close to the ones presented here)
NOTE:All browsers copy span to another line but only IE applies this span to inline elements or text
Change History (8)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
Changed 13 years ago by
Attachment: | Item List.docx added |
---|
Changed 13 years ago by
comment:3 Changed 13 years ago by
Actually list items are wrapped in spans when you switch to source mode.
Before switching block element (table/heading/list) is wrapped in inline span (see IE8.png)
This causes extra problems in IE8 and IE9 when following these steps:
- Copy list from docx
- Clear editor contents with Click, CRTL+A, Backspace
- Type hello world, select it SHIFT+Home and apply font 14px
- Unselect with right arrow
- Paste list with CRTL+V
- Press Backspace
Result:
IE9 cursors jumps before getting to last list item.
IE8 last letter of last item is deleted but cursor is displayed in wrong place. Additionally after pressing backspace CRTL+A won't work.
comment:5 Changed 13 years ago by
comment:6 Changed 13 years ago by
Description: | modified (diff) |
---|
The same thing is happening for E.g. table or header (see attachment).