Back navigation is broken on filter nodes



Could someone else please confirm that back navigation on a filter node is broken.

Take the following filter node:-

Code:
<node type="filter">
    <label>My test node</label>
    <content>tvshows</content>
    <limit>10</limit>
    <order direction="descending">dateadded</order>
</node>

Selecting the node works as expected, it displays a list of TV Shows in descending order of date added.

However if you navigate in to one of the shows to the season level then back navigate out again it return you to the Titles node instead of the original My test node