Quantcast
Channel: Silverlight Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 801

Commented Issue: ListPicker allows selection of new item after page transition [10770]

$
0
0
When the page is transitioning out after a selection, it is possible to click on another item in the list, and that one ends up as selected. Surely the control should be disabled after the transition has begun.
Comments: ** Comment from web user: wieser_software **

The fix is to modify ClosePickerPage thus:

private void ClosePickerPage()
{
IsOpen = false;
// AAW: disable picker on exit.
Picker.IsEnabled = false;
}


Viewing all articles
Browse latest Browse all 801

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>