Changes between Initial Version and Version 2 of Ticket #857
- Timestamp:
- 03.11.2015 19:26:53 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #857
- Property Status changed from new to accepted
-
Ticket #857 – Description
initial v2 1 1 Currently when you're calling `Menu`'s `select()` method with an item which doesn't exist in the menu GUIToolkit ignores that call silently. It should throw an exception instead. 2 2 3 Calling `select()` with an invalid item typically means your view is not in-sync with theview model. Currently the GUIToolkit ignores such an erroneous state instead of forcing the programmer to correct it.3 Calling `select()` with an invalid item typically means your view is not in-sync with your view model. Currently the GUIToolkit ignores such an erroneous state instead of forcing the programmer to correct it.