Opened 11 years ago
Closed 11 years ago
#9976 closed bug (invalid)
IE6/7 : styling problem with jquery ui button
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | misc | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When i make a button with $("input#myButton").button(); The styling is not correct at the beginning, the button have not the correct syle, it only becomes correct after the first hover on it.
It occurs on IE6 and IE7. No problems with chrome(12.0.742.122 m) or firefox 5.0
There were no problems with jquery-1.6.1 + jquery-ui-1.8.14 but there is with jquery-1.6.2 + jquery-ui-1.8.14 so it is related with this update, not with jquery ui i guess
Testing code :
<html> <head> <link type="text/css" href="css/jquery-ui-1.8.14.custom.css" rel="stylesheet" /> <script type="text/javascript" src="js/jquery-1.6.2.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script> </head> <body> <input id="bt" type="submit" value="button"> <script> $(function () { $("input#bt").button(); }); </script> </body> </html>
Julien
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thank you for taking the time to contribute to the jQuery project. Issues concerning jQuery UI should be filed here and from there it can be determined if a more specific issue should be filed to jQuery core.