Closed
Bug 349565
Opened 18 years ago
Closed 18 years ago
New Qute theme toolbar buttons have different heights
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird2.0
People
(Reporter: Thunderbird_Mail_DE, Assigned: mscott)
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
8.68 KB,
image/png
|
Details |
Have a look at the screenshot.
Reporter | ||
Comment 1•18 years ago
|
||
Assignee | ||
Comment 2•18 years ago
|
||
I think this is happening because the history buttons are of type type="menu-button". This causes us to pick up some style rules from toolkit which aren't working well with the new theme I think.
This same bug is present with the print and mark toolbar buttons as well which are also menu-buttons.
Target Milestone: --- → Thunderbird2.0
Reporter | ||
Comment 3•18 years ago
|
||
(In reply to comment #2)
> I think this is happening because the history buttons are of type
> type="menu-button".
Changing all buttons from type "menu-button" to "menu" solves the problem. But this behaviour will break all Add-ons using buttons from type "menu-button".
Reporter | ||
Comment 4•18 years ago
|
||
Wahhhh, be carefull. Buttons from type "menu" (see the tags button) don't have the optical separator between the buttons icon and the small down triangel. Some menu-buttons (see tags button) open the menu by clicking the button (it's not necessary to click explicit the triangel). But other buttons (see my extensions "MagicSLR" or "Allow HTML temporary" distinguish between clicking the icon OR the triangel. Clicking the icon has an own function, clicking the triangel opens the menu.
We should save the separator line between the buttons icon and the triangel. Or we need a new different button type in CSS, which has the separator line. This would give us the option to distinguish between different menu button types.
Reporter | ||
Comment 5•18 years ago
|
||
And one more thing. Button type="menu" _breaks_ the classic menu buttons. For example the button "Mark" had an own function in the past, when I was clicking the button itself (mark read or unread). Only clicking the triangel opened the menu in the past (the same as in my Add-ons).
Now using button type "menu", the button "Mark" is no more functional - only the menu opens.
In my previous comments, I wasn't aware of this fact.
So we _must_ save the button type "menu-button" and correct the CSS.
Assignee | ||
Comment 6•18 years ago
|
||
the latest patch in Bug 349565 fixes this problem.
You need to log in
before you can comment on or make changes to this bug.
Description
•