-
Detailed description of bug:
– The animation editor no longer goes into a disabled state when you select an item in the Explorer. This results in several bugs when something is selected both inside the Animation Editor and in the workspace:
– Having both a keyframe and a part selected will replace all of the animation editor hotkeys with the explorer hotkeys.
– Pressing Delete while the Animation Editor is not currently focused will delete the part in the workspace, and this cannot be undone because the Animation Editor takes over ChangeHistoryService. If you haven’t saved, it is impossible to recover from this.
– Pressing Delete while the Animation Editor is focused will not delete the keyframe until you deselect the part. -
When it started happening:
– I noticed this bug today. -
Screenshots and videos of the bug:
-
Steps to reproduce the issue (be minimal, specific, consistent!):
- Create a rig and open the Animation Editor
- Create a keyframe in the Animation Editor and select it.
- Select any part in the workspace using the Explorer widget.
Note that the Animation Editor does not show the “Click to continue using the Animation Editor” dialog, but instead allows this undefined behavior to take place.
In order to fix this, all that would need to be done is to roll back whatever change removed the “Click to continue using the Animation Editor” dialog.