maciej-zabielski
maciej-zabielski
@caleb87 did you eventually find a workaround for this? I have tried both - height: 100vh; min-height: 100vh; (and 100%, with viewport-fit=cover') but it does not change anything... and I...
@mariogarranz - In my case it eventually worked - I had some conflict with global viewport settings (styling), so it's important to make sure that whatever framework you are using...
I have the same issue in Firefox 100.0.2 When downloading a file using `saveAs(xhr.response, fileName, saveAsOpts);` The current tab is replaced by the download. In Chromium it triggered file download...
I have the same issue in Firefox 100.0.2 - When downloading a file using `saveAs(xhr.response, fileName, saveAsOpts);` The current tab is replaced by the download. It works fine in Chromium....
> The firefox bug is already fixed: https://bugzilla.mozilla.org/show_bug.cgi?id=1766420 thanks for a good find - when type is changed to **application/octet-stream** as mentioned earlier it does open in a new tab...