paulstone / flexpaper

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

flexpaper is not loading with internet explorer 9 64bits #180

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a flexpaper page using internet explorer 9 64 bits
2.
3.

What is the expected output?
Flexpaper loader and document preview

What do you see instead?
Nothing, just a blank page

What version of the product are you using? On what operating system?
Windows 7 with Internet explorer 9 64 bits and flash 10.3.162.28
Flexpaper 1.4.0

Please provide any additional information below.

Original issue reported on code.google.com by fabien.j...@gmail.com on 17 Mar 2011 at 2:44

GoogleCodeExporter commented 9 years ago
I am experiencing the same issue, in both 32bit and 64bit IE9 on Windows 7.

I can't see any error being reported by IE9 in the debug console?

Original comment by stew...@swallowheights.co.uk on 1 Jul 2011 at 9:01

GoogleCodeExporter commented 9 years ago
I have done some research into this issue. Extracting the code (a direct 
swfobject.js embed) from the online sample at: 
http://flexpaper.devaldi.com/examples/unencrypted/view_unencrypted.jsp?doc=Repor
t and the viewer works fine on my page in IE8/9.

It is the innerHTML setting using the samples contained in the 1.4.5 download 
that doesn't appear to work in IE. A quick Google suggests that using the 
innerHTML method can be very problematic.

Original comment by stew...@swallowheights.co.uk on 18 Jul 2011 at 1:37

GoogleCodeExporter commented 9 years ago
Thanks for the info on IE9, I will make sure this gets addressed. 

Original comment by erik.eng...@gmail.com on 18 Jul 2011 at 1:44

GoogleCodeExporter commented 9 years ago
Any luck with this issue? getting "Unknown runtime error" on the innerHTML on 
line 384 of Flexpaper_flash.js in IE8.

Original comment by Jared.Sa...@gmail.com on 17 Oct 2011 at 9:00

GoogleCodeExporter commented 9 years ago
@Comment 4

Change:

root.innerHTML = "<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>";

To:

root.innerHTML = "<img src='" + pageHost + 
"www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get 
Adobe Flash player' />";
                root.href = "http://www.adobe.com/go/getflashplayer";

Works fine with IE8 / FF4.0.1 / Opera11.5 (tested)

Original comment by naka...@yahoo.com on 2 Jan 2012 at 2:54

GoogleCodeExporter commented 9 years ago
fixed in 1.5.1 by changing the container tag from <a> to <div>

Original comment by erik.eng...@devaldi.com on 2 Feb 2012 at 10:49

GoogleCodeExporter commented 9 years ago
I can't see the difference in 1.5.1, it is still the same

Original comment by nico...@gaumond.net on 5 Mar 2012 at 8:58

GoogleCodeExporter commented 9 years ago
instruction at comment 5 does not solve the issue for IE7. Help please.

Original comment by istiaqu...@gmail.com on 30 May 2012 at 5:22