gcode-mirror / swfobject

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

IE11 issues with 2.2 and 2.3a even with issues671 modify #672

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Adobe AIR Bridge element. 

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

What version of the product are you using? On what operating system?
both 2.2 and 2.3a

Please provide any additional information below.
I didn't see any thing when mouse click or mouse right click, it didn't active.
In the debug mode I saw ua.ie = false inside the function  createSWF(attObj, 
parObj, id) {...},...
 I think it is issues come from.

Original issue reported on code.google.com by changyh...@gmail.com on 4 Dec 2013 at 11:00

GoogleCodeExporter commented 8 years ago
I've encountered this issue as well, and I think I can add more detail:
Steps to repro - try to run a flash page that is dependent upon fscommand 
communications.
Expected output - that the flash page would run normally; instead it freezes at 
the point where it relies upon the fscommand/javascript communications.
Version of product - currently using v2.2 and 1.4
Operating system - IE11
Additional info:
The problem is in the browser detection, due to the fact that the IE User Agent 
string and feature support has changed dramatically. It is worth noting that 
even if IE were being successfully detected, the onDomLoad function (and 
possibly others, I have yet to dig that far) would throw errors due to relying 
upon newly deprecated API features. I'm working on modifying the code myself so 
that we can get our products back up and working, but it would be great to have 
an "official" fix. Many thanks!

Original comment by roogi...@gmail.com on 26 Dec 2013 at 10:04

GoogleCodeExporter commented 8 years ago
pass on ie11

Original comment by jackw....@gmail.com on 4 Mar 2015 at 6:47

Attachments: