Page 1 of 1

WebGadget has problem with JQuery?

Posted: Thu Jan 07, 2016 3:51 pm
by the.weavster
I'm trying to load a web page using the WebGadget and I'm getting the error:

Object doesn't support property or method 'addEventListener'

and the URL points to jquery.min.js as the file it doesn't like
The web page in question opens fine in Firefox and Chrome

__________________________________________________
Thread moved
Bugs - Windows>Windows
07.01.2016
RSBasic

Re: WebGadget has problem with JQuery?

Posted: Thu Jan 07, 2016 3:55 pm
by RSBasic
It's not a PureBasic bug. WebGadget uses IE 7 compatibility.
You can change IE version: https://blogs.msdn.microsoft.com/ie/200 ... rovements/
Or you can hide the error window: http://www.rsbasic.de/aktualisierung/wi ... %BCcken.pb

Re: WebGadget has problem with JQuery?

Posted: Sat Apr 09, 2016 9:43 am
by Tristano
RSBasic wrote: You can change IE version: https://blogs.msdn.microsoft.com/ie/200 ... rovements/
This link you provided helped me carry out a good research on the subject. Thanks!

I'm pasting here some other useful links that provide examples on how to implement these hacks to improve WebGadget experience on Windows: