Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
master-deprecated
-
None
Description
When the diagram drop area is scrollable (larger than its container), the connection lines will jump on mouseover or mouseout.
Steps to reproduce:
1. Instantiate a diagram builder module demo.
2. To enable scrolling, add a style tag to the head of the demo's index.html file and define the following styles:
.diagram-builder-content-container
{ padding-left: 280px; height: 500px; overflow: auto; }This will cause the diagram drop area to be larger than its container, enabling it to scroll.
3. Scroll down or up if necessary
4. Mouse over a connection line.
Attachments
Issue Links
- causes
-
LPS-43887 Kaleo workflow connectors moves up and down if hovered over with mouse and the page is scrolled up/down
- Closed