- assigned_to: nobody --> pudge
As you can see from the source below I get the same
number of comments listed for all the thresholds in
the drop down menu.
This is also sometimes paired with not seeing all the
comments at my chosen level. Ie I'd open a story at
level 5 and there'd be 1 comment, so I'd immediately
change to level 4 and they'd be like 6 comments of
score 5 plus some 4's.
I'm using m.s.i.e. v6. Happens on work pc and home
laptop.
Cheers,
Thomas
<div class="commentBoxForm" id="commentControlBox">
<form
action="//apple.slashdot.org/comments.pl">
<fieldset>
<legend>Display Options</legend>
Threshold: <select id="threshold"
name="threshold">
<option value="-1">-1: 4 comments</option>
<option value="0">0: 4 comments</option>
<option value="1">1: 4 comments</option>
<option value="2">2: 4 comments</option>
<option value="3">3: 4 comments</option>
<option value="4">4: 4 comments</option>
<option value="5" selected>5: 4
comments</option>
</select><select id="mode" name="mode">
<option value="flat">Flat</option>
<option value="nested"
selected>Nested</option>
<option value="nocomment">No Comments</option>
<option value="thread">Threaded</option>
</select><select id="commentsort" name="commentsort">
<option value="0" selected>Oldest
First</option>
<option value="1">Newest First</option>
<option value="3">Highest Scores
First</option>
<option value="4">Oldest First (Ignore
Threads)</option>
<option value="5">Newest First (Ignore
Threads)</option>
</select>