:: Forum >>
[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)
Wednesday, September 3, 2008
your own AW page does not work with chrome
thierry
Wednesday, September 3, 2008
try 'reload' button
Alex (ActiveWidgets)
Wednesday, September 3, 2008
impossible to enter the grid in your own example
thierry
Wednesday, September 3, 2008
Alex (ActiveWidgets)
Tuesday, September 9, 2008
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
Tuesday, October 7, 2008
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
Tuesday, October 7, 2008
This topic is archived.
Back to support forum
Forum search