Peter Russell a écrit : > Hi,
Hi, > I've been using MochiKit.Sortable for a web page, There seems to be a > bug with these sortables - but that's not the bug I'm writing about. It'd be great to have some details about this :). > In trying to produce a test case to demonstrate the problem, I updated > the SVN version of MochiKit. Unfortunately I don't have a record of the > version I had been using before. There seem to be some regressions in > the intervening time. There's no tests for Sortable unfortunately. It makes regression more likely to happen. > Using the code below, in IE 6 (running under Wine) elements can be > dragged, but not dropped, also dropping on the empty list does not work. I don't reproduce the problem with dropping in the full list (it works for me under IE/Firefox). For the empty list problem, well, the problem is that it's empty: you should use css to set a minimum height, otherwise you can't point the zone with the mouse. > A couple of other bugs: > The Sortable documentation lists Effect as a dependency, but it does not > exist, and Position is a dependency of Visual, but is not listed as > such. Thanks, it has been corrected. -- Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" 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/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
