Loading the same url multiple times doesn't finish loading
Categories
(GeckoView :: General, defect)
Tracking
(Not tracked)
People
(Reporter: amejia, Unassigned)
Details
STR on the Fenix related bug.
When we try to load a page that contains a download multiple times, without starting the download, we only get the onExternalResponse
event the first time, then the subsequent times the page never finish loading, it gets stuck in 15 percent and as a result the onExternalResponse
event never gets called.
I filed a similar bug before https://bugzilla.mozilla.org/show_bug.cgi?id=1674372
Comment 1•4 years ago
|
||
Arturo, how is this different than Bug 1674372?
Reporter | ||
Comment 2•4 years ago
•
|
||
They are very similar Bug 1674372 only happens with private sessions this one happens in normal sessions. but it could be it's the same issue underneath, but if you think they are the same feel free to close it, be ware that this new instances makes the issue more prone to happen more often.
Comment 3•4 years ago
|
||
Duping to bug 1674372 and making a note to ensure we test both scenarios.
Description
•