Closed
Bug 147997
Opened 23 years ago
Closed 23 years ago
AppendElement regression: Drag and drop using nsDragAndDrop is broken
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: p_ch, Assigned: brendan)
References
Details
(Keywords: regression)
from a build pulled from cvs one hour ago
I got the following js exception:
Error: transArray.AppendElement is not a function
Source File: chrome://global/content/nsDragAndDrop.js
Line: 149
Step to reproduce:
drag an item in the bookmark tree, or in the personal toolbar.
(I backed out my patch in bug 145350 to make sure it is not the cause)
Reporter | ||
Comment 1•23 years ago
|
||
this is prolly due to the checkin for bug 130544
Keywords: regression
Summary: appendElement regression: Drag and drop using nsDragAndDrop is broken → AppendElement regression: Drag and drop using nsDragAndDrop is broken
Assignee | ||
Comment 2•23 years ago
|
||
Backed out all but the cleanup part of the patch for bug 130544 from branch and
trunk.
/be
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 3•23 years ago
|
||
*** Bug 148039 has been marked as a duplicate of this bug. ***
perhaps the AppendElement changes also caused bug 148040?
*** Bug 148040 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•