Open
Bug 1960718
Opened 6 months ago
Updated 5 months ago
"Save Page As..." doesn't save Reader View output correctly
Categories
(Toolkit :: Reader Mode, defect, P3)
Tracking
()
NEW
People
(Reporter: 08xjcec48, Unassigned)
References
Details
Steps to reproduce:
- Open
about:reader?url=https://blog.nightly.mozilla.org/2025/04/07/putting-up-wallpaper-these-weeks-in-firefox-issue-178/
- Use the
Save Page As...
dialog (Ctrl
+S
)
Actual results:
The generated HTML file includes the #toolbar
section and references internal Firefox files, such as chrome://global/content/reader/moz-slider.mjs
.
Expected results:
When you're reading an article with the Reader View feature and use the Save Page As...
option:
- The appropriate stylesheet could be embedded directly into the HTML file with a
style
tag - The HTML file shouldn't include the
#toolbar
section or references to internal Firefox files
Component: Untriaged → Reader Mode
OS: Unspecified → All
Product: Firefox → Toolkit
Hardware: Unspecified → Desktop
Updated•5 months ago
|
Severity: -- → S4
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•