wanghaiqing823 / jcrop

Automatically exported from code.google.com/p/jcrop
0 stars 0 forks source link

Doesn't work in IE8 with DOCTYPE set? #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add a DOCTYPE to any of the tutorial files.
2. Try it in IE8.

What is the expected output? What do you see instead?
Nothing happens (No JS error etc.)
Works fine in IE7.

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

Please provide any additional information below.
-

Original issue reported on code.google.com by beate.so...@gmail.com on 15 Mar 2009 at 6:36

GoogleCodeExporter commented 8 years ago
Beate, did 0.9.7 fix this issue?

Original comment by kapran...@gmail.com on 13 Apr 2009 at 10:48

GoogleCodeExporter commented 8 years ago
0.9.7 did not help the issue with IE8

Original comment by ander...@gmail.com on 17 Apr 2009 at 11:53

GoogleCodeExporter commented 8 years ago
0.9.8 solved this issue

Original comment by ander...@gmail.com on 21 Apr 2009 at 9:55

GoogleCodeExporter commented 8 years ago
add this line into <head> tag as a workaround solution for IE8 to emulate as IE7
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

Original comment by chenk...@gmail.com on 18 May 2009 at 4:02