I was told that this has been fixed, but... it hasn't. I still got it in the latest dev and in rc2:

If you use AJAX with the Voting API view using a fivestar rating it fails to properly load the fields. The first view works - it gives you a bunch of stars and you can vote on them - but if you attempt to page to the next set of results you get presented with a "Select a rating" dropdown box instead, with "Give it 1/5, 2/5," etc, but when you click on a choice it takes you to a white page with only a bunch of markup on it

{ "status": true, "display": "\x3cdiv class=\"view view-tips-students view-id-tips_students view-display-id-block_1 view-dom-id-1\"\x3e\r\n    \r\n  \r\n  \r\n      \x3cdiv class=\"view-content\"\x3e\r\n      \x3cdiv class=\"item-list\ ... etc

Comments

Renee S’s picture

quicksketch’s picture

It should be fixed, are you running the development version of the module or a checkout from CVS? It's not fixed in the latest stable (1.13).

Renee S’s picture

I know, I tried the very latest dev version, as marked in the issue.

aklouie’s picture

I had the same bug, I resolved it by turning ajax off in the view. Now it seems to work for now. Using the latest release views, fivestar, and voting API.

Renee S’s picture

Yes, this is what I did, too, but it's not really "resolved" :)

Renee S’s picture

Ok, here's the weird: it works OK with the Quick Tabs module, not not with Tabbed Blocks. A javascript issue maybe?

quicksketch’s picture

Status: Active » Fixed

I confirmed this is still fixed. I really need to get out a 1.14 release.

Ok, here's the weird: it works OK with the Quick Tabs module, not not with Tabbed Blocks.

Tabbed blocks probably is not calling Drupal.attachBehaviors() properly, but that's an issue with Tabbed Blocks, not Fivestar.

Renee S’s picture

Tabbed blocks fixed that a few devs back, actually, everything's working swimmingly now.

George2’s picture

Status: Fixed » Closed (fixed)

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