#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 14 years ago by
Keywords: | IBM added |
---|
comment:2 follow-up: 3 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Version: | 3.4.2 → 3.0 |
comment:3 Changed 14 years ago by
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?
Clipboard cut is a browser managed operation which we can hardly having any fix.