Open Bug 1869817 Opened 5 months ago Updated 4 months ago

fr.wikipedia.org - Reader view icon is missing

Categories

(Toolkit :: Reader Mode, defect, P5)

defect

Tracking

()

Tracking Status
firefox-esr115 --- wontfix
firefox120 --- wontfix
firefox121 --- wontfix
firefox122 --- wontfix
firefox123 --- wontfix

People

(Reporter: rbucata, Unassigned)

References

()

Details

From github: https://github.com/webcompat/web-bugs/issues/130978.

<!-- @browser: Firefox 115.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0 -->
<!-- @reported_with: unknown -->

URL: https://fr.wikipedia.org/wiki/Empreinte_num%C3%A9rique

Browser / Version: Firefox 115.0
Operating System: Linux
Tested Another Browser: Yes Chrome

Problem type: Something else
Description: I don't have the reader-view icon in the address bar
Steps to Reproduce:
I want to read the webpage https://fr.wikipedia.org/wiki/Empreinte_num%C3%A9rique using reader mode but the icon does not appear in the address bar. I have the same issue with firefox on both windows and linux.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2023/12/099372d0-8e3d-4817-9ae4-be387c6f9de3.jpg">
</details>

<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>

From webcompat.com with ❤️

Change performed by the Move to Bugzilla add-on.

The issue was reported via the webcompat.com reporter. Since the issue is related to Reader View mode, we have moved the issue. Please feel free to move the issue to the correct Product and Component.

Notes:
Other sites are showing the icon

Component: General → Reader Mode
OS: Android → All
Product: Core → Toolkit
Hardware: Unspecified → Desktop

The issue appears in firefox android too.

This is because the article primarily consists of a list and there isn't enough text in <p> tags to trip the readability icon, so the code in https://github.com/mozilla/readability/blob/main/Readability-readerable.js does not find enough meaningful text.

It works in larger French wikipedia articles, e.g. https://fr.wikipedia.org/wiki/Napol%C3%A9on_Ier .

It may not be as easy as "just" adding li tags to the list of things it checks for because (a) it'll make things slower and (b) it may catch e.g. things like list-based menus as "readerable" content, which is wrong.

Given this is wikipedia and a short article and things generally work, I don't think this is high priority.

(In reply to Denis Dordoigne from comment #4)

This larger page is not "readerable" : https://www.capgemini.com/fr-fr/jobs/FMF5TYcBZo4YQg5-R3bP/ingenieur-systemes-linux-hf/

This isn't on Wikipedia and will have a different cause - the markup will be very different.

Please file an issue on github.

You need to log in before you can comment on or make changes to this bug.