Closed
Bug 596504
Opened 13 years ago
Closed 12 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•13 years ago
|
Priority: -- → P4
Whiteboard: [mozmill]
Comment 1•13 years ago
|
||
Punting to the future, unless Henrik can get to it.
Assignee: nobody → hskupin
Target Milestone: --- → Future
Reporter | ||
Updated•13 years ago
|
Assignee: hskupin → nobody
Assignee | ||
Comment 2•12 years ago
|
||
Taking the same approach in the patch in bug 596450. Adding a DOM attribute (data-group) to undo button containers.
Comment 3•12 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•12 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•12 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•12 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•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8b9202c23f51
Keywords: checkin-needed
Target Milestone: Future → Firefox 9
Comment 8•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8b9202c23f51
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 9•12 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•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•