hi,

I thought to give Rate module a try on my website. It works like a charm when i am using Mozilla but does nothing when using Internet Explorer.

See the link below as an example

http://dev.liveaquote.com/quote/it-would-be-ugly

Comments

liveaquote’s picture

On further investigation i see this in case of IE error report

Error: 'widget' is null or not an object

euricojardim’s picture

Component: Code » User interface
Category: bug » feature
Priority: Critical » Major

Add to buttons CSS code the following:
position:relative;

Otherwise the link will be almost unclickable on IE8...

Best Regards,
Eurico Jardim

andjeloo’s picture

Hi,

I have the same problem in IE8, I tried to add in the fivestar.css (in rate\templates folder), in both buttons, the string position:relative;
Now I can at least select a star, but it seems that the page does not send any request. Is there something else you could suggest?

Thanks

andjeloo’s picture

OK, I found out that the browser was calling Apache and that there was an error on server side; it was:
File does not exist: (...)/Apache Software Foundation/Apache2.2/htdocs/drupal-6.19/rate, referer: (...)
Actually I saw that this path was written into the rate.js file, there was a "get" to it. I hardly removed that call and the subsequent control and it worked... I DO NOT recommend doing it (because I do not even know what I removed).

mauritsl’s picture

Status: Active » Closed (duplicate)