lestergroans / salr

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

Ignoring one thread causes all threads in the forum to be hidden #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Ignored a thread
2. reload the thread's forum
3. profit

What is the expected output? What do you see instead?
Should see all threads with just ignored thread missing.  Instead all
threads are missing.

Original issue reported on code.google.com by pca...@gmail.com on 22 Apr 2007 at 12:48

GoogleCodeExporter commented 9 years ago
Should be fixed, was hiding the the parent of the TRs, which is the TBODY.  
That's
not something you really want to be hiding.  Also now removes the TR instead of 
just
hiding it, seems more proper.

Original comment by pca...@gmail.com on 22 Apr 2007 at 1:58