Closed
Bug 665264
Opened 14 years ago
Closed 14 years ago
JS Error: event.target.get is not a function
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect, P4)
addons.mozilla.org Graveyard
Add-on Builder
Tracking
(Not tracked)
RESOLVED
WONTFIX
Builder 1.0
People
(Reporter: krupa.mozbugs, Assigned: smcarthur)
References
()
Details
steps to reproduce:
1.Log in to https://builder-addons.allizom.org
2.Open any existing library or create new one
3.Lib -> try to move file outside browser window
observed behavior:
Error: event.target.get is not a function
Source File: https://builder-addons-next.allizom.org/media/lib/tree.js
Line: 189
| Assignee | ||
Comment 1•14 years ago
|
||
This only happens if dragged off the screen (which should be rare), so making it minor.
Severity: normal → minor
Priority: -- → P4
Comment 2•14 years ago
|
||
Assigning this to 0.9.9, we can do a number of cool things in terms of features that this bug got me thinking about, but it can wait as it is not a critical or often encountered case.
Target Milestone: Builder 0.9.7 → Builder 0.9.9
Updated•14 years ago
|
Assignee: nobody → smcarthur
| Assignee | ||
Comment 3•14 years ago
|
||
this bug is fixed in master
https://github.com/mozilla/FlightDeck/commit/7f78dd836ee684b5efe5890b5ae7ec257cda682f
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 4•14 years ago
|
||
This doesn't occur for the default file index.js but if you create a new file and move that the error message still occurs.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•14 years ago
|
||
Can you test this once more and link to an add-on exhibiting this behavior?
Updated•14 years ago
|
Target Milestone: Builder 0.9.9 → Builder 1.0
Updated•14 years ago
|
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → WONTFIX
Updated•11 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•