ChavezArquitectos / curvycorners

Automatically exported from code.google.com/p/curvycorners
0 stars 0 forks source link

Expanding context #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using curvycorners 2.0.4 on divs without any background-image
2. create this HTML structure:

<div id="wrap">
   <a id="onOff" href="#">toggle div</a>
   <div id="toggleContent" style="display:none;">hello world!</div>
<div>

3. Apply the curvycorners, in all four corners of the div "wrap".
4. Apply this jQuery code:

    $('#onOff').click(function() {
        $('#toggleContent').slideToggle(250);
        return false;
    });

What is the expected output? What do you see instead?
The expected output was that the div "wrap" would grow together with the 
div "toggleContent".
But what happens, is that the "toggleContent" comes out of the "wrap".

What version of the product are you using? On what operating system?
curvycorners 2.0.4 
I am running Windows Vista 64x Ultimate
I tried this on IE6, IE7, Chrome 3, Opera 10, Safari 4 and Firefox 3.5

Please provide any additional information below.
Sorry for any bad english, I'm a not native english speaker.

Original issue reported on code.google.com by gatafun...@gmail.com on 30 Oct 2009 at 2:24

GoogleCodeExporter commented 8 years ago
Closing this as it is not a bug. Dynamic resizing of rounded boxes is possible, 
but one 
must read the documentation at http://curvycorners.net/instructions/#dyn .

Original comment by c.1%smit...@gtempaccount.com on 18 Dec 2009 at 1:23