Opened 14 years ago
Closed 13 years ago
#6782 closed Bug (fixed)
IE8 bug: Bookmark span tag doesn't get removed on context menu paste
Reported by: | joolee | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.4.2 |
Keywords: | Cc: |
Description
To recreate:
- Type text into CKEditor.
- Copy text.
- Right-click at position after the text and select paste.
- Go to Source mode.
You'll see <span style="display: none"> </span> from CKEditor bookmark.
Because of the above behavior, when you paste twice in a row, the second paste is pasted inside the span, which causes it to be hidden.
Change History (4)
comment:1 follow-up: 2 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 14 years ago by
Replying to tobiasz.cudnik:
I can't reproduce it, does this happen to you on the demo site?
Yes, this happens on the demo site. Try these steps:
- Copy the last paragraph that starts with "The tale makes the..."
- Place your cursor at the end of the same paragraph.
- Right-click on that place on the cursor and select Paste.
- Click "Allow access" button.
- The paragraph should be now copied and the cursor placed at the end of the paragraph.
- Without changing the cursor position, right-click on that place on the cursor and select paste again.
You'll not see the second paste. If you go to the source mode, you'll see what happened. Here's the source:
<p>
<span style="display: none">The tale makes the clearest contrast between the safe world of the village and the dangers of the <a href="http://en.wikipedia.org/wiki/Enchanted_forest" title="Enchanted forest">forest</a>, conventional antitheses that are essentially medieval, though no written versions are as old as that.<span style="display: none"> </span></span></p>
<p>
<span style="display: none"> </span></p>
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
This is no longer reproducible in latest stable CKEditor 3.6.3.
I can't reproduce it, does this happen to you on the demo site?