ls1intum / Apollon

UML Modeling Editor written in React
https://apollon-library.readthedocs.io
MIT License
61 stars 21 forks source link

Absolute positioning of edit view sometimes set to left: 0; top: 0 #336

Open wasnertobias opened 6 months ago

wasnertobias commented 6 months ago

Describe the bug

Edit view is not shown (sometimes) in all kinds of diagrams. Is added to DOM, but absolute positioning uses top: 0; left: 0 and is therefor not shown.

image

Did not yet find out when exactly this happens. After a page reload the problem is no longer persisting.

To Reproduce

  1. Double click on component or click on edit symbol of component

Expected behavior

Edit view is visible:

image

Environment