Hi,

I'm having trouble with integration of the fivestar - default (star) voting widget display. I couldn't manage to make it work and instead I'm getting a select list of values that I have to choose from.
I consider this as a bug since the .once jQuery function call failed to at voting. I'm not sure how this two issues are depending on each other so I've mentioned both.
As an alternative, I've tried to add the voting into view, pass via contextual filter the node ID and send the actual ID from the panel to that view containing the fivestar field. The results was the same.

Drupal 7.14 + Latest fivestar

Thank you for your help.

Comments

flefle’s picture

Can confirm that the .once function syntax within the /js/fivestar.js - line 11 is not working properly. Fixed issue by changing line 11 to:

$('div.fivestar-form-item').ready(function() {

whiteph’s picture

Issue summary: View changes

Please test with 7.x-2.1 release and report back, as there have been a lot of fixes applied since then.

If still a problem, what was the original contents of that line?

dbt102’s picture

Status: Needs work » Fixed

no report back in three years, that is long enough to wait for fix verification. thanks for your work @whiteph

Status: Fixed » Closed (fixed)

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