Closed
Bug 1803192
Opened 2 months ago
Closed 2 months ago
Reader Mode is incomplete until reload
Categories
(Toolkit :: Reader Mode, defect)
Tracking
()
RESOLVED
MOVED
Tracking | Status | |
---|---|---|
firefox109 | --- | affected |
People
(Reporter: claas, Unassigned)
References
Details
Attachments
(1 file)
301.02 KB,
image/png
|
Details |
Steps to reproduce:
- Open https://developer.mozilla.org/en-US/docs/WebAssembly
- Toggle reader view
- (See attached screenshot.) Notice that the reader view shows only 4 paragraphs each consisting of links only (a very small subset of the actual page).
- Reload current page (i.e. the reader view)
- Notice that the reader view now correctly displays the full page.
Tested on:
- Firefox 109 (Nightly) @ Mac OS
- Firefox 109 (Nightly) @ Android
Reporter | ||
Updated•2 months ago
|
See Also: → https://github.com/mdn/yari/issues/7648
Comment 1•2 months ago
|
||
Given this is an issue with the underlying library when run against the JS-modified DOM after pageload, can you report this on github instead? https://github.com/mozilla/readability/issues . You can then resolve this ticket as moved.
(the difference with the reload is that in that case we just XHR the HTML and JS doesn't get a chance to run. Presumably the JS running alters the page in some way that then breaks readability - but that's still an issue with readability, not with Firefox.)
Flags: needinfo?(caugner)
Reporter | ||
Comment 2•2 months ago
|
||
Thanks, I have now reported the issue on GitHub: https://github.com/mozilla/readability/issues/774
Status: NEW → RESOLVED
Closed: 2 months ago
Flags: needinfo?(caugner)
Resolution: --- → MOVED
You need to log in
before you can comment on or make changes to this bug.
Description
•