Skip to content

Add media element attributes #1128

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

Merged
merged 1 commit into from
Feb 19, 2014
Merged

Add media element attributes #1128

merged 1 commit into from
Feb 19, 2014

Conversation

sophiebits
Copy link
Collaborator

Fixes #1124.

I didn't add volume because it requires more complicated logic to control properly and I didn't add paused because to set it we need to call play() or pause() -- perhaps a mutation method is appropriate.

Fixes facebook#1124.

I didn't add `volume` because it requires more complicated logic to control properly and I didn't add `paused` because to set it we need to call play() or pause() -- perhaps a mutation method is appropriate.
zpao added a commit that referenced this pull request Feb 19, 2014
Add media element attributes
@zpao zpao merged commit f81d169 into facebook:master Feb 19, 2014
@zpao zpao added this to the 0.9 milestone Feb 19, 2014
@yocontra
Copy link
Contributor

@spicyj More complicated logic? Can you explain that?

I'm currently having issues with play, pause, and volume. I end up having to do weird syncing stuff to keep react's state up to date with the DOM and vice versa

@sophiebits
Copy link
Collaborator Author

I don't recall what I had in mind when I wrote that, sorry.

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.

Unable to set audio tag attributes
3 participants