-
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: Clicking ionicActionSheet clicks textarea behind it #2204
Comments
My workaround for this is to disable the textarea then re-enable it 100ms after the action sheet closes. Would be nice to get a proper fix for this though. |
This bug can really break the UI. The keyboard hangs around even when you leave the current view. You can get into situations like a modal dialog whose buttons are being blocked by the keyboard, and there's nothing you can do. |
This problem also seems to happen with $ionicPopup. |
Thanks for the example! Should be fixed now. |
Sweet - thanks! |
I'm facing this issue, but in a very specific scenario, it only happens when I tap it the very FIRST time and only in iOS. To simulate that, I need to reinstall the app or reboot the iphone. Do you guys have some thoughts about what I could try to fix it? I've been played around with it for a while, but didn't find anything. Thanks in advance! |
Same issue here, it only happens when I tap it the very FIRST time and only in iOS. |
Type: bug
Platform: ios 7 webview
If you click the $ionicActionSheet and a textarea is behind where you clicked, the keyboard appears and the textarea doesn't have focus.
To repro:
// Expected: The keyboard does not appear.
// Actual: The keyboard appears, and the textarea does not have focus.
The text was updated successfully, but these errors were encountered: