gimite / web-socket-js

HTML5 Web Socket implementation powered by Flash
BSD 3-Clause "New" or "Revised" License
2.73k stars 489 forks source link

IE9 doesn't work #62

Closed mendrik closed 12 years ago

mendrik commented 13 years ago

Tried to get it running with IE9, stops on setCallerURL...somehow the flash isn't initialized properly.

BonsaiDen commented 13 years ago

Those idiots, this bug (in IE9) has been known for months and has not been fixes for the release? :/

gimite commented 13 years ago

See this bug: https://github.com/gimite/web-socket-js/issues#issue/41

Some workarounds are suggested in the bug. Since IE9 is released, I'll accept patch for workaround if it's still reproduced in released version.

gimite commented 13 years ago

Hm I cannot reproduce it with my IE9... Can you reproduce it with bundled sample.html? Do you always see it or see it randomly?

mendrik commented 13 years ago

http://www.wikicards.net/ here is my tool, that doesn't work in ie9. I used the latest sources.

gimite commented 13 years ago

Hmm your app seems working fine with my IE9. It says "Web Socket successfully opened" and the real-time sync of the cards works fine. Maybe the issue is specific to your environment (e.g. Developer Tool, Flash Player)?

mendrik commented 13 years ago

that's weird...I somehow managed to get it working only once locally, after clearing my cache. Now it fails all the time...flash is also newest version available. It always hangs on the setCallerUrl().

gimite commented 12 years ago

No similar issue reported so far, so assuming environment-specific issue. Closing.