Closed
Bug 699381
Opened 14 years ago
Closed 13 years ago
Addon About dialog: extensionDetailsBox too small
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: realRaven, Unassigned)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Build ID: 20110928134238
Steps to reproduce:
Open Addon-Manager click any extension that has a reasonable amount of "about" notes; e.g. Zombie Keys or Tag Toolbar.
then select about from the context menu.
Actual results:
the dialog would be high enough for all the information but the top panel only uses half the space
Expected results:
extensionDetailsBox should have expanded to fill remaining dialog height.
This can be resolved by finding the contributorsBox (next sibling of extensionDetailsBox) and adding collapsed: true. Note: thereis another contributorsBox vbox element _within_ the extensiondDetailBox. I would also highly recommend making the dialog resizable
Comment 1•14 years ago
|
||
Hey Axel does it shows up in the same manner in Firefox ?
Reporter | ||
Comment 2•14 years ago
|
||
Yes it does. Also the patch (setting contributorsBox collapsed=true) works there as well. IMO the duplication of contributorsBox is possibly a bug in itself anyway.
interestingly, increasing the flex attribute for extensionDetailsBox does not alleviate the bug but makes it worse. (Windows XP Pro, Windowblinds Style "Element Default"). Can somebody with a XP Luna (standard UI skin) confirm?
Updated•14 years ago
|
Component: General → Add-ons Manager
Product: Thunderbird → Toolkit
QA Contact: general → add-ons.manager
Version: 7 → 7 Branch
Comment 3•14 years ago
|
||
Could you test using the default theme, and attach a screenshot of that? Thanks.
Reporter | ||
Comment 4•14 years ago
|
||
Here is a screenshot using Thunderbird's default theme, you can clearly see the same effect. There is additional unused space underneath the about content.
I have made 2 version of the screenshot, once with Luna (default XP skin) and one with the WindowBlinds skin Eminence, to make sure this wasn't a side effect of my UI Skinning System.
Reporter | ||
Updated•14 years ago
|
Version: 7 Branch → 8 Branch
I do not see the problem on TB17 linux with the Quickfolders extension (as used in Axel's screenshot). The contributor box extends way down to the Close button.
And the dialog is resizable.
Can you retest it?
Reporter | ||
Comment 6•13 years ago
|
||
Problem still persists, in Windows XP (default theme)
Earlybird 16.0a2, (2012-07-28)
Here with a different addon (smartTemplate4)
Reporter | ||
Comment 7•13 years ago
|
||
Just tested in safe mode, which makes the bug disappear. Through elimination process, I found out that this is caused by the Quick LOcale Switcher Extension. It appears that this injects an additional contributorsBox _underneath_ the extensionDetailsBox.
Once I disable it, the about dialogs do not have the wasted space anymore.
Reporter | ||
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•