bgiframe option for dialog will cause flickering in IE6 while scrolling

bgiframe option for dialog will cause flickering in IE6 while scrolling


Hello all,
I just noticed that if you use the option bgiframe:true for the
dialogs, in IE6, if you scroll around using the scroll bar, the
dropdowns will flicker and show through on top of everything else.
This is also reproducible while scrolling with the mouse but it is
less noticeable since it's a much quicker "flash"
Is there a way around this or should it be ticketed as a fix?
I guess the easiest way to see this is to go to the demo section of
the jQuery package
\jquery.ui-1.6b\demos\functional\index.html
get the bgiframe package and link to it
<script type="text/javascript" src="bgiframe_2.1.1/
jquery.bgiframe.js"></script>
then in
jquery.ui-1.6b\demos\functional\templates\ui.dialog.html
for the overlay option in the dropdown, add a bgiframe:true so it
becomes
{ desc: 'Modal dialog with overlay', source: '$
("#dialog").dialog({ modal: true, overlay: { opacity: 0.5, background:
"#badbee" } , bgiframe:true});' },
Thanks!
Shao
Thanks,
Shao