Skip to content
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

unmute if the user drags the volume bar slider #720

Closed
wants to merge 2 commits into from
Closed

unmute if the user drags the volume bar slider #720

wants to merge 2 commits into from

Conversation

jgubman
Copy link
Contributor

@jgubman jgubman commented Sep 3, 2013

implemented recommendations on issue #538

@jgubman
Copy link
Contributor Author

jgubman commented Sep 3, 2013

Tried to write a test for this, but got stymied by the mediafaker's inability to setMute successfully. Sorry, banged my head against it for about 30 minutes before giving up...

@heff
Copy link
Member

heff commented Sep 6, 2013

Nice. Seems straight forward enough. I think the best way to test this would be to stub the player's muted() method and check to make sure it was called with the right value. We don't have a good framework for doing that yet though. I've been wanting to bring in Sinon.js to help with things like this.

…-mousemove

* upstream/master:
  Bump version to 4.2.1
  Rotating CHANGELOG
  Adding line to CHANGELOG
  Close GH-727: Fixed windowLoaded not setting on async script load. Fixes #727
  Removed sourcemap from compiled output. fixes #712
  Added back in reverted #630
  Fixed changelog version
  Rotating CHANGELOG
  Bump version to 4.2.0
  Fixed IE8 tests and flaky fonts
  Fixed the getAttributes test in ie8, which reports all attrs, whether or not they were set
  Fixed the custom fallback message test which would break when ie8 capitalized tag names
  Revert "Close GH-630: prevent default action for simple html5 media events. fixes #573, fixes #620 (duplicate bug)."
@heff heff closed this in f07caa2 Oct 2, 2013
@heff
Copy link
Member

heff commented Oct 2, 2013

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants