Closed
Bug 669242
Opened 14 years ago
Closed 13 years ago
"Copies & Folders" account settings pane should assign ids to groupboxes so addons can add to them
Categories
(Thunderbird :: Account Manager, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 9.0
People
(Reporter: 52qtuqm9, Assigned: 52qtuqm9)
Details
Attachments
(1 file)
999 bytes,
patch
|
Bienvenu
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0
Build ID: 20110615151330
Steps to reproduce:
Tried to add something from my add-on to the "Drafts, Archives, and Templates" groupbox on the "Copies & Folders" pane of the account settings.
Actual results:
I couldn't do it since the groupbox has no id.
Expected results:
The groupbox should have an id so that I can add to it in an overlay.
Assignee | ||
Updated•14 years ago
|
Attachment #543849 -
Flags: review?(dbienvenu)
Assignee | ||
Comment 1•14 years ago
|
||
Hmm, on second thought, maybe it's on purpose that addons aren't allowed to do this, since it appears that the height of the window is fixed and when I try to add stuff to it, the stuff in the window gets cut off.
I wonder if that's a separate bug. Or maybe I should add a separate account settings page for my add-on?
Attachment #543849 -
Attachment is patch: true
Comment 2•14 years ago
|
||
Cc'ing Blake for his opinion. Cc'ing rkent because I'm curious what he's done or would like to do in Exquilla.
Comment 3•14 years ago
|
||
Comment on attachment 543849 [details] [diff] [review]
Patch to fix this issue.
I don't have a problem with adding the id's, in any case. It's probably possible for your extension to increase the size of the dialog as well (I'm not saying that's the right thing to do, but it's possible.) And I don't think the reason there are no group id's is to prevent you from tweaking the account settings.
Attachment #543849 -
Flags: review?(dbienvenu) → review+
Comment 4•13 years ago
|
||
Jonathan: does this need landing?
Assignee | ||
Updated•13 years ago
|
Comment 5•13 years ago
|
||
Jonathan, I'd love it if you could use http://blog.bonardo.net/2010/06/22/so-youre-about-to-use-checkin-needed in the future :-). Thanks for the good patch!
http://hg.mozilla.org/comm-central/rev/5d5e33532bc7
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 9.0
Updated•13 years ago
|
Keywords: checkin-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•