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

[TIMOB-7145] Fixed some bugs in VideoPlayer. Added fullscreen support for Firefox #1788

Merged
merged 1 commit into from Mar 22, 2012
Merged

[TIMOB-7145] Fixed some bugs in VideoPlayer. Added fullscreen support for Firefox #1788

merged 1 commit into from Mar 22, 2012

Conversation

cb1kenobi
Copy link
Contributor

Also fixes:

[TIMOB-8041] Fixed maxlength of textfields.

… for Firefox. [TIMOB-8041] Fixed maxlength of textfields.
@@ -602,7 +602,11 @@ properties:
summary: URL of the media to play.
description: |
URL identifying a local or remote video to play.
type: String

On Mobile Web, video format support depends on the web browser. You can specify an
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be worth mentioning that there isn't a common format across all browsers, and that specifying an array is necessary in practice?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's sort of implied by saying the supported video formats depend on the browser. FWIW, Arthur helped me write that sentence, so he has effectively signed off on it. Unless you feel strongly that it needs clarification, Arthur and I are cool with it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No strong feelings either way...sounds good to me.

@nebrius
Copy link
Contributor

nebrius commented Mar 22, 2012

Code reviewed and tested. Request approved.

nebrius added a commit that referenced this pull request Mar 22, 2012
[TIMOB-7145] Fixed some bugs in VideoPlayer. Added fullscreen support for Firefox
@nebrius nebrius merged commit d981c73 into tidev:master Mar 22, 2012
@hal-gh
Copy link
Contributor

hal-gh commented Mar 23, 2012

That's strange, the above comment did not render correctly.
Should be, [String, Array<String>]

@hal-gh
Copy link
Contributor

hal-gh commented Mar 23, 2012

Resolved validation failure here #1742 (comment)

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.

None yet

3 participants