WebGadget has problem with JQuery?

Windows specific forum
User avatar
the.weavster
Addict
Addict
Posts: 1537
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

WebGadget has problem with JQuery?

Post 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
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: WebGadget has problem with JQuery?

Post 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
Image
Image
User avatar
Tristano
Enthusiast
Enthusiast
Posts: 190
Joined: Thu Nov 26, 2015 6:52 pm
Location: Italy
Contact:

Re: WebGadget has problem with JQuery?

Post 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:
The PureBASIC Archives: FOSS Resources:
Post Reply