foam-framework / foam

Feature-Oriented Active Modeller
Apache License 2.0
786 stars 55 forks source link

Browser list selection not reset when backing out of edit view #437

Closed jacksonic closed 9 years ago

jacksonic commented 9 years ago

Since the UpdateDetailView's back action just does a stack.popView(), there's no notification that the selection in the main list should be cleared. This makes it impossible to reselect the item that was just showing.

Add some kind of event handler/decoration to allow popView to reset the selection.