How does DOM.setCapture work in Firefox?

2011-06-05 Thread Ali
Hi,

I have always been using GWT DOM.setCapture but now I'm developing a simple 
FF extension and can't find out how to that in plain JS code.

Can someone please let me know how GWT setCapture work in Firefox?

Wishes,

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ZnozRjZqYVpkZkFK.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How does DOM.setCapture work in Firefox?

2011-06-05 Thread Ali
Never mind, I found it. I should add mousemove and mouseup event listener to 
document. :)

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/UlVPdElKU0d1eU1K.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.