edusis / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

:hover incorrect when class name changed dynamically #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. <a href="#" class="button" onclick="this.className='buttondisabled';"></a>
2. Click on the link to changes it's class name.
3. When I mouse over the link, it still displays the :hover version of the 
class button instead of 
displaying the :hover of disabledbutton

What is the expected output? What do you see instead?
The mouse over should display the :hover of buttondisabled and not the :hover 
of button

What version of the product are you using? On what operating system?
2.0 beta 3

Please provide any additional information below.

Original issue reported on code.google.com by akowa...@gmail.com on 18 Jul 2008 at 3:36

GoogleCodeExporter commented 8 years ago
IE7.js is not dynamic. I'm working on an additional module to allow you to 
refresh the 
IE7 rules but it is not a priority.

Original comment by dean.edw...@gmail.com on 11 Feb 2010 at 2:28