Closed
Bug 1026784
Opened 11 years ago
Closed 11 years ago
Remove the <popupset id="mainpopupset"> element from the blist.xul DOM
Categories
(Instantbird Graveyard :: Contacts window, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.6
People
(Reporter: florian, Assigned: kapy, Mentored)
Details
Attachments
(1 file, 1 obsolete file)
2.44 KB,
patch
|
florian
:
review+
|
Details | Diff | Splinter Review |
See http://mxr.mozilla.org/comm-central/search?string=mainpopupset&find=im%2F
The main <popupset> element has the id mainPopupSet, but some overlays use the value mainpopupset (all lowercase), which causes a new node to be created, instead of merging them.
Reporter | ||
Updated•11 years ago
|
Whiteboard: [mentor=florian]
Updated•11 years ago
|
Mentor: florian
Whiteboard: [mentor=florian]
Reporter | ||
Updated•11 years ago
|
Assignee: nobody → kpsingh201091
Assignee | ||
Comment 1•11 years ago
|
||
Check out the patch I have submitted, and let me know if there are any problems in it.
Thanks,
Kapil
Attachment #8512113 -
Flags: review?(florian)
Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8512113 [details] [diff] [review]
Changed popupset id=mainpopupset element from blist.xul DOM
Review of attachment 8512113 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for the patch.
Obviously either replacing all the mainPopupSet with mainpopupset, or all the mainpopupset with mainPopupSet would work for Instantbird when using only the built-in overlays, but there may be existing add-ons that correctly used mainPopupSet; so I think in order to not break them we should change the id in the overlays, rather than in the windows.
Attachment #8512113 -
Flags: review?(florian) → review-
Assignee | ||
Comment 3•11 years ago
|
||
Please take a look at this bug.
Thanks,
Kapil
Attachment #8512113 -
Attachment is obsolete: true
Attachment #8512137 -
Flags: review?(florian)
Reporter | ||
Comment 4•11 years ago
|
||
Comment on attachment 8512137 [details] [diff] [review]
Bug - 1026784 Changed popupset id=mainpopupset element from blist.xul DOM
Review of attachment 8512137 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, thanks! :-)
Attachment #8512137 -
Flags: review?(florian) → review+
Updated•11 years ago
|
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Thanks for your contribution to Instantbird! Your changes have been committed to comm-central and should be available in the next nightly build of Instantbird (and version 1.6, once it is released).
https://hg.mozilla.org/comm-central/rev/7d0449dffea8
Status: NEW → RESOLVED
Closed: 11 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 1.6
Assignee | ||
Comment 6•11 years ago
|
||
Sure, your welcome and thanks for assigning me this bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•