Axure / ie7-js

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

Issues with IE9.js involving dynamically-generated elements and CSS3 #239

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open http://david.research.ucf.edu/tabular/test1.html in
Firefox/Chrome/Safari and in IE8.
2. Hover over rows in IE8 and another browser, note that the hover
attribute isn't functioning correctly for any element with an :nth-child()
pseudoclass.
3. Now click on the button to go to the next page of data. Note that the
CSS rules are not applied to dynamically-generated tags.

What is the expected output? What do you see instead?
Described above.

What version of the product are you using? On what operating system?
Latest version.

Please provide any additional information below.
The :nth-child():hover call is probably a bug that needs to be fixed. For
dynamically-generated tags, perhaps make it optional to have IE9.js attach
to document.body.onClick or some other event.

Original issue reported on code.google.com by ISV.Damo...@gmail.com on 19 Apr 2010 at 2:48

GoogleCodeExporter commented 9 years ago
You are reporting two bugs at once.

Can you please file separate bug reports for your two issues.

Original comment by dean.edw...@gmail.com on 19 Apr 2010 at 3:10