[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


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~--~~~~--~~--~--~---



[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 to MochiKit?

Arnar

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~--~~~~--~~--~--~---



[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
 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 to MochiKit?

 Arnar

 



-- 
troels

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~--~~~~--~~--~--~---



[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)

test_MochiKit-Async.html 51 0
test_MochiKit-Base.html 179 2

not ok - undefined should not be serializable
not ok - wrong compose argument not raised!

test_MochiKit-DateTime.html 22 0
test_MochiKit-DOM.html 76 2

not ok - formContents empty option values got ,, expected ,foo
not ok - queryString empty option values got selempty=selempty2=,
expected selempty=selempty2=foo

test_MochiKit-Style.html 31 0
test_MochiKit-Format.html 53 0
test_MochiKit-Iter.html 66 0
test_MochiKit-Logging.html 27 0
test_MochiKit-MochiKit.html 4 0
test_MochiKit-Color.html 81 0
test_MochiKit-Signal.html 63 0

Not that you care about Opera, but here are the results:

Opera 8.52, identifies as Opera/8.52 (Windows NT 5.1; U; en)

test_MochiKit-Async.html51  0
test_MochiKit-Base.html 181 0
test_MochiKit-DateTime.html 22  0
test_MochiKit-DOM.html  73  5

not ok - formContents names got select,hidden,radio_on, expected
select,selmultiple,selmultiple,hidden,radio_on
not ok - formContents values got foo,test,2, expected
foo,bar,baz,test,2
not ok - queryString hook got select=foohidden=testradio_on=2,
expected
select=fooselmultiple=barselmultiple=bazhidden=testradio_on=2
not ok - formContents empty option values got ,, expected ,foo
not ok - queryString empty option values got selempty=selempty2=,
expected selempty=selempty2=foo

test_MochiKit-Style.html29  2

not ok - test computedStyle opacity got , expected 0.5
not ok - test getOpacity got 1, expected 0.5

test_MochiKit-Format.html   53  0
test_MochiKit-Iter.html 66  0
test_MochiKit-Logging.html  27  0
test_MochiKit-MochiKit.html 4   0
test_MochiKit-Color.html81  0
test_MochiKit-Signal.html   63  0

I know that most of you don't touch IE with a ten-foot pole, so I
thought you might want to know about these.

Troy


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~--~~~~--~~--~--~---



[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 wrong, or is this a bug?

Sean


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~--~~~~--~~--~--~---