instar-robotics / papyrus

Papyrus is the front end GUI that generates neural scripts that can be executed by kheops
GNU General Public License v3.0
1 stars 0 forks source link

Creating links become difficult when lots of links are already present #72

Closed nschoe closed 5 years ago

nschoe commented 5 years ago

Reported by @adrienjauffret . Two different behaviors (which I believe are related):

I believe this is a z-index problem: the z-index of the link are greater than the z-index of the input and output slots.

nschoe commented 5 years ago

After additional testing, I found that this issues only arises when items are in a Zone. Outside a zone, since the z-index values are correctly orders, links are behind the slots and we can create as many links as we want, easily.

But as soon as boxes are added to a Zone, for some reason, the link are now displayed on top of the slots, which make the aforementioned issue. I have checked the z-index for items inside a zone and they are still correct. I'll keep looking.