I am working on a proof of concept site, which will be using a multi-axis rating system. After reading though all the issues I saw that the dev release offers this functionality, so I decided to test it out. I also see that your have "several pending changes", but I figured I would share some bugs I found and comments I have in case they are helpful.
For my site I changed the Voting Tags from the default. Tag1,tag2,tag3 . I then enabled all of these tags for my content type. I noticed that is displays a blank rating widget after tag3. The label just says average: . Also, it assume the vote tag was still there and offered me the ability to enable it.
I tried to disable one of my previously enabled tags, but could not due so because when I unchecked the Enable Fivestar rating for the "vote" tag option, it disabled the submit button. Using the firefox web developer toolbar I was able to re-enable to button and submit the form.
When the default "vote" tag was not enabled, and others were, none of the other enabled rating fields appeared on my node.
When I was at the Administer > Content Management > NodeType > Fixestar voting screen, I clicked on the tab for my second Voting Tag. I was provided a working form for the second tag. However the navigation was still highlighting the vote tab. All other tabs were correctly highlighted when I clicked them.
Hope this helps. I am happy to help test code and give my assistance with this if possible.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fivestar-admin.js_1.patch | 1.26 KB | googletorp |
Comments
Comment #1
quicksketchYeah right now the 2.x version is so broken it's not really usable for any purpose. I'd recommend sticking with 1.x at least until beta versions come out, right now it's very, very rough and will likely undergo some API changes before the final release.
Comment #2
googletorp commentedI got myself into this one as well, when I tried out the new dev version as I'm interested in getting the multi axis feature implemented to a stable release.
Anyways for this particular problem, not being able to deselect I took a look at the admin js. I tried to remove the disabling of the submit button, but it seems drupal wont send the form along when the checkboxes are disabled. I tried making a validation function but couldn't even get that far. Anyways a quick solution to this bug would be to onclick remove the disable on the input fields. It's not a pretty solution as you get to see the form elements being enabled, but at least you can disable a voting option.
on a side note, setting the active tab on that page (the voting options) is currently broken aswell.
~Jakob
Comment #3
googletorp commentedChanging the status to get some attention to the patch in my comment above. There are quite a few bugs listed in the original thread, should the be handle individually or are you fixing these on your next commit?
~Jakob
Comment #4
polskikrol commentedSubscribing... have the same issue of being unable to disable fivestar for a particular content type after enabling it.
Comment #5
EvanDonovan commented@googletorp: Seems like this would be better off as a meta-issue, and your patch as a single patch on 2.x-dev.
Seems like there is not much activity on 2.x-dev, though, as far as commits go. ezra-g, do you have any comments on the status of that branch?
Comment #6
weka commentedsubscribe
Comment #7
ezra-g commentedI've rolled a fix for this into #786224: Widget ignores settings.