Small bug to report.
I have an inline list with simple action for items set to view details - see item list called ‘Reviews’ in the screen shot below (Screen1). After opening a review I want to allow users to edit it.
These steps work fine:
- Tap on the pencil icon to edit an item
- Tap on Cancel does the correct thing and goes back to Screen1
- Tap on the pencil icon to edit to open the edit screen
- Tap on Cancel and then <Back and App correctly returns to Screen1
But if I use these steps including ‘Done’, I get a weird extra screen before returning to Screen1:
- Tap on the pencil icon to edit an item
- Tap on Done… I get a strange intermediate screen.
This screen was called data and by default had an unformatted inline list. I have switched to details view to give blank screen… so it just becomes an irritating redundant screen. Users must click <back again to return to Screen1.
I assume this is a bug. This intermediate screen should not be displayed, agree?