This repository was archived by the owner on Jan 5, 2021. It is now read-only.
This repository was archived by the owner on Jan 5, 2021. It is now read-only.
"Inline Subdiagram"-Refactoring during simulation leads to inconsistent highlighting #1792
Open
Description
The model to produce the issue was build the following way:
- Create a new file
- Insert a second state ("StateB")
- Insert 2 transition between "StateA" and "StateB" in each direction with valid triggers (e.g every 5s)
- Select both states and execute "Group States into Composite"in the Refactor context menu
- Select Composite State and "Extract Subdiagram"
- Run Simulation
Reverting this during simulation by doing the Undo action or the "Inline Subdiagram" action will lead to inconsistent highlighting. (see figure)
The correct behaviour would be highlighting the composite state and one of the states inside the composite state