enso-org / enso

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

Clicking a dropdown entry clears the node selection #10269

Closed kazcw closed 1 week ago

kazcw commented 2 weeks ago

Discord username

No response

What type of issue is this?

Permanent – Occurring repeatably

Is this issue blocking you from using Enso?

Is this a regression?

What issue are you facing?

Clicking a dropdown entry clears the node selection

Expected behaviour

Other node edits leave the node in a selected state, which makes further edits to the same node easier

How we can reproduce it?

No response

Screenshots or screencasts

https://github.com/enso-org/enso/assets/1047859/6830ca16-6b69-4e29-ba05-49ae6802ae0d

Logs

No response

Enso Version

current develop

Browser or standalone distribution

Chrome

Browser Version or standalone distribution

125

Operating System

MacOS

Operating System Version

No response

Hardware you are using

No response

kazcw commented 2 weeks ago

The problem is that adding an argument changes the nodeId. We could track selection by externalId, since they are stable.

enso-bot[bot] commented 1 week ago

Keziah Wesley reports a new STANDUP for yesterday (2024-06-18):

Progress: Fixed selection-losing bug. Found a sticky-hover bug (#10312) and traced the cause to a Chromium bug. It should be finished by 2024-06-18.

Next Day: Next day I will be working on the #10269 task. Pick something new.