Closed
Bug 633584
Opened 14 years ago
Closed 14 years ago
fd.item is undefined in View
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Builder 0.9
People
(Reporter: zalun, Assigned: zalun)
Details
(Whiteboard: [ftw])
fd.item (instance of Package class) is undefined in View mode.
It is instantiated, probably just not assigned to the property.
Assignee | ||
Updated•14 years ago
|
Whiteboard: [ftw]
Target Milestone: --- → Builder 0.9
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → zaloon
Assignee | ||
Comment 1•14 years ago
|
||
can't reproduce:
>>> fd.item
Object { $events=String, options=String, more...}
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Comment 2•14 years ago
|
||
It's back like the Terminator: https://builder-addons-next.allizom.org/addon/1000232/latest/
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Assignee | ||
Comment 3•14 years ago
|
||
Steps to reproduce:
1. Create an empty attachments directory (abc/)
2. Create an empty directory inside above directory (abc/cde/)
3. Reload
fd.item is undefined.
it happens as fd.item.initialize method has not yet been finished.
Solution s/fd.getItem()/pack in Package.js#530
Assignee | ||
Updated•14 years ago
|
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
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
•