Well, I've set up some virtual machines on my computer so that I can simultaneously test.
http://test1.scorpiondesign.com/LocalTest.htm Works in the following: IE6 IE7 FF3 Safari 3.1 Win Opera 9.6 Chrome 0.2 So the only time I see this jittery behavior is in FF2. (Specifically 2.0.0.17). Does anyone else see this? Again, the problem seems to be related to the toolbox having a CSS property of position:fixed. If I change the property to position:absolute, the jitter goes away. I suppose I can detect FF2 (Mozilla v1.8.xx I believe) and set it as absolute, but I'm hoping for a solution that allows me to keep the fixed positioning. Thanks, JK -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of k3liutZu Sent: Monday, October 13, 2008 2:54 AM To: jQuery UI Subject: [jquery-ui] Re: Draggable causing screen jitter in FF2 Also good in Chrome and Opera On Oct 12, 6:32 pm, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: > Not seeing any draggable problems at all on FF3 (3.0.3) or IE6. You might > want to know that the Toolbox div appears below the main content div on IE6, > rather than to the right, probably some kind of float issue. > > -- Josh > > ----- Original Message ----- > From: "Jeffrey Kretz" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Saturday, October 11, 2008 10:52 PM > Subject: [jquery-ui] Draggable causing screen jitter in FF2 > > > This is very odd and I haven't run into it before. > > > URL with demonstration: > > >http://test1.scorpiondesign.com/LocalTest.htm > > > I'm using 1.2.6 and the nightly UI components off of SVN. > > > This is a test case showing the problem. I'm using Firefox 2.0.0.17. I > > haven't tried it in FF3. IE7 doesn't exhibit this behavior. > > > Try dragging one of the "Admin Login" divs around the page. As I do that, > > I > > see this jittery-jumping starting at my cursor position and carrying all > > the > > way to the right of the page, like an electronic earthquake. > > > Does this happen to anyone else? > > > I've never run into this before with jQuery or any other library for that > > matter. > > > If I change the toolbox CSS position from "fixed" to "absolute" it goes > > away. I'd prefer to keep it as fixed for my purposes. > > > Any ideas about what I could do? > > > JK --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
