Changes between Initial Version and Version 2 of Ticket #857


Ignore:
Timestamp:
03.11.2015 19:26:53 (9 years ago)
Author:
jri
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #857

    • Property Status changed from new to accepted
  • Ticket #857 – Description

    initial v2  
    11Currently 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. 
    22 
    3 Calling `select()` with an invalid item typically means your view is not in-sync with the view model. Currently the GUIToolkit ignores such an erroneous state instead of forcing the programmer to correct it. 
     3Calling `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.