dock-spawn-ts icon indicating copy to clipboard operation
dock-spawn-ts copied to clipboard

Web component panel content not showing

Open macaba opened this issue 1 year ago • 2 comments
trafficstars

Using /page/demo/demo_webcomponent.html & placing some content inside one of the document panels does not show up any of the content when the page has finished loading.

Inspecting shows that the content has size but is invisible. I could not see any style properties that would hide the content.

Any ideas?

macaba avatar Sep 11 '24 14:09 macaba

Can you share a little bit of code what you are doing?

I use the webcomponent here and it works: https://node-projects.github.io/web-component-designer-demo/index.html

jogibear9988 avatar Sep 11 '24 18:09 jogibear9988

Sure! Using a slightly modified version of demo page with some content:

https://github.com/macaba/dock-spawn-ts/blob/master/page/demo/demo_webcomponent.html

I don't see any content:

image

DevTools shows something being there but not visible:

image

macaba avatar Sep 11 '24 19:09 macaba