Closed Bug 800066 Opened 12 years ago Closed 10 years ago

Reader mode icon not showing after hitting stop

Categories

(Firefox for Android Graveyard :: Reader View, defect, P4)

16 Branch
ARM
Android
defect

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: asrail, Unassigned)

Details

If the user hit stop before the page finish loading, the reader mode icon doesn't appear. Step by step: 1 - Start loading some webpage 2 - Wait until the content loads, but without waiting until the complete page load 3 - Hit the stop button (the X on the address bar) Actual results: There is no reader mode icon. Expected results: An reder mode icon should appear. Observations: if you click the address bar and then click "back", the icon does appears and it works. I've used this page for the test, because it takes a while to load on Firefox for Android, for me: http://www.correio24horas.com.br/noticias/detalhes/detalhes-1/artigo/no-domingao-da-eleicao-salvador-virou-uma-grande-festa-de-largo/
I believe the detection might rely on full document completion I think. Lucas?
Severity: minor → normal
(In reply to Aaron Train [:aaronmt] from comment #1) > I believe the detection might rely on full document completion I think. Correct. This might be INVALID/WONTFIX
The user would have to reload the page or he wouldn't be able to load the reader mode because of some advertisement or JavaScript. Wouldn't be easier to use the same check that is already done after clicking the address bar and pressing back? Scenario 1: the user pressed the stop button and there is no content available. Result: reader mode stills disabled. Scenario 2: the user pressed the stop button, the content is available and the script notices there is an relevant content. Result: reader mode is enabled.
(In reply to Caio Tiago Oliveira (asrail) from comment #3) > The user would have to reload the page or he wouldn't be able to load the > reader mode because of some advertisement or JavaScript. > Wouldn't be easier to use the same check that is already done after clicking > the address bar and pressing back? > Scenario 1: the user pressed the stop button and there is no content > available. Result: reader mode stills disabled. > Scenario 2: the user pressed the stop button, the content is available and > the script notices there is an relevant content. Result: reader mode is > enabled. Caio, could you please post an example page where this happens? If you press stop but the core content of the page is already loaded (i.e. the DOMDocument is up) the reader icon should still show up.
Priority: -- → P4
Not reproducible anymore.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.