Hi guys,
We have come across a problem with the dataset_content_details page where the dataset_filter_wizard appears to be causing browser crashes in Chrome with the message: "RangeError: Maximum call stack size exceeded.". It appears to originate from 'this.columnFilter.selectColumn( this.model.get("column"))' in filter_view.js. We've not seen this issue before and it cropped up after a merge with the 2.5 codebase. It's not possible to debug in Chrome as it takes out the browser, but we're able to see the above error message in Safari. Commenting out the line prevents the crash.
Is this something you've come across? I'm wondering if there's something broken in the model (which we've not changed) or the collection - but I have been through the code with a fine-tooth comb looking for merge issues without much luck!
Any suggestions greatly welcomed.
S.