[jquery-ui] Re: jQuery UI Sortable... Placeholder size.

2009-02-01 Thread Tim Moore
This sounds like an issue with the particular HTML and CSS you're using. Can you strip you code down to a minimal example that demonstrates the problem (including the JavaScript that creates the sortable) and post it to the list? There's a "forcePlaceholderSize" option that you can pass in the op

[jquery-ui] Re: jQuery UI Sortable... Placeholder size.

2009-02-01 Thread Paul Bakaus
Hi there, if you give the placeholder a classname using the placeholder option, the sortable will only force a width and height on the placeholder if the class is not giving it a width/height already. If you still want to override this behaviour, there's an advanced option called 'forcePlaceholder