auticus / BattleTechTracking

UWP, Android, and iOS project for tracking a BattleTech campaign.
0 stars 0 forks source link

User Interface Wonkiness #5

Open auticus opened 2 years ago

auticus commented 2 years ago

Research and discover the various ways the user interface stops responding.

It is known that if a list view has an item and the last item is removed, no buttons on that element can be clicked. This is irritating but currently do not know a way around this or why uwp does this.

May consider moving those add buttons outside of the listview so that whatever bug/flaw UWP has doesn't impact it.

Also encountered where when going to add a new unit the picker for unit type was jacked up and then when you tried to select an element it would hang the screen. This only happened once but its lurking in there somewhere.