Closed
Bug 297151
Opened 21 years ago
Closed 21 years ago
Incorrect behaviour when dragging & dropping text from one textbox to another using mouse
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 101542
People
(Reporter: sachin.nigam, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
When you select a text in a textbox with mouse and drag & drop it to another
textbox without pressing the control key, the text is copied over at the target
textbox, it should infact be "moved" i.e. removed from the source textbox.
Having the control key pressed while dragging & dropping text also has the same
behaviour (which is correct btw)
Reproducible: Always
Steps to Reproduce:
1. Select a text from a textbox and drag with mouse
2. Drop it on another textbox
Actual Results:
Text gets copied to the target textbox.
Expected Results:
Text should be "moved" to the target textbox.
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 101542 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•