Closed
Bug 705824
Opened 14 years ago
Closed 14 years ago
Deleting an open tab's file in the tree fails to remove the open tab & editor isntance
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect, P1)
addons.mozilla.org Graveyard
Add-on Builder
Tracking
(Not tracked)
RESOLVED
FIXED
Builder 1.0
People
(Reporter: dbuchner, Assigned: smcarthur)
Details
The following error prevents deletion of the tab and editor instance when deleting a file from the tree:
changePtr.remove is not a function
[Break On This Error] changePtr.remove();
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → smcarthur
Severity: normal → major
Priority: -- → P1
Target Milestone: --- → Builder 1.0
| Assignee | ||
Comment 1•14 years ago
|
||
Shipyard's addEvent method returns a Listener instance that can .detach() and .attach() again. It used to have the api .remove(), and I forgot to update this code when I changed the api in Shipyard.
fixed on master
https://github.com/mozilla/FlightDeck/commit/1c1b37c699b641b24b6799c4ac014327fae18f5e
Status: NEW → RESOLVED
Closed: 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
•