jQuery: The Write Less, Do More JavaScript Library

Re: toggle("slide") glitches

by Scott González :: Rate this Message:

| View in Thread


Please don't hijack threads.  Start a new thread if you have a new
topic.

On May 12, 12:57 am, "in...@..." <in...@...> wrote:

> Hello,
> This page has a simple example of a slidedown area with 2 links, each
> with different methods of slidinghttp://reenie.org/test/jquery/t2.php
>
> method1 is  $("#slidewrapper").slideToggle("slow");
> method2 is  $("#slidewrapper").toggle("slide", { direction: "up" },
> 1000); using jquery-ui
>
> In the first effect, the entire box is always visible while it is
> sqeezed or expanded.  In the second effect, the box maintains its size
> as it slides in and out of view.
>
> The first effect works well in Firefox and IE, The second works well in
> FF, but has problems in IE  and Safari.
> In IE and Safari, before the box starts to slide up or down, it suddenly
> snaps to position left:0px, ignoring the position of right:80px;  Then
> when it is done sliding, it snaps back to right:80px;
>
> How do I get this to stop snapping out of position in these 2 browsers?
>
> Red
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery UI" group.
To post to this group, send email to jquery-ui@...
To unsubscribe from this group, send email to jquery-ui+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: Is it possible to programmatically cancel a resize?