When viewing an agile team Story Board, it's hard to quickly find something, so I typically use browser in-page text search to auto-scroll to where the text is. Very quick for meetings or standups to make a point. With the recent update, there's an infinite scroll buffer implemented for at least the story board. This means just the top of the page is fetched and displayed at first, and the rest of the page is only fetched and displayed when you scroll to the bottom. For really long pages this makes perfect sense. For a fixed size iteration story board it doesn't make much sense. When I try to browser search for text I know is in one of the later cards, it simply doesn't find it because it's not fetched yet. I have to scroll to the bottom to force it to fetch some more, then browser text search again. If not found, scroll to the bottom, rinse and repeat. Very painful. My suggest is to disable infinite scroll for the story board view since it's not that long anyway. If infinite scroll must remain, then give it a much larger buffer size so most iterations are all fetched the first time. Michael Beynon Simspace Corporation