Thanks for the reply. I had thought of that but this is a rather large series of toggles so the space needed to be held open is too big.
I tried leaving a smaller space below open but when the user moves the scrollbar all the way down and then toggles, FF flashes. I have seen complaints regarding this issue with FF specifically. It may be a bug in the browser that can not be overcome. On Aug 20, 10:32 pm, "Richard D. Worth" <[email protected]> wrote: > You say the scrollbar doesn't disappear and reappear, but the window is > resizing. This is what's causing the flicker or flash (assuming you're not > in quirks mode, that would be the first thing to check). The fix is to put > the element inside a container that maintains that height even while the > contents are shown, hidden, or toggled, or otherwise prevent the window from > resizing during an animation, by making it stay tall enough to contain the > visible element, even when hidden. > - Richard > > On Wed, Aug 19, 2009 at 3:40 PM, jen <[email protected]> wrote: > > > I'm getting a "flickering / flashing" effect in Firefox when using > > jQuery "show" > > and "hide" or "toggle" on some div's. Any idea why this could be > > happening? > > > Seems to be more pronounced when scrollbar is at bottom and window has > > to resize. Scrollbar does not disappear and reappear so it's not due > > to that. > > > Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
