I observed something similar a few days ago - and unfortunately, just a few minutes ago. When voting on multiple nodes (root- and replies), the votes get tallied but all nodes that were not voted have their up-vote button checked after the updated page is presented. So hitting the submit button twice results in all nodes being up-voted ;-)

It seems to be a server problem as the following code snippets try to illustrate:

Before voting / freshly loaded page:
<div class="vote"><center> <label><label><input type="radio" name="vote__86xxxx" value="1" />++</ +label></label> &nbsp; &nbsp; <label><label><input type="radio" name=" +vote__86xxxx" value="-1" />--</label></label> </center></div>
After voting / reloaded page:
<div class="vote"><center> <label><label><input type="radio" name="vote__86xxxx" value="1" checke +d="checked" />++</label></label> &nbsp; &nbsp; <label><label><input type="radio" name="vote__86xxxx" value="-1" />--< +/label></label> </center></div>
Note the checked tag (I masked the real vote id xxxx, BTW). Expected behavior: no checked tag for nodes not voted and no input tags but a reputation header for those nodes voted.
Yesterday and (I think) the day before, it seemed to be fixed. Using: Opera 10.62 / Linux


In reply to Re: node voting oddity by Perlbotics
in thread node voting oddity by zentara

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.