[Gambas-user] New problem on webform.

Benoit Minisini benoit.minisini at gambas-basic.org
Thu Nov 10 19:25:42 CET 2022


Le 10/11/2022 à 17:54, Marco Ancillotti a écrit :
> 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 ?
> 

'gb.web.form' is deprecated. You should port your project to 
'gb.web.gui' instead. I can help you for that.

Regards,

-- 
Benoît Minisini.



More information about the User mailing list