Curvycorner is conflicting with fivestar

jonga - September 19, 2008 - 10:25
Project:jQuery Eye Candy
Version:6.x-1.x-dev
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi,

I have enclosed my fivestar widget in node.tpl page as follows with actionbox class mentioned below:

<div class="actionbox">Rating: <?php print fivestar_widget_form($node);  ?></div>

And actionbox is...
.actionbox {
border: 1px solid #bbb;
float:right;
position:relative;
padding:5px;
font-size:0.75em;
font-style:none;
margin:-10px 5px 5px 15px;
width:100px;
background: #FFFFFF;
}

Now the issue is when I dont enable curvycorner for actionbox fivestar works fine. But when I enable it using this:

     //required for each plugin
     $(document).ready(function() {
    
       //plugin specific statements here
       $('.actionbox').corner();
       })

My fivestar refuses to work. When I click on any star nothing happens (even the rollover effect does not work). I am not getting any javascript error either. However, the div is getting rounded properly. Please help.

#1

jonga - September 19, 2008 - 11:03

Looks like this is the same issue as http://drupal.org/node/293582 I am also not able to resize the textareas.

#2

JaredAM - August 27, 2009 - 16:21

Is this still an issue? My curvycorners seems to work okay. If you need help let me know.

 
 

Drupal is a registered trademark of Dries Buytaert.