Closed
Bug 44310
Opened 24 years ago
Closed 24 years ago
[D&D] Text drag from textbox to textbox is broken
Categories
(Core :: DOM: Editor, defect, P4)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: bugzilla, Assigned: anthonyd)
References
()
Details
(Keywords: regression, Whiteboard: [nsbeta3+][p:2] fix in hand [PDTP4])
Build ID: 2000062908
Steps to Reproduce:
(1) Go to http://www.mozilla.org/quality/help/bug-form.html
(2) Select the "1. 2. 3." text in the Steps to Reproduce textarea
(3) Try to drag the selection into the "Actual Results" textarea below it.
The following appears in the console:
->>>>>>>>>>>>>> Write Clipboard to memory
S_OK
nsDataObj::GetData2
->>>>>>>>>>>>>> Read Clipboard from memory
****** DisplayErrCode 0x80004005
S_OK
nsDataObj::GetData2
->>>>>>>>>>>>>> Read Clipboard from memory
****** DisplayErrCode 0x80004005
Obviously worthy of note are the two error code msg's.
At http://bugzilla.mozilla.org/show_bug.cgi?id=44309, when I tried to drag from
the summary line to any of the other textboxes or textareas on the page, the
selection was simply appended to the summary line. No error appeared in the
console.
Reporter | ||
Updated•24 years ago
|
Keywords: regression
Reassigning to brade@netscape.com.
Assignee: beppe → brade
Target Milestone: --- → M17
Updated•24 years ago
|
Status: NEW → ASSIGNED
Comment 2•24 years ago
|
||
this is basic d&d functionality and needs to work
Updated•24 years ago
|
Summary: Text drag from textbox to textbox is broken → [D&D] Text drag from textbox to textbox is broken
Comment 4•24 years ago
|
||
This is going to be a complicated fix probably; Kin has some ideas about it
Updated•24 years ago
|
Whiteboard: nsbeta3+ → [nsbeta3+]
Comment 5•24 years ago
|
||
adding priority to status whiteboard
Whiteboard: [nsbeta3+] → [nsbeta3+][p:2]
Reassigning to the new editor D&D master anthonyd@netscape.com.
Assignee: kin → anthonyd
Status: ASSIGNED → NEW
hmmm, what is interesting to note on this bug, is that if I initiate the drag
session, move the mouse out of the document, then back onto the document, the
drag session behaves as normal, and as you would expect.
Anthony
Status: NEW → ASSIGNED
Assignee | ||
Comment 10•24 years ago
|
||
correcting priority field to match the status whiteboard.
Anthony
Priority: P3 → P2
Assignee | ||
Comment 11•24 years ago
|
||
fix in hand, im waiting for the tree to go green, then i will send out for code
reviews.
anthony
Whiteboard: [nsbeta3+][p:2] → [nsbeta3+][p:2] fix in hand
Comment 12•24 years ago
|
||
PDT thinks that folks can use cut/paste instead of drag and drop for this
functionality. Many on PDT were a bit surprised by this functionity... and were
surprised it worked at all.
Changing to P4
Priority: P2 → P4
Whiteboard: [nsbeta3+][p:2] fix in hand → [nsbeta3+][p:2] fix in hand [PDTP4]
Reporter | ||
Comment 13•24 years ago
|
||
I admittedly question PDT's familiarity with the product if they were unaware
that editor d&d functionality existed.
Assignee | ||
Comment 14•24 years ago
|
||
*hi-5's blake for making a great observation about the pdt team!*
anthony
Assignee | ||
Comment 15•24 years ago
|
||
this is fixed and checked in.
anthony
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•