RootPanel --> OutClickEvent -- > how to detect click event out of the HTML Page it self ?
46 views
Skip to first unread message
Alp Yilancioglu
unread,
Nov 29, 2012, 4:31:26 PM11/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Hi,
how can i detect the OutMouseClicks out side of the HTML page ?
Jens
unread,
Nov 29, 2012, 5:18:44 PM11/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
In general its window.onBlur in JavaScript but IE handles things a bit different as usual ;-) They tried to integrate a focus/blur handler for the window object into GWT some time ago but it does not work very well, so they removed it.