Please see attached. In this poll, the results are appearing on the wrong rows. For example, Ashcraft should have the 37 votes, Sullwold 32 votes, etc.

Maximum choicess - 2.
Voting options - none checked.
Voting storage mode - normal
Cookie duration - 60
Display results - after poll is closed
Voting behavior - approval voting.

Anyone else see this on their advanced polls? thanks, - jb

CommentFileSizeAuthor
Screen Shot 2012-11-01 at 1.59.17 PM.png20.89 KBjboeger

Comments

kuikueg’s picture

Same here. Bartik shows results nicely. Corolla does exactly the same as shown on your pic.

snowmountain’s picture

I had the same situation using corolla; I got the vote results to display better with this CSS code:

.poll-bar {
margin-bottom: 5%;
}

Now with the extra spacing, it is readable without confusion of which number of votes go with which option. This basically prevents the text for the number / per cent of votes from overlapping the row beneath it.

This is nothing fancy, but is merely one quick way to fix the problem.

tripper54’s picture

Issue summary: View changes
Status: Active » Fixed

The issue here is that this module uses a lot of CSS classes from the core poll module, which clashes with some themes.

I have added a small margin to .poll-bar as per #2 , thanks for that.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.