-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline Mode: video player does not allow Download #105
Comments
@kkalarickal Agreed, the Can you please re-test? I just checked that |
@dero - I think the difference that I am seeing is because I actually cut off the network connection before trying to download the video from offline storage. In general, there seems to be a difference between turning-a-service-worker to "Offline" in the DevTools > Applications tab and cutting off network connection by turning off the WiFi or data on a mobile. For example, there is a "No Internet Connection" status message that appears when you turn service-worker offline |
@kkalarickal Yes, cutting the connection is a case different from selecting "Offline" in the dev tools. From the MDN documentation about
We would need to employ a more reliable method of detecting when the client goes offline. I'm not sure if this should be a part of our Phase 1 efforts, though, because each possible approach is a non-trivial one. Perhaps we should create a ticket to tackle this later? cc @jwold @derekherman |
Moving this issue into phase two or later sounds like the right thing to do here. |
@jwold - Should tickets in QA column that are going to be addressed in phase two or later be moved back into Backlog ? Or is "Revisit Later" the correct column ? |
I'm not sure why that is happening, it may be part of prepping the release, but not sure. |
I've re-tested the issue here and I now believe fixing it would be a significant lift that is unlikely to be worth the effort.
I'd actually suggest we add a @derekherman, what do you reckon? |
Bug Description
Given a user who has stored the video for offline viewing
When the network connection is cut and the offline video is playing in the player
Then it is NOT possible to click the Download button within the video player to download the file to the machine
Expected Behaviour
If the offline behavior of the video player should match the behavior when the system is online, then the download button should work the same way. On the other hand, if downloads from offline IDB is NOT allowed, then we need to disable the download button or indicate this in a better way than a failed attempt.
Steps to reproduce
Screenshots
Screen shot of failed download due to network error after clicking the download button from video player after cutting the connection -
Additional context
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered: