Thanks for the reply! Upgrading to jQuery 1.3 solved the problems. After a quick fix for thickbox (here: http://codylindley.com/thickboxforum/comments.php?DiscussionID=1726&page=1#Item_0) everything is working great!
Regards, Scott. On Mar 1, 2:14 am, "Richard D. Worth" <[email protected]> wrote: > The demos on the site are the latest preview release, 1.6rc6. I recommend > you upgrade if you're able to (will also require an upgrade to jQuery 1.3+) > as the 1.5 (stable) branch is frozen and will soon be legacy as 1.6rc6+fixes > is finalized as 1.7, the next stable release. > > If upgrading to jQuery 1.3 is not an option for you, you may have an > interest in the 1.6 final release. This will follow the 1.7 release by a > couple weeks, be compatible with jQuery 1.2.6, and be based on jQuery UI > 1.6rc2. You can download that version here > > http://code.google.com/p/jquery-ui/downloads/detail?name=jquery.ui-1.... > > to see if the issue exists in it. If it does, let us know, so we can see > about fixing it up before 1.6 final. Thanks. > > - Richard > > On Sat, Feb 28, 2009 at 2:24 PM, RichUncleSkeleton > <[email protected]>wrote: > > > > > > > Test page:http://www.simpsoncrazy.com/content/games/jigsaw.html > > Using jQuery 1.2.6 and UI 1.5.3 > > > I have a couple of problems with this in Opera 9.6 - firstly when I > > drag something for the first time it jumps to the bottom of the screen > > (or goes off screen altogether). It seems that if I scroll down > > further, the further away the element jumps to. > > > Second problem is if I add a margin to the elements, in Opera they > > don't snap to a perfect line any more. On one side the pieces overlap, > > and the other there is a gap between them. > > > My jQ code is simply: > > $(function() { > > $(".jigsawPiece").draggable( { snap: true, snapMode: 'outer' } ); > > }); > > > It is applied to all the jigsaw pieces so they should all snap to each > > other. It's working fine in Firefox. The demos on the jQ site work > > fine for me too, so maybe there's something I've done wrong in my code? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
