foam-framework / foam

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

U2 Browser: Clear the selection on back #496

Closed bshepherdson closed 8 years ago

bshepherdson commented 8 years ago

If you click a row to edit an entry, click back, and click that entry again, nothing happens.

That's because the DAOController's selection is not being cleared by the StackView on back. The U1 foam.browser.ui.StackView had a destroy event for this; that should be ported forward to U2 and wired up properly.