Search and Top Navigation
#9995 closed bug (fixed)
Opened April 24, 2014 05:47PM UTC
Closed May 13, 2014 09:20AM UTC
Menu: Rendering issues in IE8
Reported by: | jzaefferer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.11.0 |
Component: | ui.menu | Version: | git (not yet released) |
Keywords: | regression | Cc: | |
Blocked by: | Blocking: |
Description
Looking at the default demo in master, there are several rendering issues that don't show up in Chrome.
- Disabled items after an item with a submenu doesn't span the full length of the menu. It looks like the missing part is about the width of the submenu icon. This doesn't happen for other disabled items. In the default demo, the first item looks fine, the last doesn't.
- While moving focus through the menu, a somewhat subtle 1px shift can be observed. Its not moving much, but its pretty annoying anyway.
None of these appear in 1.10.4, so I currently assume they were introduced by the menu style overhaul.
Attachments (0)
Change History (4)
Changed April 24, 2014 05:55PM UTC by comment:1
keywords: | → regression |
---|---|
milestone: | none → 1.11.0 |
priority: | minor → major |
status: | new → open |
Changed April 24, 2014 08:24PM UTC by comment:2
I can confirm this occurs in 1.11, and that this works fine in IE9+. The problem appears to be related to this negative margin: https://github.com/jquery/jquery-ui/blob/516920ac71902cb9349db2220b5f7eb8e357340e/themes/base/menu.css#L39. Although that line was applied to the anchor tags before, so I'm not sure what's up.