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 styled with position initial will fail on touch devices #252

Open
nadersoliman opened this issue Aug 24, 2015 · 1 comment
Open

Comments

@nadersoliman
Copy link

This is a bit complex issue, so I created a plunker to demonstrate it. The main culprit of this behavior is the position: initial applied by me to the tooltip.

The only solution I have found so far, is not to immediately remove the tooltip in removeTooltip function but instead to $timeout the removal after say 10 milliseconds.

http://embed.plnkr.co/0XjQ5dKkJcv5eQXlZAn4/preview

@nadersoliman
Copy link
Author

A pull request against my fork is at
nadersoliman#1

If you like the solution I can open a pull request for the main repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant