[jquery-dev] Re: .SlideUp() + Firefox

2010-01-20 Thread maxtorque
I have also observed egregious redraw flicker when using JQuery's animate() function in FireFox whenever content has scrollbars. I've taken a hidescrollbars-animate-showscrollbars workaround. Since most if not all of JQuery's effects are built on top of animate() it seems that any effect that

[jquery-dev] Re: .SlideUp() + Firefox

2009-12-22 Thread alexander farkas
Yes, this is a big problem. But, i donĀ“t know a solution. I wrote two workarounds for that. 1. disable scrolbar on body + add padding-right in the size of the scrollbar width (has to dynamically calclated) for the time the animation occurs. between disabling scrollbar and calling slideup has to