Closed (duplicate)
Project:
Rate
Version:
6.x-1.0
Component:
User interface
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2010 at 19:03 UTC
Updated:
6 Mar 2011 at 17:28 UTC
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
Comments
Comment #1
liveaquote commentedOn further investigation i see this in case of IE error report
Error: 'widget' is null or not an object
Comment #2
euricojardim commentedAdd to buttons CSS code the following:
position:relative;
Otherwise the link will be almost unclickable on IE8...
Best Regards,
Eurico Jardim
Comment #3
andjeloo commentedHi,
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
Comment #4
andjeloo commentedOK, 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).
Comment #5
mauritsl commentedDuplicate:
#1042216: Can't click to vote on IE8