You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are we only allowed to use css position: absolute for ports? I would prefer to render ports as elements with custom content but absolute position makes it so weird.
konst-sh
changed the title
Getting JSInterop exception for GetBoundingClientRect when trying <PortRenderer> with child content without CSS position:absolute
Getting JSInterop null exception in GetBoundingClientRect when trying <PortRenderer> with child content without CSS position:absolute
Dec 27, 2024
I'm not really sure about this, the error doesn't look like it's related to the position, do you have time to create a small repo that shows this issue?
@zHaytam this reproduces the issue for me. The diagram will throw the error, if I try to create link from any port with child content, when the position:absolute i commented out in CSS. Thanks for this awesome library, btw!
I'm getting this exception, if on NET8 with interactive server side rendering I try to use PortRenderer with child content like that:
and in CSS the position: absolute is disabled:
The text was updated successfully, but these errors were encountered: