Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#6839 closed Bug (wontfix)

FF - editor destructive on cut operation

Reported by: Lynne Kues Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: IBM Cc:

Description

Open an editor with the following html

<p id="_1272210411756">

P1</p>

<p id="_1272210435459">

P2</p>

<p id="_1272210435460">

P3</p>

Select P2 starting at the beginning of the line and drag until the beginning of P3 line. Cut.

The contents of last <p> tag is changed. If you view the source it will be as follows:

<p id="_1272210411756">

P1</p>

<p>

P3</p>

Change History (3)

comment:1 Changed 13 years ago by Lynne Kues

Keywords: IBM added

comment:2 Changed 13 years ago by Garry Yao

Resolution: wontfix
Status: newclosed
Version: 3.4.23.0

Clipboard cut is a browser managed operation which we can hardly having any fix.

comment:3 in reply to:  2 Changed 13 years ago by Lynne Kues

Replying to garry.yao:

Clipboard cut is a browser managed operation which we can hardly having any fix.

Garry, do you know if Mozilla plans to fix this issue?

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