rc452860 / ie7-js

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

display:inherit does not work in IE7 #365

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Included ie7.js
2. Dynamically set display: none on a div element
3. Dynamically set display: inherit on the same div element

What is the expected output?
For the div to be shown.

What do you see instead?
The div was still hidden.

What version of the product are you using? On what operating system?
http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js

Please provide any additional information below.

Original issue reported on code.google.com by tysonn...@gmail.com on 24 Apr 2012 at 1:55

GoogleCodeExporter commented 9 years ago
Is it even supported by this library?

Original comment by tysonn...@gmail.com on 24 Apr 2012 at 2:09