eddysilvamendes / jquery-star-rating-plugin

Automatically exported from code.google.com/p/jquery-star-rating-plugin
0 stars 0 forks source link

Mouseout breaks with jQuery 1.4 #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Setup a default rating with radio buttons (add star class)
2. Mouse over and then mouse out
3. Errors occurs

What is the expected output? What do you see instead?
The mouse over effect should be removed on mouse out. An error is thrown
instead.

What version of the plugin/jQuery are you using?
PLUGIN VERSION: 3.12
JQUERY VERSION: 1.4

On what browser(s) or operating system?
BROWSER(S): Firefox 3.5.7

Please provide a link to where the problem can be observed:
URL: N/A

Feel free to provide any additional information below.
Believe this issue is just related to some break changes in jQuery 1.4. The
error thrown is: 

"The second argument to Function.prototype.apply must be an array"

Original issue reported on code.google.com by mmeji...@gmail.com on 20 Jan 2010 at 7:41

GoogleCodeExporter commented 8 years ago
Actually, I just downgraded back to jQuery 1.3.2 temporarily and I am still 
having
the issues. This happens only when you mouse over and then mouse out without
selecting a rating and there was previously no rating selection. It also 
happens when
trying to to clear the rating selection.

Original comment by mmeji...@gmail.com on 21 Jan 2010 at 2:48

GoogleCodeExporter commented 8 years ago

Original comment by diego.a...@gmail.com on 23 Feb 2013 at 5:12