Radius-Bug in border bethod

Hi,

first thanks for this very cool Plugin!! I use the liquidCanvas Plugin to make the jQuery UI Dialog corners round for all Browsers.
I think I found a Bug in the border method.
If you habe an element with rounded cornes (like Example 7 on the demopage) the radius auf the corners will be smaller and smaller if ja change the position of the Element.
Example.
- Got to the Demo Page
- Use the Firebug to add the css property "top:10000px" on "example 7"
- now hide and unhide the property top again and again. Do that 20 times an the rounded Corners gone away.

Is that a bug or a feature? Is there any option to change that?

UPDATE:
There was a problem in my script.
I wrote:

$(".tx_kvrlpeventregistration_pi1-filterfunctions").liquidCanvas(
"border{color:#AEC3CC} => roundedRect{radius:20}"
);

this fixed my Problem:

$(".tx_kvrlpeventregistration_pi1-filterfunctions").liquidCanvas(
"[border{color:#AEC3CC}] => roundedRect{radius:20}"
);

But the Example 7 on the Demo Page has the same Bug.
I use the Firefox 3 Browser.

Thanks

Alex

Trackback URL for this post:

http://www.ruzee.com/trackback/277