Skip to content

Draggable: Safe activeElement access from iFrames for IE9, prevent windo... #1066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

tjvantoll
Copy link
Member

...w focus changes in IE9+. Fixed #9520 - Draggable: Browser window drops behind other windows in IE9/10

…ndow focus changes in IE9+. Fixed #9520 - Draggable: Browser window drops behind other windows in IE9/10
// Blur any element that currently has focus, see #4261
$( document.activeElement ).blur();
}
} catch ( e ) {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use error instead of e.

@scottgonzalez
Copy link
Member

So much ridiculousness. Looks good to land.

@tjvantoll
Copy link
Member Author

Landed in eae2c4b.

@tjvantoll tjvantoll closed this Aug 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants