Closed
Bug 240091
Opened 22 years ago
Closed 20 years ago
drag and drop input boxes copy instead of move
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
DUPLICATE
of bug 101542
People
(Reporter: matt, Assigned: jag+mozilla)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040207 Firefox/0.8
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040207 Firefox/0.8
When you select text from an input box and drag it to another input box, the
cursor (and other browsers) suggests that this action should result in a MOVE.
Instead, the text is just copied and not deleted from the source.
Holding down the Control key is supposed to do copy mode, and the cursor changes
to indicate that a copy function will take place.
See http://www.loremipsumbooks.com/tmp/inputbox.html for an example.
Reproducible: Always
Steps to Reproduce:
1. Select text from an input box.
2. Drag to another input box.
3. Notice that the text was copied, but the source was not erased.
Actual Results:
Source not erased
Expected Results:
Erased the source and copied result to new box.
Comment 1•22 years ago
|
||
Firefox 20040409 windows trunk
dupe of bug 101542
Note that drag and drop is a cut when it occurs within the same input box, and
turns into a move when you drop onto another input box. Weird.
*** This bug has been marked as a duplicate of 101542 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 2•22 years ago
|
||
I think that bug 101542 is about mail compose
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 3•22 years ago
|
||
over to XP toolkit/Widgets for more investigation ?
Assignee: firefox → jag
Status: UNCONFIRMED → NEW
Component: General → XP Toolkit/Widgets
Ever confirmed: true
Product: Firefox → Browser
QA Contact: jrgmorrison
Version: unspecified → Trunk
I think this probably is a dupe Bernard, unless the widget for inputting text in
MailNews is substantially different than the one that appears on an HTML page.
Comment 5•21 years ago
|
||
*** Bug 242681 has been marked as a duplicate of this bug. ***
Comment 6•20 years ago
|
||
All text editing code is taken care of in bug 101542, this is a dupe.
*** This bug has been marked as a duplicate of 101542 ***
Status: NEW → RESOLVED
Closed: 22 years ago → 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•