Topic on Extension talk:AJAXPoll

Multiple polls interfere with each other

2
Makertrainer (talkcontribs)

I have two polls on a page. If I vote on one, and detele my vote, when I hover over the other poll's number of votes, they disappear. They reappear once I vote in that poll too, but I'd like to avoid this bug altogether if possible.

To be more specific, the text in the span that contains the number of votes disappears from the HTML, it is not a styling issue.


MW 1.37, Vector skin. Latest version of the extension.

Makertrainer (talkcontribs)

For anyone having the same problem, I added this to the CSS:


.ajaxpoll-answer-vote { pointer-events: none; }


This also disables the feature of showing "x% of votes" when hovering over the number of votes. I wanted to disable this feature anyway, so it works out for me, but it might not be a good solution for everyone, so a fix would still be good.

Reply to "Multiple polls interfere with each other"