I don't think you'll find much support on this as it's a pretty old, IE specific (and buggy from what I read - try scrolling to break it). You're much better capturing mouse events -> mouse up, mouse down, mouse move.

You should be able to attach these event handlers to the <body> el and let them bubble up to you.

If you've got more detail about how you were planning on using it and have more questions, feel free!

Casey

On 04/12/2010 00:35, Discussion of JavaScript wrote:
Has anyone used el.setCapture()/releaseCapture() in IE? I scanned the docs on msdn, but it didn't sink in (warrants a deeper read). I'm curious if one/some of you have some practical experience with it.

L

_______________________________________________
JSMentors mailing list
[email protected]
http://jsmentors.com/mailman/listinfo/jsmentors_jsmentors.com

_______________________________________________
JSMentors mailing list
[email protected]
http://jsmentors.com/mailman/listinfo/jsmentors_jsmentors.com

Reply via email to