Code Monkey home page Code Monkey logo

jquery-star-rating-plugin's People

Contributors

digggggggggg avatar

Watchers

 avatar

jquery-star-rating-plugin's Issues

border on star image in Internet Explorer

In Internet Explorer, sometimes the star images get a border.

I dug into the jquery.rating.css and discovered a line:

div.cancel a,div.star
a{display:block;width:16px;height:100%;background-position:0 0px;border:1
solid #FF0000}

When I change it to 

div.cancel a,div.star
a{display:block;width:16px;height:100%;background-position:0 0px;border:0
solid #FF0000}

IE displays correct.

Could this be changed in the download css?

Original issue reported on code.google.com by [email protected] on 2 Mar 2009 at 3:00

Alignment Issue inside a table

What steps will reproduce the problem?
1. Create a table with one row and one cell.
2. Set the Cell alignment = right.
3. Create form with star rating plug-in.

What is the expected output? What do you see instead?
I would expect the Star images to be the only thing visible but the values
of each input radio are being shown under each star. 


What version of the plugin/jQuery are you using?
PLUGIN VERSION: 3.1.2
JQUERY VERSION: 1.2.6

On what browser(s) or operating system?
BROWSER(S): IE-7 and FF3

Please provide a link to where the problem can be observed:
URL: (cannot provide)

Feel free to provide any additional information below.

Original issue reported on code.google.com by [email protected] on 5 May 2009 at 4:23

Preconfigured value of second radio box is not produced on firefox.

What steps will reproduce the problem?
1. create a 5 value rating. it will not work with any other range.
2. mark the second radio as checked.
3. look in firefox and see that it is not marked.

What is the expected output? What do you see instead?
empty rating stars, as if no preconfigured value was assigned.

What version of the product are you using? On what operating system?
2.61, windows

Please provide any additional information below.
this happens no matter what is the value of the radio box.

this is the code:
<input name="rating" type="radio" class="star" value="1" /> 
<input name="rating" type="radio" class="star" value="2" checked="checked" 
/> 
<input name="rating" type="radio" class="star" value="3" /> 
<input name="rating" type="radio" class="star" value="4" /> 
<input name="rating" type="radio" class="star" value="5" />

my email: [email protected]

Original issue reported on code.google.com by [email protected] on 18 Feb 2009 at 3:40

cancel rating button does not work with auto-submit-stars

I'm trying to implement auto submit rating stars. It works fine for stars
but when I try to cancel the rating it does submit the form to wrong URL,
namely to current page URL instead of form action. The trouble is that
callback function recieves wrong 'this' parameter when cancel rating button
is clicked. I expected to use this.form.submit() to cancel ratings using
form action URL, instead the current page was reloaded.

PLUGIN VERSION: 3.12
JQUERY VERSION: 1.3.1

On what browser(s) or operating system?
BROWSER(S): Firefox 2, 3

Thanks for maintaining this plugin.
Best, 
Nikita 

Original issue reported on code.google.com by [email protected] on 2 Jun 2009 at 11:00

minified version

Would it be possible for you to also provide a minified version along with
your packed version?

I know I can minifiy myself, but I don't have any tests to run it against,
post minification,  as I am sure you have, once you create the pack version.

Original issue reported on code.google.com by visseraj on 23 Dec 2009 at 6:25

Problem integrating autosubmit and dynamically set rating value

Thanks for this plugin.

I'm having trouble making the plugin auto postback and at the same time
dynamically selecting the value. Here is what I have. 

<script type="text/javascript" charset="utf-8">
$(':radio.star').rating({ callback: function(value, link) {
  $.ajax({
    type: "POST",
    url: "description.aspx/newScore",
    data: "{'score':'" + value + "','place':'" + $("#title").html() + "'}",
    contentType: "application/json; charset=utf-8",
    dataType: "json",
    success: function(msg) {
       $(prefix + "LRating").html(msg.d);
    }
  });
 }
});

$(document).ready(function() {
      $(":radio.star").rating('select',3);
});
</script>

This works, but on this code

$(document).ready(function() {
      $(":radio.star").rating('select',3);
});

It makes 5 postbacks to the server.

Any insight
Thanks

Original issue reported on code.google.com by [email protected] on 21 May 2009 at 3:52

Doesn't appear to work with IE 7

What steps will reproduce the problem?
1. Navigate to the URL provided below.
2. Observe that none of the radio inputs are replaced with anchor elements

What is the expected output? What do you see instead?


What version of the plugin/jQuery are you using?
PLUGIN VERSION: v3.10
JQUERY VERSION: v1.3.1

On what browser(s) or operating system?
BROWSER(S): IE 7

Please provide a link to where the problem can be observed:
URL: http://www.fyneworks.com/jquery/star-rating/

Feel free to provide any additional information below.

I apologize if this is a known issue, but I could not find reference to it.
 I was unable to test this on any other versions of IE but it works fine in
Firefox.

Original issue reported on code.google.com by [email protected] on 2 Apr 2009 at 1:36

Allow for rating to be applied to dynamically updated DOM

What steps will reproduce the problem?
1. Render a page with a starRating form
2. Star rating is applied as expected
3. Update page via AJAX and bring in a new starRating form
4. rating() is not applied and cannot seemingly be applied without breaking

What is the expected output? What do you see instead?

Would be nice to be able to apply rating() using something like livequery()
to dynamically apply rating to new forms brought in via AJAX

What version of the plugin/jQuery are you using?
PLUGIN VERSION: v3.12
JQUERY VERSION: -latest

Original issue reported on code.google.com by [email protected] on 12 Jan 2010 at 3:12

setting readonly of pressed instance while having multiple instances

I am a noob with jQuery, could someone help please:
I am having multiple ratings on my site, everything is working fine, but
now I would like to disable the instance of star rating that has been
pressed, $('input').rating('readOnly',true)  makes readonly every instance.
Thank You in advance!

Original issue reported on code.google.com by [email protected] on 8 Jan 2010 at 11:18

mixed split/half

Is it possible to configure voting with whole stars (no split) but
displaying results splited?
thanks

Original issue reported on code.google.com by [email protected] on 22 Oct 2009 at 12:09

jQuery Rating plugin problem

Hello, I have the same problem as I found on this site:
http://groups.google.com/group/jquery-en/browse_thread/thread/72a1cd869562aca5
But there is no answer :(

So I`d like to quote Philip Garrett:

Hi,

I'm using the latest available version of the star rating plugin from
fyneworks (http://www.fyneworks.com/jquery/star-rating/) with jQuery
1.2.6.

I'm having a few problems when using the star ratings with ajax.  My
ajax form actually replaces the div that contains the stars widget
with a fresh one that represents the changed rating.

After replacing the widget with $("#container").html(...), these
problems start:
1. The cancel button disappears
2. Mouseovers on the stars stop working until you click another star
3. Mouseovers get stuck (especially when mousing off rightwards)
4. This error will eventually happen: 'elem.parentNode is
null' [jquery-1.2.6.js (line 1259)]

I've put together a quick example of the problems here:
http://www.pgarrett.net/stars/

Any help you can offer is appreciated.

Thanks,
Philip 

Original issue reported on code.google.com by [email protected] on 18 Mar 2009 at 3:06

Callback handlers not reacting

What steps will reproduce the problem?
1. Create a new page, including the rating plugin
2. Initialize the rating plugin like this:

$(".star").rating({
    callback: function(value, link) {
        // Wert setzen
        console.log("callback");
    },
  focus: function(value, link) {
    console.log("focus");
  },
    blur: function(value, data) {
        console.log("blur");
    }
});

What is the expected output? What do you see instead?

I expect that the specified callback handlers are called.

Instead, none of them is called.

Solution: if I comment out the default initialization of the plugin at the
end of jquery.rating.js, it works fine


What version of the plugin/jQuery are you using?
PLUGIN VERSION: 3.10
JQUERY VERSION: 1.3.2

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

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

Feel free to provide any additional information below.

Original issue reported on code.google.com by [email protected] on 27 Mar 2009 at 3:24

Rating lost after AJAX Postback

What steps will reproduce the problem?
1. Add jQuery Rating control and set radio buttons to be the class of
"star". Everything works great.
2. After an ASP.NET ASYNC Postback the rating control changes back to radio
buttons. If we call the function again (i.e.
jQuery('input[type=radio].star').rating();) then it clears out (doesn't
show radio buttons or stars then). 

This doesn't happen if AJAX isn't installed.

What is the expected output? What do you see instead?


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


On what browser(s) or operating system?
BROWSER(S): Both IE and FireFox


Feel free to provide any additional information below.

Original issue reported on code.google.com by [email protected] on 26 Sep 2009 at 9:34

don't override options

This code:
    jQuery('.star').rating({
        cancel: 'Other cancel title'
    });
doesn't override "cancel" option. Cancel image still have title "Cancel 
rating".
The same problem is with others options...


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

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


Original issue reported on code.google.com by [email protected] on 20 Oct 2009 at 9:28

Allow programmer to dynamically set rating value

Thanks for the rating plugin! It's been very useful.

Could you add the ability to dynamically set the rating value using
JavaScript? I retrieve the rating value from my database via ajax and need
to populate the control. 

If there's already a way to do this, could you add an example to your demo
page showing how it's done?


Original issue reported on code.google.com by [email protected] on 6 Mar 2009 at 10:11

Features

Hi,

Great plugin.  I'd just love to suggest a few additional features:

1) Text that can easily be positioned around the star rating (eg: "Based on
10 ratings").  I imagine this would be easily implemented using a label.

2) Ability to hyperlink when clicking on the rating.  This of course would
only make sense for disabled/readOnly ratings.

3) Ability to change the color of the star which is displayed when the
rating is picked.  Most of my ratings are readonly, and I'd prefer to show
a gold color.  I can do this myself of course by modifying the gif accordingly.

I'll have to implement this for my own needs, but I'm not a JS or JQuery
guru so I'm sure you can do it much better!

Some of the Prototype plugins have these feature sthough if you need to see
some examples.

http://www.webresourcesdepot.com/prototype-star-rating-library-starbox/

Cheers,
Steve

Original issue reported on code.google.com by [email protected] on 23 Jun 2009 at 1:24

Applying the 'star' Class to a Radio Input Breaks jquery.validate

What steps will reproduce the problem?
1. Create a standard form with radio input groups but do not apply the 'star' 
class
2. Setup jquery.validate metadata validation like this:

        $.metadata.setType("attr", "validate"); 
    $("#ReviewForm").validate();

3. Add the 'validate' attribute defined by metadata above 
(validate="required:true") to the first 
radio input, as described in jquery.validate documentation
3. At this point, validation works fine
4. Apply the 'star' class to the radio inputs in the group like this:

<input name="question_<?php echo $question['id'] ?>" type='radio' class='star' 
validate="required:true" value='1'/>
<input name="question_<?php echo $question['id'] ?>" type='radio' class='star' 
value='2'/>
<input name="question_<?php echo $question['id'] ?>" type='radio' class='star' 
value='3'/>
<input name="question_<?php echo $question['id'] ?>" type='radio' class='star' 
value='4'/>
<input name="question_<?php echo $question['id'] ?>" type='radio' class='star' 
value='5'/>

5. Validation no longer has any effect on the radio group


What is the expected output? What do you see instead?
      I expected validation to still work but instead validation ignores the radio groups when the 
star rater is in effect.

What version of the plugin/jQuery are you using?
PLUGIN VERSION: 2.5
JQUERY VERSION: 1.2.6

On what browser(s) or operating system?
BROWSER(S): Mac Safari

Please provide a link to where the problem can be observed:
URL: No public site available

Feel free to provide any additional information below.

I tried using the latest version of the plugin (v3.0) but it has the same 
issue.  Also, as you can see 
from the dynamic inputs, I can't use jquery.validate standard validation rules 
because each of the 
radio inputs is dynamically generated.  It has to be this way because the 
number of radio inputs 
is variable.

Thanks for your help!


Original issue reported on code.google.com by [email protected] on 19 Mar 2009 at 3:13

Problem with rating plugin, when trying to relad page using Ajax

I already wrote you about Ajax problem, that when we reaload page using
ajax, star plugin has a strange behaviour... Last time I didn`t see
"delete" image and there were some problems with star selection, you told
me that this problem is an old one and suggested me to download the latest
version. I did it, but I still have problems with page reloading using ajax...
Eror looks like this:
control is undefined
[Break on this error] control.count++;

I can see it in Firefox Console on Suse.
And inputs with type "radio" appear instead of stars..
Can you help me please?

Original issue reported on code.google.com by [email protected] on 19 Mar 2009 at 2:29

New defaults in jquery ready

What steps will reproduce the problem?
1. Create form with stars
2. Add new defaults definition into jquery ready function like this
 $(function() { 
   $.extend($.fn.rating, { options: { required: true } });
}
3. It doesn't work, new defaults isn't applied

What is the expected output? What do you see instead?
I find way how to set plugin's readonly settings based on form's class
(which is generated on server). When I add new settings outside of jquery
ready function new settings is applied, but I should determine form's class
inside jquery ready function and it doesn't work. Maybe it's my fault and I
don't know some principle of jquery plugins

Thanks

What version of the plugin/jQuery are you using?
PLUGIN VERSION:3.10
JQUERY VERSION:1.3.2

On what browser(s) or operating system?
BROWSER(S): IE, FF

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

Feel free to provide any additional information below.

Original issue reported on code.google.com by [email protected] on 26 Mar 2009 at 7:20

Add Keyboard Navigation to JQuery Start Plugin for ADA support?

What steps will reproduce the problem?
 - Press the tab key and the input focus skips over the star entry
components so you can't use the keyboard to select the stars (requires
selection by mouse)


What is the expected output? What do you see instead?
 - Tab key will place the input focus on the star widget so the arrow keys
will move between stars and space or enter press will select.


What version of the product are you using? On what operating system?
 - v2.61


Please provide any additional information below.
 - Are there any plans to add this support to the star plugin?  If not, we
may need to add the support.

Original issue reported on code.google.com by [email protected] on 3 Mar 2009 at 4:00

Binding a control input text ?

Hi guys,

I was wondering, after googling for quite a while now, i still havent found
what i was looking for.

I am looking for a script, for when i click on the star, i want the value
to be sent to a textbox. For further usage. 

Any suggestions on how to accomplish that.?

Original issue reported on code.google.com by [email protected] on 19 Jul 2009 at 12:05

Problem with url imagepaths when putting jquery-rating.css in a separate folder

What steps will reproduce the problem?
1. Put jquery-rating.css in a separate folder, fx /css

Images star.gif and delete.gif are not resolved

I put the images in the same /css folder, no result

I try to change the url image path to css/star.gif, no result

I try to change the url image path to /css/star.gif, no result

I try to change the url image path to ../css/star.gif, no result

I am on localhost, is this a problem?

Original issue reported on code.google.com by [email protected] on 23 Feb 2009 at 1:09

Rating becomes invisible through ajax when switching back and forward

What steps will reproduce the problem?
1. Check my website http://www.heppaa.net 
2. On the main tab menu, click "New!"
3. Rating is shown correct
4. On the main tab menu, click "Most viewed"
5. Rating is shown correct
6. On the main tab menu, click "New!"
7. jquery throws an error: E.parentnode is null
8. Rating shows the stars, but the values are not displayed anymore

What version of the product are you using? On what operating system?
- Latest version from code.google.com
- jquery 1.3.1



Original issue reported on code.google.com by [email protected] on 2 Mar 2009 at 2:30

readonly problem

What steps will reproduce the problem?

1. add a callback on value change
2. add a focus and blur to add hover effects (tips) - from the demo
3. if the callback makes the rating readonly, the focus and blur effects
still work

What is the expected output? What do you see instead?

I expected the rating to be fixed and the focus and blur effects added
after wards (added to change the tips) not to be executed anymore
only the the original focus and blur are disabled (no filling of the starts)

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

On what browser(s) or operating system?
BROWSER(S): FireFox, Windows

Please provide a link to where the problem can be observed:
URL: private server

Feel free to provide any additional information below.

Original issue reported on code.google.com by [email protected] on 23 Dec 2009 at 1:49

console not defined in ie7

What steps will reproduce the problem?
1. Run demo in IE7
2. Click on any star

What is the expected output? What do you see instead?
script error occured

What version of the plugin/jQuery are you using?
PLUGIN VERSION: 3.10
JQUERY VERSION: 1.3.2

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

Please provide a link to where the problem can be observed:
URL:http://www.fyneworks.com/jquery/star-rating

Feel free to provide any additional information below.

Original issue reported on code.google.com by [email protected] on 23 Mar 2009 at 10:03

Selected star not retained after postback

Thanks for the plugin.

I have used ' auto-submit-star ' class to get postback on star click.After 
postback the selected star is not getting displayed.Instead of that all stars 
remains unselected.

I hope you can give me a solution for this.


Cheers, Abhilash

Original issue reported on code.google.com by [email protected] on 20 Sep 2009 at 5:29

Mouseout breaks with jQuery 1.4

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 [email protected] on 20 Jan 2010 at 7:41

ignore square brackets in element names not working correctly

What steps will reproduce the problem?
1. Use a bracketed value  for a name attribute of a radio button.  Ex: of
test[foo][bar]
2.
3.

What is the expected output? What do you see instead?
Expected output:
<div class="star star_group_data_Line_rating star_live"><a
title="2">2</a></div>

What I see instead:
<div class="star star_group_data_Line][rating] star_live"><a
title="2">2</a></div>

You can see that only the first bracket is being replaced because the g
modifier isn't in there


What version of the product are you using? On what operating system?
version 2.6 on Firefox 3.0.5 on XP

Please provide any additional information below.
This can be fixed by changing line 103 from this:
var n = (this.name || 'unnamed-rating').replace(/\[|\]/, "_");

to this:

var n = (this.name || 'unnamed-rating').replace(/\[|\]/g, "_");

The only remaining problem I'm seeing with my solution is that two brackets
in succession (as in my test[foo][bar] example) results in two underscores
being output, rather than a single underscore.

Original issue reported on code.google.com by [email protected] on 23 Jan 2009 at 1:23

display bug on Safari/Chrome

What steps will reproduce the problem?
1. Load the page (If you reload browser will fix it)

What is the expected output? What do you see instead?
I expect to see the stars aligned but I get this: 
http://i286.photobucket.com/albums/ll99/rfpuyana/Picture4.jpg


What version of the plugin/jQuery are you using?
PLUGIN VERSION: jquery-star-rating-packed 3.0
JQUERY VERSION: 1.2.6-min

On what browser(s) or operating system?
BROWSER(S): Safari 3.1.2 Chrome 1.0.154.48

Please provide a link to where the problem can be observed:
URL: http://i286.photobucket.com/albums/ll99/rfpuyana/Picture4.jpg


Original issue reported on code.google.com by [email protected] on 20 Mar 2009 at 9:11

doesn't work when the radio box was surrounded by <lable>

What steps will reproduce the problem?

<label for="id_rating_0"><input value="1" type="radio" class="star-rating" 
name="rating" id="id_rating_0" /> </label> 
<label for="id_rating_1"><input value="2" type="radio" class="star-rating" 
name="rating" id="id_rating_1" /> </label> 
<label for="id_rating_2"><input value="3" type="radio" class="star-rating" 
name="rating" id="id_rating_2" /> </label> 
<label for="id_rating_3"><input value="4" type="radio" class="star-rating" 
name="rating" id="id_rating_3" /> </label> 
<label for="id_rating_4"><input value="5" type="radio" class="star-rating" 
name="rating" id="id_rating_4" /> </label> 

What is the expected output? What do you see instead?
these code above doesn't work with jquery star rating.


What version of the plugin/jQuery are you using?
PLUGIN VERSION:
jQuery Star Rating Plugin v3.00 - 2009-03-16
JQUERY VERSION:
1.3.2

On what browser(s) or operating system?
BROWSER(S):
chrome, firefox 3

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

Feel free to provide any additional information below.

Original issue reported on code.google.com by [email protected] on 20 Mar 2009 at 3:46

Suggestion - remove() or destroy()

A destroy function would be great.
I'm using $().clone() and before I copy radio buttons, I need to remove the
originals copy of the plugin.

Currently I'm using find on the clone to remove the class, make the radio
buttons visible, and delete star-rating-control.  Then I need to recreate it.


Original issue reported on code.google.com by [email protected] on 21 Sep 2009 at 11:36

Random display bug

What steps will reproduce the problem?
1. Random display bug 
2.
3.

What is the expected output? What do you see instead?
You can see the bug : http://img137.imageshack.us/img137/365/sanstitre1c.jpg
width : 832px ???

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

On what browser(s) or operating system?
BROWSER(S): Mozilla 3.5.2

Please provide a link to where the problem can be observed:
URL: http://gt5rs.com/dev/rating.php
Screen : http://img137.imageshack.us/img137/365/sanstitre1c.jpg

Feel free to provide any additional information below.

Original issue reported on code.google.com by [email protected] on 2 Sep 2009 at 8:34

Rating inactive on rewriting an element

What steps will reproduce the problem?
1. Run attached html file in Mozilla/IE browser
2. Rating elemnts change and cancel option goes away
3. Clicking on rating doesnt work

What is the expected output? What do you see instead?
It should not throw an error and become inaffective.

What version of the product are you using? On what operating system?
jquery 1.2.6 and Star rating plugin 2.61

Please provide any additional information below.
Firebug shows following error:

elem.parentNode is null
children()()jquery.js (line 1259)
map()()jquery.js (line 1211)
contents()()jquery.js (line 1264)
(?)()()3DYR8yd%...e3Q%3D%3D (line 1)
(?)()()3DYR8yd%...e3Q%3D%3D (line 1)
handle()()jquery.js (line 2076)
(?)()()jquery.js (line 1858)
[Break on this error] siblings: function(elem){return
jQuery....ling(elem.parentNode.firstChild,elem);},


Original issue reported on code.google.com by akshar.dave on 7 Feb 2009 at 4:19

Attachments:

hover effects on multiple rating

I have copied the same rating to number of times to rate each categories..
And I need the hover effects ( displaying the title while hover the stars).

How can I pass or know the current hover stars group ?



Original issue reported on code.google.com by [email protected] on 29 Sep 2009 at 1:27

Rating plugin becomes inactive on rewriting an element

What steps will reproduce the problem?
1. Run attached html file in Mozilla/IE browser
2. Rating elemnts change and cancel option goes away
3. Clicking on rating doesnt work

What is the expected output? What do you see instead?
It should not throw an error and become inaffective.

What version of the product are you using? On what operating system?
jquery 1.3.1 and Star rating plugin 2.61

Please provide any additional information below.
Firebug shows following error:

elem.parentNode is null
children()()jquery.js (line 1259)
map()()jquery.js (line 1211)
contents()()jquery.js (line 1264)
(?)()()3DYR8yd%...e3Q%3D%3D (line 1)
(?)()()3DYR8yd%...e3Q%3D%3D (line 1)
handle()()jquery.js (line 2076)
(?)()()jquery.js (line 1858)
[Break on this error] siblings: function(elem){return
jQuery....ling(elem.parentNode.firstChild,elem);},


Original issue reported on code.google.com by akshar.dave on 18 Feb 2009 at 3:17

Attachments:

Cancel rating does not submit form via AJAX

What steps will reproduce the problem?
1. Create form with star rating plug-in.
2. Set callback on these features to use '$(this.form).ajaxSubmit()'
3. Click on the 'Cancel Rating' button
4. The form is not submitted to the server (most likely because of the
jquery selector used should not be $(this.form) for the cancel rating button).

What is the expected output? What do you see instead?
Form to be submitted via AJAX Form Plugin.

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

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

Please provide a link to where the problem can be observed:
URL: (cannot provide)

Feel free to provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Apr 2009 at 7:35

caching problem in firefox 3.5.3

What steps will reproduce the problem?

1. make a sample html document. include js.
2. insert code
     <input name="star2" type="radio" class="star"/> 
     <input name="star2" type="radio" class="star"/> 
     <input name="star2" type="radio" class="star"/> 
     <input name="star2" type="radio" class="star" checked="checked" /> 
     <input name="star2" type="radio" class="star"/>
3. show in firefox
4. change "checked" attribute to another input field
5. reload in firefox 

What is the expected output? What do you see instead?

The expected output would be another star marked than before because we
changed the "checked" attribute. Reload does not help. You have to clear
the cache before - just than it works (or reload via CTRL + F5). 
Problem does not appear in IE/Chrome/Safari.

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

On what browser(s) or operating system?
BROWSER(S): Firefox 3.5.3 on Win XP SP3

Please provide a link to where the problem can be observed:
URL: -

Feel free to provide any additional information below.

Original issue reported on code.google.com by [email protected] on 7 Oct 2009 at 1:23

Stars are displayed vertically down on the screen in Chrome when chili-toolbar plugin is not included

What steps will reproduce the problem?
1. Run a demo page wihout the jquery.chili-toolbar.pack.js plugin at the 
top
2. Set parameters to split the stars into 2
3. Run it in Chrome (my version is 2.0)

What is the expected output? What do you see instead?
Expected output are stars displaying horizontal across the screen. What I 
see instead is 1 of 5 page refreshes, stars are displayed vertically down 
on the screen.

What version of the plugin/jQuery are you using?
PLUGIN VERSION: v3.12
JQUERY VERSION: v1.3.2

On what browser(s) or operating system?
BROWSER(S): Chrome 2.0

Please provide a link to where the problem can be observed:
URL: Sorry don't have web space to display the link, but spent 6 hours 
trying to debug the problem today. The above steps will break it every time 
in Chrome.

Feel free to provide any additional information below.

Original issue reported on code.google.com by [email protected] on 30 Jun 2009 at 4:08

half rating not working with callback ?

What steps will reproduce the problem?

create input <input class="auto-submit-star {half:true}" type="radio"
name="rating" value="1" title="1" /> or {split:2}
and 
 $('.auto-submit-star').rating({ callaback

What is the expected output? What do you see instead?
full stars rating in place of half stars

What version of the plugin/jQuery are you using?
PLUGIN VERSION: jQuery Star Rating Plugin v3.12 - 2009-04-16
JQUERY VERSION: jQuery JavaScript Library v1.3.2 Revision: 6246
jquery.form.js?2.25

On what browser(s) or operating system?
BROWSER(S): firefox 3.0.9 Linux (Ubuntu/gnome)

Please provide a link to where the problem can be observed:
URL: http://fp2006.free.fr/1.html

Tanks and sorry if is not a real bug

Original issue reported on code.google.com by [email protected] on 27 Apr 2009 at 2:41

Plug-in doesn't work properly with JQuery v1.3.1

What steps will reproduce the problem?
Using JQuery version 1.3.1

What is the expected output? What do you see instead?
The ordinary stars instead of radio buttons, but the whole page contents 
disappear

What version of the product are you using? On what operating system?
Latest version: 2.6.1

Please provide any additional information below.
I was using the plug-in in a project and it worked very fine. When updating 
 my jquery version from 1.2.6 to 1.3.1 it started giving wrong output and 
didn't work well until I reverted to old jQuery version.

Original issue reported on code.google.com by [email protected] on 26 Jan 2009 at 12:22

incorrect 'a' reference when clicking on the cancel button

What steps will reproduce the problem?
1. Click on the cancel button of the rater

What is the expected output? What do you see instead?
The event handler is expecting two parameters:
1- The value of the selected star (or in this case cancel)
2- A reference to the link clicked

The selector fails in this case and the first link (a) of the document is
returned instead.
Below is the lines that are breaking

var input = $( control.current ? control.current.data('rating.input') : null );
if (control.callback) control.callback.apply(input[0], [input.val(), $('a',
control.current)[0]]); // callback event

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

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

Original issue reported on code.google.com by [email protected] on 24 Sep 2009 at 7:39

Multiple reuse results in hidden form elements

Explanation:

I have a google maps mashup using ExtInfoWindow. I'm using the AJAX pull 
of each window's contents. These contents include three rating areas. The 
first popup works fine. All subsequent popups have hidden star ratings 
(i.e. they can't be seen).

I've examined the FireBug output and see that there has been no insert of 
the star class stuff that you build in your plugin.

My guess is that when I call .rating() the second time, the plugin 
says "hey I already did this" and ignores it. I attempted to add a 'reset' 
method to the plugin, but honestly, I don't do jQuery plug-ins well at 
this time. My hack didn't work, thus I am reporting it.

It's not a bug per-se, but it will not work in the way I'm trying to use 
it. Any help with this would be most appreciated.

What version of the plugin/jQuery are you using?
PLUGIN VERSION: latest
JQUERY VERSION: 1.3.1

On what browser(s) or operating system?
BROWSER(S): IE & FF

Please provide a link to where the problem can be observed:
URL: http://jablan.is-a-geek.com

Feel free to provide any additional information below.

Original issue reported on code.google.com by [email protected] on 13 Apr 2009 at 11:32

star-ratings don't work in IE?

What steps will reproduce the problem?
1. USE IE
2. Import Jquery library, star-rating plugin, and star-rating css
3. Create radio buttons

What is the expected output? What do you see instead?
the expected output is what we see in firefox, what I get instead is a 
list of the radio button values.


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

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

Please provide a link to where the problem can be observed:
URL: http://tiberriver.com/index.cfm/fuseaction/home.viewReview/review/17

Feel free to provide any additional information below.
It works in IE on the demo page, so I must be doing something wrong.  Can 
anyone help?

Original issue reported on code.google.com by [email protected] on 21 May 2009 at 5:56

delete icon

Hello,

Is it possible to remove/hide delete icon? 
I don't need it... I disable the rating directly after use clicks on the
stars.. 

Thanks,
   Igor. 

Original issue reported on code.google.com by [email protected] on 15 Sep 2009 at 4:59

Radio Buttons displayed momentarily when displaying a lot of ratings plugin

What steps will reproduce the problem?
1. Display a html page that heavily uses star rating plugins (about 15 of 
them)
2. A set of radio buttons are displayed first, and then the stars later 
appear

What is the expected output? What do you see instead?
I would like to just display the stars, instead of having the radio 
buttons flickering for a moment, is it possible? This happens when I use 
Ajax to load all the controls.


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

On what browser(s) or operating system?
BROWSER(S): Opera, Firefox, Mac, Windows

Please provide a link to where the problem can be observed:
URL: sign up for a free account and then view this page:
http://www.hip10.com/l/17

Feel free to provide any additional information below.

Original issue reported on code.google.com by [email protected] on 6 Sep 2009 at 4:05

Attachments:

Ratings don't POST into mysql db

Hi guys,

What is the expected output? What do you see instead?
Everything seems to be fine except when clicking submit, selected value
from input type-radio is not placed into the appropriate DB field.

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

On what browser(s) or operating system?
BROWSER(S): FF, IE 7-8, Opera 10, Chrome

Please provide a link to where the problem can be observed:
URL: http://travel2macedonia.com.mk/reviews/?pid=1006&pg=1

Feel free to provide any additional information below.

Original issue reported on code.google.com by [email protected] on 21 Dec 2009 at 10:24

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.