| Summary: | Closing GEF4 MVC.FX.UI Example View with marquee selection causes a ConcurrentModificationException | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF MVC | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 3.10.0 (Mars) M4 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
This happens, because deactivation of content children might lead to removal of feedback. We need to ensure content children are deactivated first, and process the list of remaining non-content children afterwards. Fixed implementation of AbstractRootPart to activate/deactivate content part children separately (first) before activating/deactivating the other children. Pushed changes to origin/master. Resolved as fixed in 3.10.0M4. |