[mochikit] Re: enhancement proposal for drag and drop

2006-10-05 Thread Thomas Hervé
First thanks because I spotted a problem in DD with your code :). I'm not very sure you used the good solution, and this part of the code is pretty sensitive. Anyway your use case seems reasonable, so I'll try to find a solution. -- Thomas

[mochikit] CSS selectors

2006-10-05 Thread Arnar Birgisson
Hi all, Many javascript libraries have convenience functions for selecting elements with the CSS selector syntax (like prototypes $$ I'm told). Has anyone implemented something like that with MochiKit? Preferably supporting CSS3 selectors? Would you consider such a function a valuable addition

[mochikit] Re: CSS selectors

2006-10-05 Thread troels knak-nielsen
cssQuery is the best implementation I've seen, and it works nicely together with mochikit. It's a bit heavyweight too though : http://dean.edwards.name/my/cssQuery/ On 10/5/06, Arnar Birgisson [EMAIL PROTECTED] wrote: Hi all, Many javascript libraries have convenience functions for selecting

[mochikit] Test failures in IE 6.0.2900

2006-10-05 Thread Troy Farrell
I was on a testing kick this morning and decided to run the Mochikit tests in IE and Opera. Here are the results from http://mochikit.com/tests/index.html: IE 6.0.2900, identifies as Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50215)

[mochikit] Sortable woes

2006-10-05 Thread Sean F
I need to be able to move and rearrange DIVs between two table cells, as demonstrated here: Demo: http://files.rockhoundsolutions.com/mochiwork.html Code: http://pastebin.com/801057 It works fine in Firefox, but in IE, the DIV's don't fall into place when I drop them. Am I doing something