Re: How to capture that the user has moved away from the current browser window.

2010-03-22 Thread Subhrajyoti Moitra
Thanks a lot Thomas for pointing me to the right direction. I need to spend some more time into this!! Thanks, Subhro. On Fri, Mar 19, 2010 at 8:50 PM, Thomas Broyer t.bro...@gmail.com wrote: On Mar 19, 5:20 am, subhro subhrajyo...@gmail.com wrote: Hello, I am trying to implement a

Re: How to capture that the user has moved away from the current browser window.

2010-03-19 Thread aditya ch
I don't think the blur even would ever get fired when the change of window happens. I have faced a similar problem with GXT API, while I was trying to hide the combo's list when the user moves out of the current window. Still I'm clueless on that part. :( On Mar 19, 10:20 am, Sudeep S

Re: How to capture that the user has moved away from the current browser window.

2010-03-19 Thread Thomas Broyer
On Mar 19, 5:20 am, subhro subhrajyo...@gmail.com wrote: Hello, I am trying to implement a google.com search form style auto-suggest box. I have reached a stage where the drop down with suggestions appear correctly. However on changing windows (click on any other app window on the

How to capture that the user has moved away from the current browser window.

2010-03-18 Thread subhro
Hello, I am trying to implement a google.com search form style auto-suggest box. I have reached a stage where the drop down with suggestions appear correctly. However on changing windows (click on any other app window on the desktop) The or click any where else other that the body of the page,

Re: How to capture that the user has moved away from the current browser window.

2010-03-18 Thread Sudeep S
have you tried hiding the suggestions on blur event, to my knowledge that is fired when the user moves away from the current window On Fri, Mar 19, 2010 at 9:50 AM, subhro subhrajyo...@gmail.com wrote: Hello, I am trying to implement a google.com search form style auto-suggest box. I have