Closed
Bug 714390
Opened 13 years ago
Closed 13 years ago
Folder Location and Mail Views items are cut off in the customize toolbar dialog
Categories
(Thunderbird :: Toolbars and Tabs, defect)
Thunderbird
Toolbars and Tabs
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 12.0
People
(Reporter: squib, Assigned: squib)
References
Details
Attachments
(3 files)
45.77 KB,
image/png
|
Details | |
2.38 KB,
patch
|
mconley
:
review+
mconley
:
ui-review+
|
Details | Diff | Splinter Review |
48.11 KB,
image/png
|
Details |
Bug 419231 changed how the Customize Toolbar dialog looks. Unfortunately, this results in some of our wider items getting cut off. We should do something about that. This could either mean 1) fix the issue in toolkit (easy), 2) overlay some CSS to fix the issue (hacky, but still easy), or 3) figure out a way to make the items narrower (not sure how hard this is).
Attached is a screenshot of the bug in action.
Comment 1•13 years ago
|
||
I would recommend overlaying some CSS to fix the issue. In Firefox, the "address bar" and "search bar" are both narrowed when in the customize window to fit the available width.
Assignee | ||
Comment 2•13 years ago
|
||
Here's a fix that shrinks the items to fit in the available space.
Assignee: nobody → squibblyflabbetydoo
Status: NEW → ASSIGNED
Attachment #585105 -
Flags: ui-review?(bwinton)
Attachment #585105 -
Flags: review?(mconley)
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Comment on attachment 585105 [details] [diff] [review]
Fix this
Code looks solid to me. Great job!
-Mike
Attachment #585105 -
Flags: review?(mconley) → review+
Comment 5•13 years ago
|
||
Comment on attachment 585105 [details] [diff] [review]
Fix this
Ok, so I actually have to reneg on my r+ for a few reasons here.
I just tried this patch on Windows 7, and my Customize Toolbar dialog is still showing the problem. What's more, the buttons in the Customize Toolbar dialog are really tall now.
Secondly, a question on the code - if you're doing the queries by ID (#locationFolders, for example), why do we need the #palette-box portion of the selector?
Attachment #585105 -
Flags: review+ → review-
Comment 6•13 years ago
|
||
Here's a screenshot of my Windows 7 build with the patch: http://i.imgur.com/xdken.png
Assignee | ||
Comment 7•13 years ago
|
||
(In reply to Mike Conley (:mconley) from comment #5)
> I just tried this patch on Windows 7, and my Customize Toolbar dialog is
> still showing the problem. What's more, the buttons in the Customize
> Toolbar dialog are really tall now.
Do you see the tall buttons without the patch, too?
> Secondly, a question on the code - if you're doing the queries by ID
> (#locationFolders, for example), why do we need the #palette-box portion of
> the selector?
I only wanted the CSS rules to apply when the items are inside the palette, not when they're on the toolbar.
Assignee | ||
Comment 8•13 years ago
|
||
Oh, and as a followup, we might want to make sure that the "Icons beside text" dropdown uses the Windows 7 style and not our Firefox-inspired toolbar style. It looks a bit weird as it is.
Comment 9•13 years ago
|
||
Comment on attachment 585105 [details] [diff] [review]
Fix this
Ok, so I'm a bit of a spaz today, and I failed to qpush your patch before compiling. So that's why I didn't see the fix.
Having qpushed, yes, I see that your patch fixes the problem.
So yeah, the toolbar buttons were tall without your patch, so I don't think it causes it. I'll file a separate bug.
Ok, I understand your explanation regarding the IDs. r=me.
Attachment #585105 -
Flags: review- → review+
Comment 10•13 years ago
|
||
Comment on attachment 585105 [details] [diff] [review]
Fix this
This works for me, and I'm confident enough about this that I'm willing to steal the ui-r from bwinton. :)
Great job squib,
-Mike
Attachment #585105 -
Flags: ui-review?(bwinton) → ui-review+
Assignee | ||
Comment 11•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 12.0
You need to log in
before you can comment on or make changes to this bug.
Description
•