Opened 14 years ago
Closed 14 years ago
#7106 closed Bug (invalid)
[IE] Paste with button leave bookmark nodes
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.3 |
Keywords: | IE | Cc: |
Description
- Load any default sample page;
- Copy the word "some" to clipboard with Ctrl-C;
- Empty document, click on "Paste" toolbar button;
- Actual Result: An empty space is added to the end of content:
<p> some <span style="display: none"> </span></p>
- Actual Result: An empty space is added to the end of content:
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
Changed 14 years ago by
Attachment: | 7106.patch added |
---|
comment:2 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
We were trying to making selection on an offline element here (the paste bin), which leaves the marker nodes orphan (inside paste bin), have to make sure the marker node is constantly removed.
Regression of [5452].