-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
7.15.0-alpha5
-
None
Environment (Required on creation):
Webapps-EE
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
I can still accidentally break diagram interaction when performing instance modifications, similar to CAM-12093
Steps to reproduce (Required on creation):
- Got to the Cockpit Modify Tab
- Single-Click on a Badge
- (The Badge should follow the mouse now)
- Click and drag the mouse
Observed Behavior (Required on creation):
- The badge snaps to the initial position and tracks the mouse movement from afar
Expected behavior (Required on creation):
- The badge is not in a drag-state after releasing the mouse button
Root Cause (Required on prioritization):
- The mouse-up is not properly registered
Solution Ideas (Optional):
- To make sure we never have these problems, we might use native Drag&Drop events for handling (like we did in the react implementation,
CAM-12634).
Hints (Optional):
This is the controller panel for Smart Panels app
- is related to
-
CAM-12093 In Cockpit Migration, Diagram interaction breaks after I drop the badge
- Closed