-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: overlay element shouldn't be focused upon presenting when descendant already focused #24127
Comments
Hi @liamdebeasi, can you look at it again pls? |
Can you give this dev build a try and let me know if it resolves the issue? (It's the same fix as what you previously provided)
|
Yes, it is working as expected. Thanks! |
…5481) resolves #24127, resolves #24820 Co-authored-by: MarkChrisLevy <[email protected]>
Thanks for the issue. This has been resolved via #25481, and a fix will be available in an upcoming release of Ionic Framework. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Prerequisites
Ionic Framework Version
Current Behavior
When overlay is set to be closed by Escape key, overlay element is always focused in present() method, even if its descendant is already focused.
Expected Behavior
When overlay's descendant is already focused do not call focus on overlay's element.
Steps to Reproduce
Input will be focused for a moment, but will be blured just after that as the focus is shifted to overlay's element.
Code Reproduction URL
No response
Ionic Info
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: