-
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: Ion-Textarea toggles and losses focus everytime on tap #10828
Comments
Thanks, we will look into this. |
+1 |
the same problem |
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Jun 12, 2017
fixes ionic-team#9699 fixes ionic-team#11484 fixes ionic-team#11389 fixes ionic-team#11325 fixes ionic-team#11291 fixes ionic-team#10828 fixes ionic-team#11291 fixes ionic-team#10393 fixes ionic-team#10257 fixes ionic-team#9434 fixes ionic-team#8933 fixes ionic-team#7178 fixes ionic-team#7047 fixes ionic-team#10552 fixes ionic-team#10393 fixes ionic-team#10183 fixes ionic-team#10187
same problem in ionic 3.19.0 |
Any solution to this? |
confirm glitch also, 3.19.1 |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ionic version: (check one with "x")
[ ] 1.x
[x ] 2.x
I'm submitting a ... (check one with "x")
[ x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
Clicking/tapping on textarea toggles focus and keyboard.
Expected behavior:
When tap occurs, if the focus/keyboard is not shown -> show keyboard and focus input. If the textarea has focus and keyboard is open -> tap on
ion-textarea
should not loose focus and close keyboard, instead should allow user to change the location of cursor and select text in textarea.Steps to reproduce:
Just create a ion-textarea and try in android
-->
Related code:
EDIT: I tested by wrapping
ion-textarea
withion-item
and it works fine.The text was updated successfully, but these errors were encountered: