Bug Report: SearchPanes Column options are cut off unexpectedly when using download builder
Bug Report: SearchPanes Column options are cut off unexpectedly when using download builder

Link to test case: https://jsfiddle.net/ChrisMilton/mzg1xnpq/6/
Error messages shown: N/A
Description of problem: On the SearchPanes window, when you scroll down the list of column values, only the first 60-ish results are shown when we have generated 150 distinct values. You can change the sort order and the problem remains. This only appears to be an issue when using the download builder. The JSFiddle should be a clear demonstration of the issue. Simply click on the on the SearchPanes button and scroll down the 'Job Role' list.
Answers
Looks like JSFiddle is down atm. I'll check back in a bit. I don't believe the download builder will have anything to do with the number of results shown in SearchPanes though. Possibly the connection is that an option has been selected in the download builder to select a piece of software that is causing the issue. My money would be on Scroller.
Allan
Thanks Allan, appreciate you looking.
That would make sense if it is a specific extension causing the problem, I managed to resolve the issue by removing and only using the bare minimum extensions that I needed, but I wasn't able to identify which specific extension added to the download builder was causing the issue.
I will see if I can find some time to do some more testing and confirm if it is indeed Scroller which is causing the issue.
Yup, very definitely Scroller causing the issue there: https://jsfiddle.net/kqm6j379/ . Do you need Scroller? The workaround is just to not include it at the moment (SearchPanes will use it if it is present).
There seems to be a margin around the table - I wouldn't be surprised if that is having an impact. I'll look into it more.
Allan
Hi,
I've committed a fix for this issue. I'm too embarrassed to say just how long it took to find this - a simple fix in the end, but I went around in circles to find it. A daft mistake in the original code (SearchPanes is over due for a rewrite).
Allan