| Summary: | Operation history gets polluted with a lot of ResizeRelocate operations. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF Zest | Assignee: | Matthias Wienand <matthias.wienand> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | matthias.wienand |
| Version: | unspecified | ||
| Target Milestone: | 3.10.0 (Mars) M7 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
The cause for this is that NodeLayoutPolicy performed the application of layout to the visuals via operations on the global operation history. Fixed it by ensuring that application of the layout to the visuals is now performed within NodeLayoutBehavior directly, executing the respective operation locally. Renamed test case from NodeLayoutPolicyTests to NodeLayoutBehaviorTests. But these do not seem to be valid so far, so set them both to ignore. We will need to adjust the tests before resolving this. As the tests have been updated in the meantime, I resolve this ticket as fixed for 3.10.0M7. |