enso/app/gui/view/graph-editor
Michael Mauderer 5b0af105c1
Fix visualisation type selector artifacts rendered after node preview visualisation was closed. (#6575)
Fixes #6501.

There appears to be an issue with the children of an unlinked display object still receiving FRP mouse events. In this case, they show/hide the unlinked child, leading to it appearing again. This is mitigated by unlinking the affected element directly.

Note that while investigating this, I found that there is an untreated issue with the display object hierarchy, which cause failing tests. The failing test case has been disabled, but the linked issue ([#1405](https://github.com/enso-org/ide/issues/1405)) was closed when migrating tickets. I have re-opened it for triage.
2023-05-09 07:56:18 +00:00
..
src Fix visualisation type selector artifacts rendered after node preview visualisation was closed. (#6575) 2023-05-09 07:56:18 +00:00
Cargo.toml Show error pop-up when failing to rename a project (#6366) 2023-05-08 10:12:26 +00:00