I was wondering if it would be possible to implement a spoiler on the polls at the top of each page of a thread so that when you go from page to page you don't have to scroll through all the polls to read others' thoughts on the topic being discussed.
The spoiler would be like the spoiler on images or text anywhere else in the forum. If you feel the need to change your vote, you click the spoiler.
For an example of where this could be useful:
http://elementscommunity.org/forum/general-discussion/do-you-want-shards-to-be-allowed/msg1122017/?topicseen#newA few ideas for implementation:
Have it turned on/off from the profile. Maybe allow the user to have it be done for threads with greater than X polls basic example code:
if (pollsCount > 3) spoilerPolls = true
Or you could allow the user to automatically have it done after they have voted on said polls.
Maybe allow the user to have a button in the corner that when clicked implements it.
Obviously just ideas, and not a major issue, but it is nice to limit the amount of scrolling required in topics with lots of polls.