eclipse-sirius / sirius-web

Sirius Web: open-source low-code platform to define custom web applications supporting your specific visual languages
https://eclipse.dev/sirius/sirius-web.html
Eclipse Public License 2.0
73 stars 49 forks source link

Tooltips on diagram horizontal toolbar are not displayed when in full screen mode #3578

Open stephanelacrampe opened 3 months ago

stephanelacrampe commented 3 months ago

Screenshots

image

Steps to reproduce

Expected behavior

Actual behavior

Note: this is a minor issue

pcdavid commented 3 months ago

Adding PopperProps={{ container: document.fullscreenElement ?? document.body }} to the <Tooltip /> components as mentioned here seems to fix the issue.

AresEkb commented 1 month ago

<ConnectorContextualMenu /> doesn't work in full screen mode as well.