Opened 10 years ago
Last modified 10 years ago
#12633 confirmed Bug
Styles system creates two identical subsequent inline elements
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.0 |
Keywords: | Cc: |
Description
Reproduced on Safari, Chrome and Firefox. I haven't checked IE.
- Clear contents.
- Type abcd.
- Bold "c".
- Set the caret before "c" in a way that the style won't be active (on FF you must move caret further left and then go back right using arrow keys).
- Press the bold button and type "x".
Result: <p>ab<strong>x</strong><strong>c</strong>d</p>
Problem can be reproduced in every browser from CKEditor 3.0.