Skip to main content

Bug Tracker

Side navigation

#9976 closed bug (invalid)

Opened August 04, 2011 04:32PM UTC

Closed August 04, 2011 06:09PM UTC

IE6/7 : styling problem with jquery ui button

Reported by: juliensansot@gmail.com 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

Attachments (0)
Change History (1)

Changed August 04, 2011 06:09PM UTC by timmywil comment:1

component: unfiledmisc
priority: undecidedlow
resolution: → invalid
status: newclosed

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.