Re: GWT app gets loaded multiple times in Firefox

2023-02-08 Thread Michael Conrad
Thank you very much! On 2/8/23 14:44, Thomas Broyer wrote: It seems to be due to the __gwt_historyFrame: the subsequent requests have initiator=subdocument in the dev tools network panel, and a Sec-Fetch-Dest:iframe request header; if you inspect the iframe in dev tools, you can see the

Re: GWT app gets loaded multiple times in Firefox

2023-02-08 Thread Thomas Broyer
It seems to be due to the __gwt_historyFrame: the subsequent requests have initiator=subdocument in the dev tools network panel, and a Sec-Fetch-Dest:iframe request header; if you inspect the iframe in dev tools, you can see the host page being loaded inside it rather than an about:blank, and

Re: GWT app gets loaded multiple times in Firefox

2023-02-08 Thread Sebastian
We experienced a similar issue a while ago. This was related to explicitly submitting a form so that the browser's password save dialog can kick in. In our case we found that the page reload was caused by not explicitly cancelling the corresponding SubmitEvent on submit. Once we added

Re: GWT app gets loaded multiple times in Firefox

2023-02-08 Thread 'grue' via GWT Users
I agree. However, if I comment out the script tag that loads the nocache.js the problem is gone. That's why I suspect that GWT is somehow involved. On Wednesday, 8 February 2023 at 14:04:20 UTC+1 Michael Joyner wrote: > We see the same behavior here. I'm convinced it is some sort of FF bug. >

Re: GWT app gets loaded multiple times in Firefox

2023-02-08 Thread Michael Conrad
We see the same behavior here. I'm convinced it is some sort of FF bug. Why else would a page reload increase the number of times the entry point is entered? Is not a page reload supposed to be the same as opening it up in a new tab while discarding all previous JS states? On 2/8/23 07:02,

Re: GWT app gets loaded multiple times in Firefox

2023-02-08 Thread 'grue' via GWT Users
I have deployed the example app here: http://test7.pb3.technology/TestGWT/ On Wednesday, 8 February 2023 at 11:47:43 UTC+1 grue wrote: > I have tested it on MacOS 12.6.3 and Ubuntu and Windows 10 and in deploy > mode but I also see the issue in development mode. > > Michael > > > On Wednesday,

Re: GWT app gets loaded multiple times in Firefox

2023-02-08 Thread 'grue' via GWT Users
I have tested it on MacOS 12.6.3 and Ubuntu and Windows 10 and in deploy mode but I also see the issue in development mode. Michael On Wednesday, 8 February 2023 at 10:32:38 UTC+1 lofid...@gmail.com wrote: > Following question: > - What OS? > - Do you try in development mode or deployment

Re: GWT app gets loaded multiple times in Firefox

2023-02-08 Thread lofid...@gmail.com
Following question: - What OS? - Do you try in development mode or deployment mode? Thanks, Lofi grue schrieb am Dienstag, 7. Februar 2023 um 14:03:25 UTC+1: > I have observed a weird behaviour when opening a GWT app in Firefox. When > I first open the page everything is normal but once I