3.2.0

[fix] AW 2.5.2 in Google Chrome

ActiveWidgets 2.5.2 can work in the current version of the Google Chrome browser with the following workaround -

open /runtime/lib/aw.js file in the text editor and replace != operator with !== at line 27, char 7276 and char 7295.

if you are using the source files 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){

The line numbers are for the licensed version.

The next release of ActiveWidgets will support Google Chrome.
Alex (ActiveWidgets)
September 3,
your own AW page does not work with chrome
thierry
September 3,
try 'reload' button
Alex (ActiveWidgets)
September 3,
impossible to enter the grid in your own example
thierry
September 3,
Google Chrome is now supported in AW 2.5.3 -

http://www.activewidgets.com/download/activewidgets-2.5.3-trial.zip

http://www.activewidgets.com/general.bugs/2-5-3.html
Alex (ActiveWidgets)
September 9,
AW.getTop(grid.getRowTemplate(grid.getSelectedRows()).element())

In IE and FF this returns the absolute top.

In chrome this returns top the relative to the top of the grid

Bas
October 7,
AW.getTop(grid.getRowTemplate(grid.getSelectedRows()).element())

In IE and FF this returns: the absolute top.

In Chrome this returns: the top, relative to the top of the grid.
Bas
October 7,

This topic is archived.

See also:


Back to support forum