"Save as" does not save the new dom anymore
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: michael.laus, Unassigned, NeedInfo)
Details
Attachments
(1 file)
84.95 KB,
text/html
|
Details |
Steps to reproduce:
I have a self-made JavaScript-HTML-Calendar on my local file system. I use JavaScript to change the dom, for example to mark a day in the calender as "holiday" or "work". Then I use the "Save as" function of Firefox and choose either the existing file on the disc or create a new one.
Actual results:
Firefox does not save the new version of the dom anymore, it does not overwrite the HTML-file on the disc if i choose the existing file or the new HTML-file contains the old dom version, too.
Expected results:
It worked fine until mid october 2024, but it seems a recent update changed something. Until mid october, the new version of the dom was written to the file system.
It still works with other browsers, it is only Firefox i have this problem with.
Does somebody know which setting may have been changed causing this problem?
Comment 1•1 month ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•1 month ago
|
||
You can use mozregression (https://mozilla.github.io/mozregression/) to do a bisection that will narrow down the change that caused this issue for you.
Description
•