Closed (fixed)
Project:
Fivestar
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
1 Jul 2009 at 16:19 UTC
Updated:
8 Sep 2017 at 10:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedThe problem is on line 67 in fivestar-admin.js:
This piece of code also disable the "save" button:
$options.attr('disabled', 'disabled');I don't know how to fix it. I just located where it is. // Commenting it solved my problem.
Comment #2
MaskedMarauder commentedJust an update. The bug is still here. The disable script is still too greedy.
A less disruptive means to the same end is to add the phrase "input:not(#edit-submit)" to line 29 next to the #edit-fivestar exception.
Comment #3
quicksketchOdd, I'm not seeing this on my local but it's very clear that it *should* be getting disabled. In your case of course it's *actually* getting disabled. This patch should correct the problem. I've committed it to CVS already. Thanks for the report!