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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---