| Summary: | VisualChangeListener should defer bounds change notifications if the observed visual needs a layout pass | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF MVC | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.1.0 | ||
| Target Milestone: | 5.0.0 (Oxygen) M6 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
I added a check for the needs-layout-property of the observed visual. If the visual needs a layout pass, then the bounds change notification is deferred until the visual was layed out. The code is published on the master branch, therefore, I resolve this ticket as fixed for 5.0.0 M6. |