Loading indicator is displayed forever in some page
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox95 | --- | unaffected |
firefox96 | --- | unaffected |
firefox97 | --- | verified |
firefox98 | --- | verified |
People
(Reporter: mix5003, Assigned: yulia)
References
(Regression, )
Details
(Keywords: regression)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0
Steps to reproduce:
open https://svelte.dev/docs#tick
Actual results:
after page loaded, load indicator still show as loading
Expected results:
it should show favicon after page loaded
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Networking' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 2•3 years ago
|
||
Able to reproduce issue. From mozregression:
Bug 1311726 - Split ScriptLoader into ScriptLoader and ModuleLoader; r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D132683
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
I am not sure how this is triggering the behavior, so I wasn't able to make a test that replicates it. But this fix reverts a change in the module loader refactor that is the source of the issue.
I would expect that the onload event is well tested, but there might be another event that the UI is listening for. I am not sure what that might be.
Comment 5•3 years ago
|
||
Set release status flags based on info from the regressing bug 1311726
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 7•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Comment 9•3 years ago
|
||
I was able to reproduce the issue on Win10x64 using build 97.0a1(20211211213843).
Verified as fixed on Win10 and Ubuntu 20.4 using Beta 97.0b2(20220111185943) and NB 98.0a1(20220113093336).
Updated•3 years ago
|
Description
•