Depending on what browser's your supporting, overflow:auto doesn't always cut 
the mustard, I think you need a `zoom:1` in there too for old man IE6 and his 
son.  Cant' remember for sure right now ...

On Jul 8, 2010, at 4:47 PM, OldIron wrote:

> Arieh,
> 
> WOW! such as simple fix. Thanks so much, you've made my week.
> 
> Luke
> 
> On Jul 8, 2:56 pm, אריה גלזר <[email protected]> wrote:
>> http://jsfiddle.net/yKXbe/2/
>> fixed- in order for the drag to work your container needs to have
>> dimensions. you didn't tell your lists to wrap their floats, so they had no
>> height. overflow:auto fixed it.
>> 
>> 
>> 
>> On Thu, Jul 8, 2010 at 11:22 PM, OldIron <[email protected]> wrote:
>>> Arieh,
>> 
>>> Ok, here's my example:
>> 
>>> http://jsfiddle.net/yKXbe/
>> 
>>> As you can see, you can drag items from the bottom to the top list and
>>> vise-versa. Now, UNCOMMENT the Float rule in the css. Run it and
>>> you'll see that you can no longer drag items between the two lists.
>>> Bug? Any thoughts on a possible work around?
>> 
>>> Thanks!
>> 
>>> Luke
>> 
>>> On Jul 7, 10:46 pm, אריה גלזר <[email protected]> wrote:
>>>> upload your example tohttp://jsfiddle.net. an example is worth a
>>> thousand
>>>> words.
>> 
>>>> On Thu, Jul 8, 2010 at 2:53 AM, OldIron <[email protected]> wrote:
>>>>> I think this is a bug, I've tried it with extremely simple examples
>>>>> and get the same result. Here's an example:
>> 
>>>>> <ul>
>>>>> <li>one</li>
>>>>> <li>two</li>
>>>>> </ul>
>> 
>>>>> <ul>
>>>>> <li>three</li>
>>>>> <li>four</li>
>>>>> </ul>
>> 
>>>>> Ok, so if I create a new Sortables object for both UL lists then I can
>>>>> sort the items fine, including between the two lists. Here's where it
>>>>> breaks. If I use css to float the list items then I can still sort,
>>>>> but not between the two lists (ie. from one list to the other).
>> 
>>>>> Is this is a bug? Is there a known workaround?
>> 
>>>>> L
>> 
>>>> --
>>>> Arieh Glazer
>>>> אריה גלזר
>>>> 052-5348-561
>>>> 5561
>> 
>> --
>> Arieh Glazer
>> אריה גלזר
>> 052-5348-561
>> 5561

Reply via email to