:: Forum >>

Will work activewidgets with google Chrome browser?

Hi,

I need to know if the activewidgets library will works with the google Chrome browser.

I'm using the 1.0.2-gpl_2 version.

Thanks
Esteban
Tuesday, September 2, 2008
I am also interested if ActiveWidgets will work with the new Google Chrome browser.
Bryan
Tuesday, September 2, 2008
Yes, the next release will support Google Chrome.

If you are using 2.5.2 and want to try it right now - you have to apply a small fix. Go to the /source/lib/system/control.js line 530 and change

if (template.$owner != this && template != previous){

to

if (template.$owner !== this && template !== previous){

(replace != operator with !==).

In the compressed /runtime/lib/aw.js the same code is located on line 27, char 7276 and char 7295.
Alex (ActiveWidgets)
Tuesday, September 2, 2008
Google Chrome is now supported in AW 2.5.3 -

http://www.activewidgets.com/general.bugs/2-5-3.html
Alex (ActiveWidgets)
Tuesday, September 9, 2008

This topic is archived.


Back to support forum

Forum search