Encapsulate code in the GroupItems.removeHiddenGroups inside groupItem
RESOLVED
FIXED
in Future
Status
People
(Reporter: raymondlee, Assigned: raymondlee)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
>+ this.groupItems.forEach(function(groupItem) {
>+ if (groupItem.canUndo) {
>+ let toClose = groupItem._children.concat();
>+ toClose.forEach(function(child) {
>+ child.close();
>+ });
This should be encapsulated inside the groupItem.
Updated•9 years ago
|
Priority: -- → P4
Hardware: x86 → All
Updated•9 years ago
|
Target Milestone: --- → Future
(Assignee) | ||
Comment 1•9 years ago
|
||
This would also be addressed when the patch in bug 599626
(Assignee) | ||
Updated•9 years ago
|
Assignee: nobody → raymond
(Assignee) | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Comment 2•8 years ago
|
||
Bug 599626 has landed, so this is fixed now.
Status: ASSIGNED → RESOLVED
Last Resolved: 8 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•