Steps to replicate the issue (include links if applicable):
- $wgSecurePollSingleTransferableVoteEnabled = true;
- Vote in a STV Droop quota election using the drop-down vote feature
- Submit vote
What happens?:
- Voting fails with error, Options cannot be selected multiple times in the ranking. Please change the option for: Preference n, Preference n + 1...
(where n = the number of candidates selected)This isn't actually the case, the numbers appear to kind of correspond to the candidates.
What should have happened instead?:
- Vote should have submitted.
I think the issue might be that it thinks that unselected options are all ranked at 0. I hope so since that might be an easy fix.



