Closed
Bug 519413
Opened 16 years ago
Closed 16 years ago
Text beside icons doesn't work in address book and compose windows.
Categories
(Thunderbird :: Toolbars and Tabs, defect, P4)
Thunderbird
Toolbars and Tabs
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0rc1
People
(Reporter: standard8, Assigned: bwinton)
References
Details
(Whiteboard: [no l10n impact])
Attachments
(5 files)
42.50 KB,
image/png
|
Details | |
90.34 KB,
image/png
|
Details | |
64.36 KB,
image/png
|
Details | |
8.78 KB,
patch
|
philor
:
review+
clarkbw
:
ui-review+
|
Details | Diff | Splinter Review |
8.87 KB,
patch
|
Details | Diff | Splinter Review |
For some reason the new text beside icons introduced in bug 509044 doesn't work in the address book and compose windows.
I'm not sure if we want it default there - consistency says possibly, but users should be able to switch it at least as the option is there.
Flags: blocking-thunderbird3?
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → bwinton
Status: NEW → ASSIGNED
Comment 1•16 years ago
|
||
There is a blocker here, whether it's "make it work" or "make it impossible to select for toolbars where it doesn't".
Flags: blocking-thunderbird3? → blocking-thunderbird3+
Updated•16 years ago
|
Target Milestone: --- → Thunderbird 3.0rc1
Comment 2•16 years ago
|
||
I think we want to address the problem in that order.
Updated•16 years ago
|
Whiteboard: [no l10n impact]
Assignee | ||
Comment 3•16 years ago
|
||
Here's what I've got for Windows.
Assignee | ||
Comment 4•16 years ago
|
||
And the Mac.
Assignee | ||
Comment 5•16 years ago
|
||
And Gnome.
Assignee | ||
Comment 6•16 years ago
|
||
It's untested on Windows 7/Vista, because the files are still copying, so I'll do that tomorrow. (Or Andreas could, if he's feeling up for it.)
I've also rolled a fix for bug 519546 into it, because I'm adding a whole lot of places that would suffer from the same problem.
Thanks,
Blake.
Attachment #403678 -
Flags: ui-review?(clarkbw)
Comment 7•16 years ago
|
||
Looks good in the screenshots I'll try it out on my Vista machine later
Comment 8•16 years ago
|
||
Comment on attachment 403678 [details] [diff] [review]
The patch to make it work.
works for me. now we just need to get the defaults done. :)
Attachment #403678 -
Flags: ui-review?(clarkbw) → ui-review+
Assignee | ||
Updated•16 years ago
|
Priority: -- → P4
Comment 9•16 years ago
|
||
Comment on attachment 403678 [details] [diff] [review]
The patch to make it work.
This must be that simple CSS patch you were going to ask me to review last Wednesday.
Attachment #403678 -
Flags: review+
Comment 10•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 11•16 years ago
|
||
(In reply to comment #9)
> (From update of attachment 403678 [details] [diff] [review])
> This must be that simple CSS patch you were going to ask me to review last
> Wednesday.
Ironically, not quite.
It was going to be, but then I noticed that dmose used 2px of padding in his patch to bug 465138, and then I thought that I might want to only add the padding if we had toolbox[labelalign="end"] and toolbar[mode="full"], so that we didn't add the padding when the user switched from "Icons beside Text" to text.
(You can see this by customizing the toolbar, switching to "Icons and Text", switching to "Text", making note of the position, then switching to "Icons beside Text", and switching back to "Text", and seeing how things are slightly different.)
Is it worth me updating this patch to handle that case? My gut feeling is that I should probably spend my time on making the autoconfig code more robust, but if you feel otherwise, I'ld be happy to spend some more time on this.
Thanks,
Blake.
You need to log in
before you can comment on or make changes to this bug.
Description
•