-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Steps to reproduce
- Create a General View diagram
- Create a
PartDefinitiondirectly on the diagram. It is visible as a node with no compartments visible. - From the Explorer, create a sub-part
part1inside thePartDefinition. It is not visible on the diagram. - On the diagram, reveal the "parts" compartment, which now shows
part1. - From the Explorer, drop
part1on the diagram. It is already visible as an item, so nothing happens. This is expected/normal (there should be a feedback message, but that is another issue). - Repeat the previous step: this time the result is different, and a top-level node
part1is created (not even at the mouse drop position).
Disabling the Hide expose elements filter in the Explorer shows that although nothing seems to happen at step 5 from the end-user's point of view, we've actually created an "expose" element for part1, which probably explains (at least in part) the different behavior when we repeat the operation.
Capture.video.du.2026-02-13.11-01-20.mp4
Reactions are currently unavailable