#19186 closed defect (bug) (fixed)

Admin bar sub-menu shadows bleed "up" into parent container

Reported by: jakemgold Owned by: koopersmith
Priority: normal Milestone: 3.3
Component: Toolbar Version: 3.3
Severity: normal Keywords: has-patch
Cc: nacin, helenyhou

Description

It's subtle, and seems to vary in intensity between both browsers and Windows / OS X, probably due to different hardware acceleration / anti-aliasing handling.

On Windows, I can only see it on Firefox (tested with 7); IE9 and Chrome appear fine. A colleague can see it in Chrome and Firefox on OS X. Probably anti-aliasing differences between the OS's / browsers.

Reducing shadow strength to 3px seems to fix it for me, but not sure if the aesthetic change is desirable. It's more complex, but we could also give the parent container's anchor a white background and z-index it above the submenu UL.

Attachments (3)

admin-bar-sub-shadow.png (5.4 KB) - added by jakemgold 19 months ago.
Subtle shadow bleeding up into parent
admin-bar-submenu-shadow.diff (762 bytes) - added by jakemgold 19 months ago.
Used z-index / background color solution for a more definitive solution
admin-bar-submenu-shadow-rev2.diff (968 bytes) - added by jakemgold 19 months ago.
modifies last patch to fix W issue

Download all attachments as: .zip

Change History (10)

Subtle shadow bleeding up into parent

Used z-index / background color solution for a more definitive solution

  • Owner set to jakemgold
  • Status changed from new to accepted
  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 3.3

Seems to cause an issue with the W menu when mouse is over the submenu: http://cl.ly/0J432c2H3C0h3o152r1f

  • Component changed from General to Admin Bar

Forthcoming revised patch only applies new style to anchor, not inner span, address the W issue Helen caught.

modifies last patch to fix W issue

  • Owner changed from jakemgold to koopersmith

I'll review the patch and guide the fix into core.

  • Resolution set to fixed
  • Status changed from accepted to closed

In [19403]:

Tighten admin bar submenu shadows. fixes #19186.

Note: See TracTickets for help on using tickets.