preventing window blur/focusOut when selecting copy/paste menu
- by jedierikb
I am trying to determine when the user has moved focus out of the browser to:
select copy/paste (but not to the google search box). Ffox handles this nicely.
selecting another window/tab/external widget (e.g., the google search box).
focusOut and blur listeners on window and document cannot seem to disambiguate between these two types of focus changes. Can IE do this?
I want this distinction so that I can better support usability in my web app without losing focus.