Bug Tracker

Modify

Ticket #9976 (closed bug: invalid)

Opened 22 months ago

Last modified 22 months ago

IE6/7 : styling problem with jquery ui button

Reported by: juliensansot@… Owned by:
Priority: low Milestone: None
Component: misc Version: 1.6.2
Keywords: Cc:
Blocking: Blocked by:

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

comment:1 Changed 22 months ago by timmywil

  • Priority changed from undecided to low
  • Resolution set to invalid
  • Status changed from new to closed
  • Component changed from unfiled to misc

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.