Opened 13 years ago
Closed 13 years ago
#8012 closed Bug (duplicate)
IE: pasted text wrapped in double strong tags
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: | satya_minnekanti@… |
Description
- Start with empty editor
- Type some text then select it with a mouse and apply bold formatting
- Copy text with CRTL+C
- Text is still selected so delete it using BACKSPACE. Press backspace more than once to clean all the remainings
- Paste the text using CRTL+V
- Switch to source. You will see that text is wrapped in two strong tags.
Issue is reproducible in IE6, IE7 and IE8 from CKEditor 3.0
NOTE: If you put cursor inside selected text you will see that path is showing “body strong p strong”. At first I thought that this was another error but this is what IE actually produces (check it with DOM inspector).
When you switch to source mode, the code is rearranged in to “body p strong strong”.
Change History (3)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
Cc: | satya_minnekanti@… added |
---|
The same TC produces different error in Webkit and FF4 - #8011