Bug0053

Description
Filters in Notebook View

If notebook view tables have different tables, the filters try and carry over, often resulting in an error. Filters should probably just be cleared when you click a new notebook tab. Should also reset the current row to 0

Attach backtrace here.
Logged
2007-10-04
Logged By

AlanLeigh

Assigned to
Status
Closed

Get back to the BugIndex


I actually like this behavior as you dont lose your place in each tab and can just jump to another tab to check something and jump back. The reason the filter expressions get confused is that most tables use filter as the filter parameter.

We need to change it so that each table uses a unique filter parameter for themselves.