eddysilvamendes / jquery-star-rating-plugin

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

caching problem in firefox 3.5.3 #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 disbelie...@googlemail.com on 7 Oct 2009 at 1:23

GoogleCodeExporter commented 8 years ago
I have the same problem in Firefox 3.6.10.
JQuery 1.4.2
Rating 3.13

It works without a problem in Internet Explorer.

Original comment by jebbe...@googlemail.com on 13 Oct 2010 at 7:02

GoogleCodeExporter commented 8 years ago

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