Closed
Bug 988414
Opened 11 years ago
Closed 11 years ago
The drop down menu icon next to the user name is not visible in Chrome on Mac OSX
Categories
(bugzilla.mozilla.org :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: kushagra, Assigned: kushagra)
Details
BMO has a drop down icon next to the user name. When using Chrome 33 on MAC OSX the drop down icon is no longer visible.Though the menu can still be accessed by clicking on the user name.
confirming. still works in firefox and safari.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•11 years ago
|
||
it appears that span(class = fn) is overlapping the drop down icon.
adding the property "position:absolute" to span(class = arrow_container) should fix the problem on chrome while keeping the things same on ff and safari.
/skins/standard/global.css #473
.arrow_container {
margin: 0 2px;
position: absolute;
}
awaiting confirmation.
Flags: needinfo?(glob)
Assignee | ||
Comment 3•11 years ago
|
||
UPDATE: the above method fixes the issue with user name in comments,reported by and assigned sections of the page.
But in case if the bug is assigned to someone, the drop down icon clubs with the "(edit)" element present next to the assignee name. Working on a fix for that.
thanks for looking into this issue :)
Assignee: nobody → singh.kushagra93
Flags: needinfo?(glob)
Assignee | ||
Comment 5•11 years ago
|
||
i think i have found the fix.
/skins/standard/global.css #473
.arrow_container {
margin: 0 2px;
display: inline-block;
}
could you verify that please?
Status: NEW → ASSIGNED
Flags: needinfo?(glob)
sorry this took a while for me to test.
this looks great across the board! thank you :)
i have committed this fix; it will be visible on bugzilla.mozilla.org following our next production push (currently scheduled for approx 12 hours time).
[4.2 093b4c6] Bug 988414: The drop down menu icon next to the user name is not visible in Chrome on Mac OSX
Author: Kushagra Singh [:kushagra] <singh.kushagra93@gmail.com>
1 file changed, 1 insertion(+)
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
9afd000..093b4c6 4.2 -> 4.2
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(glob)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•