Skip to content
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

add get.activeElement() #119

Closed
rodneyrehm opened this issue Mar 13, 2016 · 1 comment
Closed

add get.activeElement() #119

rodneyrehm opened this issue Mar 13, 2016 · 1 comment

Comments

@rodneyrehm
Copy link
Member

Extracted from #81.

We need a utility to obtain the document.activeElement from any document. Specifically the utility needs to guard us from problems with SVG and SOP as $.ui.safeActiveElement does.

Unlike get/active-elements this utility does not need to care about ShadowDOM, only the top-level activeElement.

@rodneyrehm rodneyrehm added this to the 1.2.0 - jQuery UI milestone Mar 13, 2016
@rodneyrehm
Copy link
Member Author

added in 63cfb17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant