Voting weirdness on brainstorm

Bug #197095 reported by Ace Suares
10
Affects Status Importance Assigned to Milestone
ideatorrent
Confirmed
High
Unassigned

Bug Description

It's hard to say, beacause there are so many other users online,

but take one of the newest ideas,
with score let's say 10, then open it in another window, now vote positive.
It will turn gray and the score will be 11.
Now go back to the original window. Click on green, nothing will happen.
Now click on read, the score will read 9 and it will turn gray.

Now reload. If nobody else voted in the mean time, you will see the score. It will be 9.

So, voting twice is possible, altough voting twice positively (or negatively) not.

ace

X-HWE-Bug: Bug #1952594

Tags: qa-poll
Ace Suares (acesuares)
description: updated
Revision history for this message
Henrik Nilsen Omma (henrik) wrote :

Hm, a minor consistency bug that has the side effect of being a workaround for "Allow changing of votes in brainstorm"

Changed in ubuntu-qa-website:
importance: Undecided → Low
Revision history for this message
Stéphane Graber (stgraber) wrote :

Confirmed on my local setup (so not flooded as the main website).

I create an idea with id=6, then I -1 it :
qawebsite=> SELECT * FROM qapoll_vote WHERE choiceid='6';
 id | choiceid | userid | date | value
----+----------+--------+---------------------+-------
  7 | 6 | 1 | 2008-03-02 01:15:03 | -1
(1 row)

and now I +1 it :

qawebsite=> SELECT * FROM qapoll_vote WHERE choiceid='6';
 id | choiceid | userid | date | value
----+----------+--------+---------------------+-------
  7 | 6 | 1 | 2008-03-02 01:15:03 | 1
(1 row)

The value changed and that shouldn't be possible, I'm increasing the priority.

Changed in ubuntu-qa-website:
status: New → Confirmed
importance: Low → High
Revision history for this message
Ace Suares (acesuares) wrote : Re: [Bug 197095] Re: Voting weirdness on brainstorm

On Saturday 01 March 2008, Henrik Nilsen Omma wrote:
> Hm, a minor consistency bug that has the side effect of being a
> workaround for "Allow changing of votes in brainstorm"
>
> ** Changed in: ubuntu-qa-website
> Importance: Undecided => Low

A very impractical workaround... you'd have to keep a window or tab open
for every question you ever answered, to be able to change your mind...
later...

ace

affects: ubuntu-qa-website → ideatorrent
Cyrus Lien (cyruslien)
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.