You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On iPad, after selecting an event/team/etc. from the master list on the left-hand side, when the detail view on the right-hand side refreshes, the selection from the master list is deselected.
To Reproduce
Steps to reproduce the behavior:
Go to the Events tab (or Events list)
Click on an Event
Pull to refresh on the Event
Notice the selection in the list is now deselected
Expected behavior
The selection in the Master list should stay highlighted, regardless of the Detail refreshing.
Screenshots
Your Environment (please complete the following information):
Device: iPad Pro (12.9-inch) (4th generation) (Simulator)
OS: iOS 13.5
TBA for iOS Version: Dev (2.0.7)
The text was updated successfully, but these errors were encountered:
ZachOrr
added
the
bug
Issues relating to features that don't work as expected
label
May 22, 2020
Interestingly, this happens in the Events/Teams list but not in the myTBA tab. My guess is that the refresh is updating our backing model and our fetched results controller for the master list is reloading, which means the underlying data is invalidated and our selection gets deselected. The myTBA list works slightly differently where that refresh doesn't reload the underlying data, since it's backed by myTBA models and not Event/Team models.
Describe the bug
On iPad, after selecting an event/team/etc. from the master list on the left-hand side, when the detail view on the right-hand side refreshes, the selection from the master list is deselected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The selection in the Master list should stay highlighted, regardless of the Detail refreshing.
Screenshots
Your Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: