Opened 13 years ago

Closed 13 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

  1. Load any default sample page;
  2. Copy the word "some" to clipboard with Ctrl-C;
  3. Empty document, click on "Paste" toolbar button;
    • Actual Result: An empty space is added to the end of content:
      <p>
      	some&nbsp;<span style="display: none">&nbsp;</span></p>
      

Attachments (1)

7106.patch (5.6 KB) - added by Garry Yao 13 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 13 years ago by Garry Yao

Status: newconfirmed

Regression of [5452].

Changed 13 years ago by Garry Yao

Attachment: 7106.patch added

comment:2 Changed 13 years ago by Garry Yao

Owner: set to Garry Yao
Status: confirmedreview

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.

comment:3 Changed 13 years ago by Garry Yao

Resolution: invalid
Status: reviewclosed

Expired on trunk.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy