[Gambas-user] New problem on webform.
Marco Ancillotti
gambas at servinfo.it
Thu Nov 10 17:54:54 CET 2022
Hi all,
my project made with gb.web.form is growing up.
Now I have update to gambas 3.17.3 (ubuntu ppa) and every time I open a
secondo form with .showmodal()
browser hang , I made some debugging and found that error on the browser:
lib:0.0.59.js:404 Uncaught RangeError: Maximum call stack size exceeded
at Object.onFocus (lib:0.0.59.js:404:20)
at Object.setFocus (lib:0.0.59.js:470:10)
...
at Object.setFocus (lib:0.0.59.js:470:10)
It continue a lot speaking of lines , I download the generated .js and I
found that every line have a:
gw.setFocus(gw.active); or a gw.onFocus();
Is this a bug ?
More information about the User
mailing list