Opened 10 years ago
Closed 10 years ago
#8865 closed bug (notabug)
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.
Change History (2)
comment:1 Changed 10 years ago by
Keywords: | haspatch added |
---|---|
Status: | new → open |
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 |
comment:2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | open → closed |
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/.
Note: See
TracTickets for help on using
tickets.
Confirmed. Pull request from fazzamar - https://github.com/jquery/jquery-ui/pull/849.