-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 boolean attributes breaks on import #2357
Labels
Comments
At first look the issue might be here: indeed in the export/import I'd expect just if (this.get('loop')) attr.loop = true;
... |
pety-dc
pushed a commit
to d-code-ltd/grapesjs
that referenced
this issue
Aug 14, 2023
This was referenced May 24, 2024
This was referenced Aug 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Explanation
Using https://grapesjs.com/demo.html v0.15.8 on Chrome 77.0.3~ Windows 10 Pro Build 18362
Importing a Video component with any Boolean attribute (controls, loop, autoplay) using the import modal will break all boolean attributes on the component until the component is deleted.
Reproduction Steps
Screencast
Screencast showing video working as expected, and then the bug.
The text was updated successfully, but these errors were encountered: