| EDIT: Whoops, it's not actually a bug. The multiple-vote-increase is just on the current page (though it'd be nice if it didn't even do this, but still). Only one of the votes is actually registered. Thanks, lojic! I was reading the forum when I came across I comment I agreed with wholeheartedly. Thinking to be emphatic, I clicked several times on the up-arrow link for said comment. Imagine my surprise when, instead of going up just once, the comment's points went up for every click! It seems that on clicking "up" or "down," the image disappears, but not the link. Upon refreshing the page, I could no longer vote--the voting links had disappeared. It appears that the problem is in the variable votejs* in news.arc: in the vote JS function, the lines byId('up_' + item).style.visibility = 'hidden';
byId('down_' + item).style.visibility = 'hidden';
cause the images to disappear, but not the links themselves. On examining the function and the generated HTML, I'm not sure why this breaks--it doesn't seem like it should--but I am no expert.I'm using Safari 3.0.4 on Mac OS X 10.5 on an Intel MacBook, in case it's a bug or oddity here instead of in news.arc. |