-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Add webcomponent/shadowdom support #7717
Comments
I'll try to work on those open points for WC support |
refs issue: #1114 |
Blockly.setParentContainer could be used for setting the Parent for Blockly, but this works only once, and with webcomponents you could have multiple blockly components on the page. But the tooltip could also be shown outside of shadow dom (wich maybe often is also preferable cause of maybe cliping of the tooltip inside the shadowroot), but at first, the position calculation needs to be fixed |
Question: I'd like to work on official webcomponent support. But there will be refactorings needed, cause you could have multiple blockly instance with different containers for example for tooltips, ....) Is this something wich will be accepted later? What are the opinions about this? Maybe look at my draft with already some changes : #7718 |
Hello! I'm going to close this in favor of #1114 Will repost your question on the other thread. |
Check for duplicates
Problem
At the moment blockly is not usable in webcomponents, this issue should track work to support them
Request
Add support for webcomponents
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: