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

[Tooltip] Hangs matInput on iPhone #8331

Closed
vegham opened this issue Nov 9, 2017 · 3 comments · Fixed by #8534
Closed

[Tooltip] Hangs matInput on iPhone #8331

vegham opened this issue Nov 9, 2017 · 3 comments · Fixed by #8534
Assignees
Labels
P2 The issue is important to a large percentage of users, with a workaround

Comments

@vegham
Copy link

vegham commented Nov 9, 2017

Bug, feature request, or proposal:

Bug

What is the expected behavior?

Normal editing.

What is the current behavior?

Only allow one character input.

What are the steps to reproduce?

Open this on an iPhone: https://tinyurl.com/yd8k7pyt
Full plunker here: http://plnkr.co/edit/ySZamMTpNdhqmg59iPOO?p=preview

What is the use-case or motivation for changing an existing behavior?

n/a

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

See plunker. Only iPhone has the issue for what I know. In both Chrome and Safari.

@willshowell
Copy link
Contributor

An annoying thing with plunker is that run.plnkr.co doesn't work unless you're currently editing it. Here's a stackblitz link of the issue

https://material2-rc0-xkwafd.stackblitz.io

@vegham
Copy link
Author

vegham commented Nov 9, 2017

Thanks Will. I was not aware.
Let me add that the issue is present in an iPhone 6 simulator as well.

@josephperrott josephperrott added the P2 The issue is important to a large percentage of users, with a workaround label Nov 9, 2017
@crisbeto crisbeto self-assigned this Nov 18, 2017
crisbeto added a commit to crisbeto/material2 that referenced this issue Nov 18, 2017
Fixes an issue, caused by HammerJS adding `user-select: none` to the trigger element, that prevents users from being able to type inside inputs on iOS, if they have a tooltip.

Fixes angular#8331.
crisbeto added a commit to crisbeto/material2 that referenced this issue Nov 20, 2017
Fixes an issue, caused by HammerJS adding `user-select: none` to the trigger element, that prevents users from being able to type inside inputs on iOS, if they have a tooltip.

Fixes angular#8331.
@andrewseguin andrewseguin changed the title matTooltip hangs matInput on iPhone [Tooltip] Hangs matInput on iPhone Nov 21, 2017
@mmalerba mmalerba removed their assignment Nov 21, 2017
crisbeto added a commit to crisbeto/material2 that referenced this issue Nov 21, 2017
Fixes an issue, caused by HammerJS adding `user-select: none` to the trigger element, that prevents users from being able to type inside inputs on iOS, if they have a tooltip.

Fixes angular#8331.
tinayuangao pushed a commit that referenced this issue Nov 29, 2017
Fixes an issue, caused by HammerJS adding `user-select: none` to the trigger element, that prevents users from being able to type inside inputs on iOS, if they have a tooltip.

Fixes #8331.
tinayuangao pushed a commit to tinayuangao/material2 that referenced this issue Nov 29, 2017
Fixes an issue, caused by HammerJS adding `user-select: none` to the trigger element, that prevents users from being able to type inside inputs on iOS, if they have a tooltip.

Fixes angular#8331.
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P2 The issue is important to a large percentage of users, with a workaround
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants