You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
When I click on my input that have a tooltip, I can't type directly. It needs a second click to actually focus the input and display the keyboard.
This occurs only on iOs (iPad + iPhone).
Is this a bug ?
Thanks
The text was updated successfully, but these errors were encountered:
And my youtube demonstration : http://youtu.be/WbC0IKrcuoY
You can notice that the first click display the tooltip, and only the second set the focus on the input.
Occurs on any iPhone/iPad tested so at least every versions of iOS 7.
I have found that using specifically "focus" or "click" for the trigger prevent the bug. As tooltip default to "mouseenter" and keep that specification even for touch device, it would be convenient to set "focus" per default for touch device only for input.
+1, thanks for your comment poupougnac, that worked great for me. Is there a reason why "focus" wouldn't be the default? I know you all are busy though :)
Hi,
When I click on my input that have a tooltip, I can't type directly. It needs a second click to actually focus the input and display the keyboard.
This occurs only on iOs (iPad + iPhone).
Is this a bug ?
Thanks
The text was updated successfully, but these errors were encountered: