Closed
Bug 596504
Opened 15 years ago
Closed 14 years ago
DOM attribute for the group node needed which references the undo button
Categories
(Firefox Graveyard :: Panorama, defect, P4)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 9
People
(Reporter: whimboo, Assigned: raymondlee)
References
Details
(Whiteboard: [mozmill])
Attachments
(1 file, 1 obsolete file)
|
2.38 KB,
patch
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #596450 +++
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b6pre) Gecko/20100913 Firefox/4.0b6pre
When you create a set of tab groups and close multiple of those, several undo buttons appear. At the moment there is no reference added to the DOM node of the tab group which undo button corresponds to it. Given that it is not possible for Mozmill to determine the correct button.
Similar to bug 596450 we would need a DOM or JS property as reference on all hidden tab groups to identify the undo button.
Updated•15 years ago
|
Priority: -- → P4
Whiteboard: [mozmill]
Comment 1•15 years ago
|
||
Punting to the future, unless Henrik can get to it.
Assignee: nobody → hskupin
Target Milestone: --- → Future
| Reporter | ||
Updated•15 years ago
|
Assignee: hskupin → nobody
| Assignee | ||
Comment 2•14 years ago
|
||
Taking the same approach in the patch in bug 596450. Adding a DOM attribute (data-group) to undo button containers.
Comment 3•14 years ago
|
||
Comment on attachment 559832 [details] [diff] [review]
v1
Review of attachment 559832 [details] [diff] [review]:
-----------------------------------------------------------------
i'd prefer data-group-id, which is more specific. r=me with that change!
Attachment #559832 -
Flags: review?(dietrich) → review+
| Assignee | ||
Comment 4•14 years ago
|
||
(In reply to Dietrich Ayala (:dietrich) from comment #3)
> Comment on attachment 559832 [details] [diff] [review]
> v1
>
> Review of attachment 559832 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> i'd prefer data-group-id, which is more specific. r=me with that change!
The patch for bug Bug 596450 has been checked into fx-team which is using data-group.
http://hg.mozilla.org/integration/fx-team/rev/43f1efa4b17d
It would be better to keep them constantly. I would update that to data-group-id as well, once it's merged into mozilla-central.
| Assignee | ||
Comment 5•14 years ago
|
||
Changed the data-group to data-group-id.
Pushed to try
https://tbpl.mozilla.org/?tree=Try&rev=97a431ff9117
Attachment #559832 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•14 years ago
|
||
(In reply to Raymond Lee [:raymondlee] from comment #5)
> Pushed to try
> https://tbpl.mozilla.org/?tree=Try&rev=97a431ff9117
Passed try!
Keywords: checkin-needed
Comment 7•14 years ago
|
||
Keywords: checkin-needed
Target Milestone: Future → Firefox 9
Comment 8•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 9•14 years ago
|
||
Sweet. Looks perfect with Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0a1) Gecko/20110919 Firefox/9.0a1. Thanks guys!
Status: RESOLVED → VERIFIED
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
•