Description of problem: when seeing default page, some people might think that they are connected to internet, when in fact it's not working, some kind of notice could be done. also in HTML5, there is a offline/online detection feature, and possibly it could be used to redirect to the real website the minute they are being back online...
CC: (none) => rdalverny
(In reply to comment #0) > when seeing default page, some people might think that they are connected to > internet, when in fact it's not working, some kind of notice could be done. This is already provisioned in the code. To fix this bug, it needs to update the body.offline CSS rule accordingly (currently calls a non-existing image in HTML/images/offline-bg.png). > also in HTML5, there is a offline/online detection feature, and possibly it > could be used to redirect to the real website the minute they are being back > online... Already working that way where supported.
(In reply to comment #1) > (In reply to comment #0) > > when seeing default page, some people might think that they are connected to > > internet, when in fact it's not working, some kind of notice could be done. > > This is already provisioned in the code. > > To fix this bug, it needs to update the body.offline CSS rule accordingly > (currently calls a non-existing image in HTML/images/offline-bg.png). Nice > > also in HTML5, there is a offline/online detection feature, and possibly it > > could be used to redirect to the real website the minute they are being back > > online... > > Already working that way where supported. Except that today at work, when i was at a client, i didn't see it working
(In reply to comment #2) > > Already working that way where supported. > > Except that today at work, when i was at a client, i didn't see it working Because it was not taken advantage of yet. Ah, and there was a small issue with the HTML5 detection. Committed. Now it would need to be tar'ed and uploaded again
(In reply to comment #3) > (In reply to comment #2) > > > Already working that way where supported. > > > > Except that today at work, when i was at a client, i didn't see it working > > Because it was not taken advantage of yet. Ah, and there was a small issue with > the HTML5 detection. Committed. Now it would need to be tar'ed and uploaded > again So it is solved, now?
Keywords: (none) => NEEDINFOCC: (none) => marja11
I guess so, yes. Feel free to reopen.
Status: NEW => RESOLVEDResolution: (none) => FIXED