| Summary: | FXTraverseFocusOnTypePolicy should reveal part. | ||
|---|---|---|---|
| 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: | 0.2.0 | ||
| Target Milestone: | 4.0.0 (Neon) M6 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
This should probably already be done by the transaction policy, which is currently not FX-specific (FocusTraversalPolicy). We could turn it into a specific FXFocusTraversalPolicy though (which would allow to also evaluate visual positions when traversing). I pushed the following changes to origin/master: - Migrated FocusTraversalPolicy into FXFocusTraversalPolicy and added a reveal operation to it. - Moved related tests from mvc.tests bundle to mvc.tests.fx bundle (and adjusted them appropriately). Resolving as fixed in 4.0.0 M6. |