Opened 13 years ago
Closed 13 years ago
#19086 closed defect (bug) (fixed)
Admin bar drop-down arrows are incorrectly positioned (RTL)
Reported by: | rosshanney | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | RTL | Keywords: | has-patch |
Focuses: | Cc: |
Description
The little downward pointing arrow thingies that appear in the admin bar when hovering over an item that has a drop-down menu are not positioned correctly when in RTL mode. Please see the attached screenshot.
The attached patch also adjusts the CSS selection rule slightly (for both LTR and RTL), so that it only targets admin bar items that have the .menupop
class (i.e. those with drop-down menus). Without this change, the little downward pointing arrow appears on the 'Updates' menu item, despite it not having a drop-down menu (this occurs in LTR mode too, but the arrow is hidden by the white update count circle).
Attachments (3)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Patch looks good but not sure if we are keeping these arrows. They were meant to show on hover when the menus needed clicks to open/drop down.