-
Notifications
You must be signed in to change notification settings - Fork 264
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
Possible issue with pause/play button in Grindplayer #326
Comments
indeed, will check. |
OK, as it seemed like a simple enough issue to test, I tried bisecting it. Here is the answer: % git bisect bad
:040000 040000 3653934b27572000e23b5d67c1b7ecbce223346b 65bd0a32f144f9e0c9ba35b3ba141729d369c473 M bin I tested it by realoading the page each time after having cleared the browser's cache and seeing whether the player would start playing immediately, still having the play button shown. |
if all bugs were this easy :-) |
great ! closing then ... |
When I open this page:
http://www.flashls.org/latest/examples/osmf/GrindPlayer.html
The player start in play mode, but the play/pause button shows the wrong state (it still shows the play icon and not the pause icon). This means also that the first time I click on the button, the player tries to start again, and from that moment onward it shows the right state.
The text was updated successfully, but these errors were encountered: