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 Initial Version
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.1 |
Keywords: | IE IBM | Cc: | monahant@… |
Description
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.