Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
I'd need to see more of the code in order to know what is going on. I'll be
releasing a
version soon that might fix some of these problems, though I suspect you could
get it
working through the SimpleModal options or CSS.
Original comment by emartin24
on 5 Mar 2010 at 10:33
There is a problem that is caused by using the defaults of:
$('.message', dialog.data[0]).append(html);
and
<p class="message">
When trying to append any value for html that contains divs, it's being
appended to a
<p> so it doesn't display correctly, and this seems to cause heights to break.
Changing to this might be all that is needed.
<div class="message">
Cheers,
Mark...
Original comment by wabznas...@gmail.com
on 12 Mar 2010 at 7:25
Not sure if this was for a specific demo/example? I updated the confirm code
with a
div, so it should be fixed now.
Original comment by emartin24
on 20 Apr 2010 at 5:15
Original issue reported on code.google.com by
ro...@rhovisions.com
on 12 Feb 2010 at 10:27