We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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/feature
Tooltip text direction should follow parent direction or be configurable
Tooltip text direction is always ltr (I think, I didn't manage to change it without external class)
http://plnkr.co/edit/4C7eFaJk9HibjfWtHgIC?p=preview See text direction in tooltip's for the button
Allow control on the tooltip's text direction
angular 4.0.3 with material 2.0
The text was updated successfully, but these errors were encountered:
fix(tooltip): not using trigger's text direction
2d3481e
Passes the trigger's layout direction along to the tooltip element. Fixes angular#4411.
fix(tooltip): not using trigger's text direction (#4413)
d8aeeaa
Passes the trigger's layout direction along to the tooltip element. Fixes #4411.
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.
Sorry, something went wrong.
crisbeto
Successfully merging a pull request may close this issue.
Bug, feature request, or proposal:
Bug/feature
What is the expected behavior?
Tooltip text direction should follow parent direction or be configurable
What is the current behavior?
Tooltip text direction is always ltr (I think, I didn't manage to change it without external class)
What are the steps to reproduce?
http://plnkr.co/edit/4C7eFaJk9HibjfWtHgIC?p=preview
See text direction in tooltip's for the button
What is the use-case or motivation for changing an existing behavior?
Allow control on the tooltip's text direction
Which versions of Angular, Material, OS, browsers are affected?
angular 4.0.3 with material 2.0
The text was updated successfully, but these errors were encountered: