[jquery-ui] Re: Sortable helper in completly wrong position in IE6

2009-02-26 Thread jonhobbs
hat may have been fixed in 1.6rc6, or possibly the trunk since then. > Also, could you share a live sample page or pastie > (http://paste.pocoo.org/orhttp://jsbin.com/) of your code showing the issue? > Thanks. > > - Richard > > On Wed, Feb 25, 2009 at 11:27 AM, jonhobbs wrot

[jquery-ui] Re: Adding rounded corners to a placeholder.

2009-02-26 Thread jonhobbs
gt; start: function(event, ui) { >   $(ui.placeholder).addClass("ui-corner-all"); > > } > > - Richard > > On Wed, Feb 25, 2009 at 10:52 AM, jonhobbs wrote: > > > > > Hi, > > > Using the Sortable plugin, is it possible to round the corne

[jquery-ui] Re: No revertDuration on sortables?

2009-02-26 Thread jonhobbs
Thanks Richard, just about to do it. On Feb 26, 9:48 am, "Richard D. Worth" wrote: > On Wed, Feb 25, 2009 at 9:39 AM, jonhobbs wrote: > > > Hi Guys, > > > I should warn you that althogh I'm very proficient at jQuery, I'm > > using jQuery for t

[jquery-ui] Sortable helper in completly wrong position in IE6

2009-02-25 Thread jonhobbs
First of all, apologies for my 3rd Sortable realted question today but I'm tearing my hair out trying to work it all out. I've got most of it working but have just spotted a big problem in IE6. When I start do drag a portlet the helper seems to jump to an odd position. It seems to be related to

[jquery-ui] Adding rounded corners to a placeholder.

2009-02-25 Thread jonhobbs
Hi, Using the Sortable plugin, is it possible to round the corners of the placeholder? I've tried this start: function(event, ui) { ui.placeholder.addClass('ui-corner-all'); }, but no luck... --~--~-~--~~~---~--~~ You received this message because you ar

[jquery-ui] No revertDuration on sortables?

2009-02-25 Thread jonhobbs
Hi Guys, I should warn you that althogh I'm very proficient at jQuery, I'm using jQuery for the firt time to build a portal layout and I may have several questions about Draggables/Droppable/Sortables before I'm done! :) Anyway, It's going OK so far, I started using Drag/Drop and got a bit confu