| Summary: | Edge labels are reset to their computed position when hovering/selecting an edge in the Zest Graph Example. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF Zest | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.1.0 | ||
| Target Milestone: | 5.0.0 (Oxygen) RC2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
The label positions were reset due to a layout pass that was executed when changes to the anchoreds of nodes or edges were recorded. However, feedback and handles are also implemented as anchoreds, thus, they triggered a layout pass. In order to resolve the issue, I added a guard to the layout code, so that a layout pass is not performed if only feedback or handles changed. The code is published on the master branch, therefore, I resolve this ticket as fixed for 5.0.0 RC2. |