-
Notifications
You must be signed in to change notification settings - Fork 185
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
Video playback controls not working correctly #187
Comments
It would appear that it was the commit for the next/prev button issue.I synched my copy of all three repos to the commit hashes shown above for 25 August and rebuilt. Seemed to work fine. I then synched to the next commit (in each repo) which was the set of 3 commits of the Lars->Dmitry work (merged by Ryan on 27 August) to hide the next/prev buttons when there was no page (issue #117). |
@rkwright I am going to try testsuite 100, have you tried https://code.google.com/p/epub-samples/downloads/detail?name=cc-shared-culture-20120130.epub |
FYI, I have always been able to reproduce "weird" video interaction / rendering bugs when in the 1+ CSS columns, but that's a separate issue: |
@rkwright I have synch'ed my git checkouts to (as per your screenshot above for August 25th revisions): readium-js shared-js ...and I can easily reproduce (Chrome and Safari on OSX) the "weird" interaction / rendering bugs when the video is in any other CSS column than the very first one. This seems to be this known bug: |
I have not seen this behaviour before in the Chrome extension and it is highly reproducible. Let's discuss at the eng meeting later today. |
@rkwright weirdly, I can reproduce the bug with the 25th August build too :( |
In the Chrome Extension? What platform? I am on OSX 10.9.1, but I'll try it on Windows too |
Latest Chrome and OSX.
(1) open epub30-test-0100.epub Can also reproduce with https://code.google.com/p/epub-samples/downloads/detail?name=cc-shared-culture-20120130.epub see step-by-step here: |
Just tried it on Windows 7 (under bootcamp on my elderly MacPro) and cannot reproduce this behaviour.. Ha! Update. I just now managed to reproduce it on my MBP. But it's not easy to reproduce with the older build. Happens every time with newer build. Some sort of timing issue? Or? |
My understanding of issue readium/readium-shared-js#54 is that as soon as the video surface gets rendered over the controls, the whole video becomes inaccessible (mouse interaction, etc.). The video can still be controlled via EPUB triggers (or any other programmatic invocation), it is just the interaction that is messed-up in column 1+ |
Note that although Opera is also based on WebKit, I cannot reproduce the bug. Only Safari and Chrome. |
Closed as a duplicate of readium/readium-shared-js#54 |
Video playback controls are not working correctly. Some controls will not appear until the page is somehow refreshed (page forward then back), others disappear when the video is started and won't re-appear until the video is finished. These problems can be see in the TestSuite 100 (or SmokeTestFXL).
The problems began after this build on 25 August
And before this build on Friday, 29 August
The 25 August build was right after this commit:
281e239
The 29 August build was after this commit:
c6ea4e0
The text was updated successfully, but these errors were encountered: