You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Flickering occurs durign voting. The best way to recognize it, is via vote delegation. After confirming the vote, there is a brief flickering between the buttons and the confirmation. However, this does not occur every time. Therefore, several transmitted votes are required to reproduce it in a meaningful way.
How to Reproduce
Steps to reproduce the behavior:
open a meeting
active vote delegation
create 10 users as delegates
delegate their vote to yourself
open motions > create a motion > create a poll with admin and delegates as entitled vote groups and start it. If you're not present, set yourself as present. Try voting and check the flickering.
Expected behavior
No flickering should occur after voting has been completed. The confirmation of the vote should appear immediately.
Additional context
If you need further information, please contact @emanuelschuetze
The text was updated successfully, but these errors were encountered:
This is a race condition. In base-poll-vote.service.ts when a new poll object is passed as input to the component (which is the case when the vote bar updates) setuphasVotedSubscription is called and the has voted states are rerequested from the vote repo resulting in an override of outdated data to alreadyVoted if the voted request was not yet finished after the own vote was sent.
Describe the bug
Flickering occurs durign voting. The best way to recognize it, is via vote delegation. After confirming the vote, there is a brief flickering between the buttons and the confirmation. However, this does not occur every time. Therefore, several transmitted votes are required to reproduce it in a meaningful way.
How to Reproduce
Steps to reproduce the behavior:
Expected behavior
No flickering should occur after voting has been completed. The confirmation of the vote should appear immediately.
Additional context
If you need further information, please contact @emanuelschuetze
The text was updated successfully, but these errors were encountered: