opitzconsulting / uitest.js

uitest.js is able to load a webpage into a frame, instrument that page and the javascript in that page (e.g. add additional scripts at the end of the document, ...) and execute actions on that page.
MIT License
67 stars 8 forks source link

IE 7.x problem #12

Closed heiko-hardt closed 11 years ago

heiko-hardt commented 11 years ago

Hi Tobias,

running your specrunner "test/UiSpecRunner.html" in a real IE7 throws the followin error: ie7

Would be greate if you can take a look at it.

Thanks in advance Heiko

tbosch commented 11 years ago

Hi, I will check that. A IE10 in IE7 Mode works well though...

Tobias

tbosch commented 11 years ago

Hi, well, I found the problem. It turns out the IE10 in IE7 Mode is not the same as a real IE7 :-) And by the way, a real IE7 is also not the same as IE-Tester in IE7-Mode. I used the Windows XP Mode VM for Windows 7 to run a Windows XP and installed IE7 from MS.

I have to add some more tests, but it works basically (didn't commit yet though). Am using IE comments to capture the html document on IE7/IE8 now...

Tobias

heiko-hardt commented 11 years ago

Hi Tobias, sounds great

thanks for your help :)

Heiko

tbosch commented 11 years ago

Hi, this should work now, thanks for reporting! If you run the UiSpecRunner.html, please install the IE Developer Tools and set the Flag "Always refresh from the server", as otherwise some of the requirejs tests might fail.

Tobias