migueldeicaza / MonoTouch.Dialog

Tools to simplify creating dialogs with the user using MonoTouch
MIT License
430 stars 211 forks source link

AllowsMultipleSelectionDuringEditing not supported #219

Open therealjohn opened 10 years ago

therealjohn commented 10 years ago

If you use UITableView.AllowsMultipleSelectionDuringEditing with Monotouch.Dialog. If the property is set to true, the click on the table (with edit mode enabled) seems to be ignored (no selection happens). If there is an Element.Tapped, it will be executed. In my current implementation it will push a new UIView to the NavigationController, but this is not what you expect in edit-mode.

See https://bugzilla.xamarin.com/show_bug.cgi?id=10015