-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Currently we seem to have a couple of minor bugs that cause glitches layouting issues when creating new nodes or clicking on existing nodes (e.g. label edit)
-
When creating a new task node there is visual glitch on model update:
After the server update the node brievly gets larger (the right side increases) and then is reset again -
When creating multiple nodes in a row the previously created task node sometimes increases in size
-
Nodes cannot be created without an empty grid space between them. I.e creating a node directly below another node without leaving empty space is not allowed. I guess this is caused by the overlap/container check.
But in theory this should be allowed, since the nodes are not overlapping, they just have 0 space between them -
Interacting with the node via click (e.g. edit label) sometime causes a visual resize
Here is a short demo: