Safe-and-Fast-Software / PDF-Automator

A Node.js program that creates PDFs from JSON. Can be hosted as an API or GUI. It will be used to automate the creation, and delivery of invoices, contracts, quota's etc.
https://pdf.safs.nl
GNU General Public License v3.0
2 stars 0 forks source link

Reoping the application can lead to double menubar #16

Open Tygo-van-den-Hurk opened 1 month ago

Tygo-van-den-Hurk commented 1 month ago

Priority: low Temporary solution: page refresh

The Problem

When leaving the application open in the background, and then opening it back up after a while will sometimes spawn a second menu bar. My assumption is that the browser caches requests, but not the header of that request, so now the server responds responds with the full page instead of the

How to reproduce

That's still unclear to me. I know it sometimes occurs when leaving the page open too long without interacting with it for a while.

Details

Tygo-van-den-Hurk commented 3 weeks ago

This might be a browser caching bug.