lestergroans / salr

Automatically exported from code.google.com/p/salr
0 stars 0 forks source link

Ignored Users break thread highlighting #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Ignore user
2. View page that user has posted on

What is the expected output? What do you see instead?
Expect to see thread highlighting continue to the end, instead 
thread highlighting will always stop x many posts short, where x is the
number of times the ignored user has posted on that page.

Original issue reported on code.google.com by pca...@gmail.com on 29 May 2007 at 9:14

GoogleCodeExporter commented 9 years ago
Was due to the thread count checking for posts by looking for edit buttons.  
Posts by
ignored users don't have edit buttons, and that was a really poor design choice
anyways.  Now gets a list of all posts on the page once, and uses that in 
several places.

Streamlining is good.

Original comment by pca...@gmail.com on 29 May 2007 at 9:15