Closed
Bug 594863
Opened 14 years ago
Closed 14 years ago
Encapsulate code in the GroupItems.removeHiddenGroups inside groupItem
Categories
(Firefox Graveyard :: Panorama, defect, P4)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: raymondlee, Assigned: raymondlee)
References
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•14 years ago
|
Priority: -- → P4
Hardware: x86 → All
Updated•14 years ago
|
Target Milestone: --- → Future
Assignee | ||
Comment 1•14 years ago
|
||
This would also be addressed when the patch in bug 599626
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → raymond
Assignee | ||
Updated•14 years ago
|
Status: NEW → ASSIGNED
Comment 2•14 years ago
|
||
Bug 599626 has landed, so this is fixed now.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•