[Gambas-user] [Gambas Bug Tracker] Bug #1276: Webpage: Extra Render for each <script src = "/"> ...
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Sat Mar 24 10:21:32 CET 2018
http://gambaswiki.org/bugtracker/edit?object=BUG.1276&from=L21haW4-
C THAL reported a new bug.
Summary
-------
Webpage: Extra Render for each <script src = "/"> ...
Type : Bug
Priority : Medium
Gambas version : Unknown
Product : Web components
Description
-----------
I figured out that a Main method is called more than once if it contains a call to render a webpage where there is <script src = "..."></script> in the code of the webpage. For each occurence of this string the Main method is called again automatically instead of just one time. This can lead to a lot of unnecessary wasted computing time.
More information about the User
mailing list