Skip to main content

Search and Top Navigation

#8865 closed bug (notabug)

Opened November 28, 2012 08:25PM UTC

Closed November 29, 2012 02:06AM UTC

Button: Styling off when using a lone secondary vs a lone primary icon in IE7

Reported by: fazzamar Owned by:
Priority: minor Milestone: 1.10.0
Component: ui.button Version: 1.9.2
Keywords: haspatch Cc:
Blocked by: Blocking:
Description

Two buttons, one with text and a primary icon, another with text and a secondary icon are styled differently (one is 'lower' than the other) in IE7.

http://jsfiddle.net/kBgB5/2/

Attachments (0)
Change History (2)

Changed November 29, 2012 01:54AM UTC by tj.vantoll comment:1

keywords: → haspatch
status: newopen
summary: Styling of button when using a lone secondary vs a lone primary icon is inconsistent in IE7.Button: Styling off when using a lone secondary vs a lone primary icon in IE7

Confirmed. Pull request from fazzamar - https://github.com/jquery/jquery-ui/pull/849.

Changed November 29, 2012 02:06AM UTC by tj.vantoll comment:2

resolution: → notabug
status: openclosed

Actually this is happening because you are using version 1.8.9 of the CSS with 1.9.2 of the JS. This looks just fine in IE7 with the latest version of jQuery UI - http://jsfiddle.net/tj_vantoll/WvfAR/.