Refresh does not attempt to reload page, only favicon.
Categories
(Firefox :: Untriaged, defect)
Tracking
()
People
(Reporter: jakub.fojtik, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
Had a Dailymotion video in a tab possibly cached.
Clicked Play on the video, page went blank.
Opened Network console, hit CTRL+R, and I see that only favicon request is sent, no request for the page itself. Persist Logs is checked too.
Actual results:
Address still has the proper URL, but hitting F5 or CTRL+R does not even attempt to refresh it.
The problem: In Network console, i see that only favicon request is sent, no request for the page itself.
The fix: from previous times i know that Disable Cache reloads the page successfully.
Expected results:
A request for the URL displayed in URL bar should have been visible in Network Console.
Reporter | ||
Comment 1•5 years ago
|
||
Reporter | ||
Comment 2•5 years ago
|
||
About Disable Cache: this only resolves the problem if i click the URL bar and press Enter, not just on a refresh.
Reporter | ||
Comment 3•5 years ago
|
||
Nevermind, it happens only on clicking the video name in the player, probably a javascript event cancels the click.
Description
•