
PIE rendered element is misplaced using jQuery toggle()
Hi,
This is a followup from my previous post (
http://css3pie.com/forum/viewtopic.php?f=4&t=1112).
I have a hidden element, which can be shown/hidden using jQuery toggle(). Initially it is hidden and if it is shown for the first time the concerning div is misplaced. Any consecutive toggles will render it at the correct position. So far, I have tested it with IE8 only.
Please see the following test case (using PIE 1.0 beta4):
http://jsfiddle.net/cR4GA/The first time toggle is clicked the div is placed at a top left position instead of centered above the already shown one. After the second toggle it will be placed correctly.
I guess that's a bug. Is there any workaround for this yet?
Thanks for any hints.