Axure / ie7-js

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

ie7-recalc not working at all #222

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. See the example at this address http://lab.epper.org/tmp/ie7-js/test.php
2. Everything to reproduce the problem is there explained

What is the expected output? What do you see instead?
Including ie7-recalc javascript file makes ie8 to not work at all.
Instead, I would like to call document.recalc() after dom modifications and 
get the style of elements be updated correctly as it happens on other 
browsers like Firefox.

What version of the product are you using? On what operating system?
SVN r30 on IE <= 7

Examples of dom modifications (reproducible on the test page) are:
* adding new elements
* changing innerHTML property on already present elements (I think it would 
be more difficult to achieve)

Original issue reported on code.google.com by m.ep...@gmail.com on 12 Feb 2010 at 2:52

GoogleCodeExporter commented 9 years ago
I'm not currently supporting ie7-recalc. I have never officially released it.

Original comment by dean.edw...@gmail.com on 12 Feb 2010 at 2:55

GoogleCodeExporter commented 9 years ago
I know, but I've reported this as you've asked here ( 
http://code.google.com/p/ie7-
js/issues/detail?id=220 ).

Take a look if you have any time ;)

I was trying to solve this by myself... So... If you have any idea on how to 
implement 
a solution please tell me or give me any suggestion: I will (try to) solve it 
by 
myself and I'll report back here when I'm done. I promise :)

Original comment by m.ep...@gmail.com on 12 Feb 2010 at 3:06