Search found 5 matches

Go to advanced search

by langdon
11 Jun 2014 16:00
Forum: Web and scripting
Topic: IE11 and addEventListener
Replies: 10
Views: 2518

Re: IE11 and addEventListener

Sweet, thank you! Running it through its paces now.
by langdon
10 May 2014 15:54
Forum: Web and scripting
Topic: IE11 and addEventListener
Replies: 10
Views: 2518

Re: IE11 and addEventListener

If you need it so much... hm, OK, I'll do it. What linux distro do you use?
Oh wow! Currently we're using Ubuntu. Thank you x1000!
by langdon
10 May 2014 15:32
Forum: Web and scripting
Topic: IE11 and addEventListener
Replies: 10
Views: 2518

Re: IE11 and addEventListener

how much do you need fbvlc on linux? :) Hehe, eventually we will absolutely need it or we'll have a very downgraded experience on Linux (I'm now realizing how wonderful FBVLC is! :) :)). We have it building internally but noticed the lack of what appears to be drawing code -- (WindowAttached, Windo...
by langdon
07 May 2014 19:56
Forum: Web and scripting
Topic: IE11 and addEventListener
Replies: 10
Views: 2518

Re: IE11 and addEventListener

No idea what are the new things of IE11
They deprecated use of attachEvent and are now using addEventListener as the standard suggests. I suspect that's where the issue lies.

FireBreath/FBVLC had the same issue when IE11 came out but they patched it. I can't use FBVLC on Linux though. =[
by langdon
06 May 2014 17:55
Forum: Web and scripting
Topic: IE11 and addEventListener
Replies: 10
Views: 2518

IE11 and addEventListener

I can't seem to get events working in Internet Explorer 11. Is my only option emulating IE10 <meta http-equiv="X-UA-Compatible" content="IE=10" />? I'm using code from the WebPlugin documentation which works fine in IE10/9 mode, but not IE=edge (11)... function registerVLCEvent(v...

Go to advanced search