-
Notifications
You must be signed in to change notification settings - Fork 166
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
Content Model: creating a DOM tree using selection marker results in blank window and/or throws an error. #2505
Comments
I see. Now I can repro. The demo site is just a demo (or a debugging tool), but not part of production. I'll take a look when I have got some time. You can also submit a fix if you want. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The selection marker has a few issues when trying to create a DOM tree using the selection marker, inputting a value in any of the style inputs results in a blank window or throws onUpdate is not a function.
To Reproduce
Steps to reproduce the behavior:
-> Throws onUpdate is not a function: 4. Input a value in any of these fields
Font size
,Font family
, orBold
.-> Window goes blank -> 4. Input a value in any of these fields
Text color
, orBack color
.Expected behavior
To update a value correctly.
Current behavior
Throws an error, and/or goes blank
Screenshots
Throws, onUpdate is not a function.
The window goes blank.
The text was updated successfully, but these errors were encountered: