Closed
Bug 1157943
Opened 10 years ago
Closed 10 years ago
https://jakearchibald.github.io/trained-to-thrill/ doesn't load when wifi is disabled
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 654579
People
(Reporter: jrmuizel, Unassigned)
References
Details
I noticed this on my mac.
![]() |
||
Comment 1•10 years ago
|
||
So is this supposed to be in offline mode, or do you have a non-wifi net connection or what?
Flags: needinfo?(jmuizelaar)
Reporter | ||
Comment 2•10 years ago
|
||
(In reply to Not doing reviews right now from comment #1)
> So is this supposed to be in offline mode, or do you have a non-wifi net
> connection or what?
This was without a net connection and not in offline mode. In case it wasn't clear, I was trying to reload https://jakearchibald.github.io/trained-to-thrill/ which should be serviced by a serviceworker
Flags: needinfo?(jmuizelaar)
Unfortunately this bug is still around.
STR:
1. With a working internet connection, visit https://jakearchibald.github.io/trained-to-thrill/
2. Disconnect internet (for me this was toggling the thinkpad hardware switch)
3. Reload by pressing F5.
Expected: Site should be served by SW
Actual: Spinner keeps spinning :(
Comment 5•10 years ago
|
||
I was testing with TtT yesterday as well. I don't see all the images making it into the Cache for some reason. Not sure if its a SW or Cache problem.
We need someone to investigate, but I won't have time till next week at the earliest.
Note that TtT is no longer using SW on nightly since ServiceWorkerGlobalScope.skipWaiting() hasn't landed. Bug 1131352
Comment 7•10 years ago
|
||
This is probably bug 654579.
Comment 8•10 years ago
|
||
Hi,
checked now on master once Bug 654579 has been landed and "connectivity derailed" message is appearing, the page is not loaded.
Comment 9•10 years ago
|
||
Using today's nightly, TtT seems to work for me with "Work Offline" explicitly set. (I had to set the opaque responses pref to true but that's a separate issue than TtT not working.)
WORKSFORME?
Comment 10•10 years ago
|
||
Yeah looks like bug 654579 was all we needed.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•