Closed Bug 454787 Opened 16 years ago Closed 13 years ago

Menu arrows inside menuitems from menulist popups are wrong positioned

Categories

(Thunderbird :: Mail Window Front End, defect)

x86
Windows XP
defect
Not set
minor

Tracking

(Not tracked)

VERIFIED WORKSFORME
Thunderbird 3.3a1

People

(Reporter: ShareBird, Unassigned)

Details

Attachments

(2 files)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.2pre) Gecko/2008082606 GranParadiso/3.0.2pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.2pre) Gecko/2008082606 GranParadiso/3.0.2pre

Menu arrows are to far from the end of the menuitem. I've noticed this issue on Thunderbird, I didn't find a similar case on Firefox, but since this come from menu code (global) it should also affect Firefox.

Reproducible: Always

Steps to Reproduce:
1. On Thunderbird, customize the toolbar to have the mailviews-container on it.
2. Open the menulist.

Actual Results:  
The arrows inside "Tags" and "Custom View" items are wrong positioned.
This shows the issue. I've fixed this on my theme with this:

Index: menu.css
===================================================================
--- menu.css	(revision 1108)
+++ menu.css	(working copy)
@@ -191,12 +191,19 @@
 .menulist-menupopup > menu,
 menulist > menupopup > menu {
   border: 1px solid transparent;
-  padding: 1px 30px 1px 5px;
+  padding: 1px 5px 1px 5px;
   max-width: none;
   font: message-box;
   color: -moz-FieldText;
 }
 
+.menulist-menupopup > menuitem > .menu-iconic-text,
+menulist > menupopup > menuitem > .menu-iconic-text,
+.menulist-menupopup > menu > .menu-iconic-text,
+menulist > menupopup > menu > .menu-iconic-text {
+	-moz-padding-end: 25px;
+}
+
 .menulist-menupopup > menuitem > .menu-iconic-left,
 menulist > menupopup > menuitem > .menu-iconic-left,
 .menulist-menupopup > menu > .menu-iconic-left,
This bug was reported using Firefox 3.0 or older, which is no longer supported. The bug has also not been changed in over 500 days and is still in UNCO.
Reporter, please retest this bug in Firefox 3.6.10 or later using a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles. If you still see this problem, please update the bug. If you no longer see the bug, please set the resolution to RESOLVED, WORKSFORME.

This is a mass search of unconfirmed bugs that have no activity on them, so if you feel a bug was marked in error, just remove the CLOSEME comment in the whiteboard within the next month.
Whiteboard: [CLOSEME 2010-11-15]
This is still an issue under Thunderbird. Changing the product.
Component: Theme → General
Product: Firefox → Thunderbird
QA Contact: theme → general
Target Milestone: --- → Thunderbird 3.3a1
Version: unspecified → Trunk
(In reply to comment #3)
> This is still an issue under Thunderbird. Changing the product.

did you search thunderbird's bug before doing that ?
Severity: normal → minor
Component: General → Mail Window Front End
QA Contact: general → front-end
Whiteboard: [CLOSEME 2010-11-15]
Attached image Work for me in TB 3.3.*
Work for me on 
Mozilla/5.0 (Windows NT 6.1; rv:2.0b13pre) Gecko/20110223 Thunderbird/3.3a3pre

Pardal, if you try with latest TB 3.3.* and you see this issue please reopen it!
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Aureliano, it WFM too. Thank you for verifying this!
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: