flashing content on slide patch

flashing content on slide patch


I put together a patch for this bug
http://dev.jquery.com/ticket/1726
And tested it against the original test cases provided here
http://groups.google.com/group/jquery-dev/browse_thread/thread/85c2d334fae35d85
As it was pointed out to me later in the ticket this appears to be a
bug in IE6/7 for both quirksmode and transitional but not strict mode,
but the change I'm proposing effects all browsers. A test could be
added to make it IE only but it doesn't seem to be necessary from my
limited tests.
Note this doesn't attempt to fix the lack of animation in the
relatively positioned div in strict mode, just the flashing.
Any help testing would be appreciated. Below shows the problem in IE
and the problem fixed.
http://www.exfer.net/test/jquery/1726/test_transit_svn.html
http://www.exfer.net/test/jquery/1726/test_transit_svn_patched.htm
David