Throttling feature does not work on http websites that use javascript
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
People
(Reporter: blj683, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0
Steps to reproduce:
Turn on throttling on a http website that includes javascript not embedded in html. The issue is not present on slightly older versions of firefox (109.x)
Actual results:
website will load everything but never display any of it.
Expected results:
website will load once data is received
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Privacy: Anti-Tracking' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•3 years ago
|
||
Thanks for filing a bug! To clarify, do you mean the network throttling feature in the DevTools?
Comment 3•3 years ago
|
||
The reporter replied via email that the issue affects the devtools, moving component.
Comment 4•3 years ago
|
||
This looks similar to Bug 1817659 which was fixed in Firefox 111 (currently Beta or DevEdition channels). Can you verify if the issue is resolved on those channels?
Otherwise can you provide more detailed steps to reproduce?
Updated•3 years ago
|
(In reply to Julian Descottes [:jdescottes] from comment #4)
This looks similar to Bug 1817659 which was fixed in Firefox 111 (currently Beta or DevEdition channels). Can you verify if the issue is resolved on those channels?
Otherwise can you provide more detailed steps to reproduce?
I use the dev edition of firefox. The issue only occurs on non https websites including localhost:3000 which is annoying for web development
Comment 6•3 years ago
|
||
(In reply to blj683 from comment #5)
(In reply to Julian Descottes [:jdescottes] from comment #4)
This looks similar to Bug 1817659 which was fixed in Firefox 111 (currently Beta or DevEdition channels). Can you verify if the issue is resolved on those channels?
Otherwise can you provide more detailed steps to reproduce?
I use the dev edition of firefox. The issue only occurs on non https websites including localhost:3000 which is annoying for web development
The mentioned bug was fixed on DevEdition 4 days ago, so you might not have the fix if you have a slightly older version. Firefox DevEdition needs to be 111.0b6 or more recent, can you check if that's the case? Otherwise can you shared detailed steps to reproduce, maybe with an example page?
Thanks!
Comment 8•3 years ago
|
||
The reporter confirmed by email this was fixed in recent versions of Firefox DevEdition.
Description
•