Letractively / svgweb

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

<object> method does not work on IE8 #339

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to
http://codinginparadise.org/projects/svgweb/tests/htmlObjectHarness/full-color-p
rop-02-f.html

What is the expected output? What do you see instead?

The SVG on the left side does not render at all.

What version of the product are you using? On what operating system,
browser, and version of Flash?

MS Windows XP (Spanish) + IE8 ver 8.0.6001.18702 (Spanish) (IE8 just
installed today for tests).

The svgweb demo which does not use <object> works OK.

Original issue reported on code.google.com by artur...@gmail.com on 10 Oct 2009 at 2:47

GoogleCodeExporter commented 8 years ago
Oh, this is Umber Hulk, btw.

Original comment by artur...@gmail.com on 10 Oct 2009 at 2:53

GoogleCodeExporter commented 8 years ago
The problem goes away if I activate "compatibility view", where IE8 emulates 
IE7. 

This issue does not present on IE7.

Original comment by artur...@gmail.com on 10 Oct 2009 at 2:59

GoogleCodeExporter commented 8 years ago
Right, this was fixed in r863 and should not have released; sorry about that.
Unfortunately, the re-release that was supposed to fix this did not happen.
Duplicate of Issue 307. See comment #2.

Original comment by grick23@gmail.com on 10 Oct 2009 at 8:12

GoogleCodeExporter commented 8 years ago
Thanks. I applied the change, and inspected the style string, and it came as
``VISIBILITY: hidden'', so I changed the regexp to /visibility:\s*hidden;?/i 
and now
it works. So I warn you that maybe you want to change that regexp in the code.

Greetings!

Original comment by artur...@gmail.com on 13 Oct 2009 at 1:49