Community
Participate
Working Groups
Created attachment 183785 [details] snippet Calling a browser-function from within an "execute" method causes some kind of infinity-loop and crashes the browser. See attached snippet to reproduce. Note: This doesn't work trouble-free in SWT/Win7 either, but it doesn't crash. I think it might be a valid usecase when execute is used to call a javascript function that in turn (indirectly) calls the browser-function. Might be related to Bug 330811.
The fix is to prevent rendering of execution script (BrowserLCA) if another (or same) script is already pending. Attached snippet works fine now. Changes are in CVS HEAD.