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

[Bug] Video traits do not propagate to attributes when parsing video #2501

Closed
senchden opened this issue Jan 10, 2020 · 1 comment
Closed
Labels

Comments

@senchden
Copy link

Expected behaviour:
After checking certain HTML5 video attributes, they persist across reloads and checkboxes reflect current state.

Actual behaviour:
After reloading a video for which attributes have already been set, the checkboxes display default value set.

Steps to reproduce:

  1. Select HTML5 video provider.
  2. Select video path and all checkboxes
  3. Reload the page
  4. Select the video again and observe that checkboxes have been reset to default state (loop and autoplay unchecked and controls checked).

Reproducible in web page demo v0.15.10

See attached screencast:
video-traits-not-parsing

@artf
Copy link
Member

artf commented Jan 12, 2020

Found the issue, it will be fixed in the next release

@artf artf added the bug label Jan 12, 2020
@artf artf closed this as completed in ed54a76 Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants