enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.34k stars 320 forks source link

Selecting nodes for the first time after project opening is almost always leaving one node unselected #6488

Closed sylwiabr closed 6 months ago

sylwiabr commented 1 year ago

Discord username

No response

What type of issue is this?

Intermittent – Occurring irregularly

Is this issue blocking you from using Enso?

Is this a regression?

What issue are you facing?

https://user-images.githubusercontent.com/12892578/235451942-d80afca8-2963-4e4a-a692-8628b4672819.mov

Expected behaviour

Nodes in selecting area should be selected

How we can reproduce it?

No response

Screenshots or screencasts

No response

Enso Version

develop @ 6b0c682b08b7745368cec3474cc774c51a5b48f5

Browser or standalone distribution

Standalone distribution

Browser Version or standalone distribution

Standalone

Operating System

MacOS

Operating System Version

No response

Hardware you are using

No response

hubertp commented 1 year ago

Isn't this because it does the re-sizing of nodes while it is loading the possible values?

vitvakatu commented 1 year ago

It's a bit annoying to reproduce, but I had the best chance by following the same actions as in the video: having one node far to the right and selecting from the bottom right to the top left.

It doesn't look to be caused by node positions or size changes – after all, nodes don't move when we add placeholders and widgets. We only increase their width.

It is worth checking this issue after https://github.com/enso-org/enso/pull/6487, as it might be connected.

jdunkerley commented 1 year ago

Assumed will be fixed as part of the new IDE work.

farmaazon commented 6 months ago

Not reproduced in GUI2