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

Scale Tag - ToolTip (mouse over / aria label) doesn't work #667

Closed
UBOrange opened this issue Nov 2, 2021 · 4 comments
Closed

Scale Tag - ToolTip (mouse over / aria label) doesn't work #667

UBOrange opened this issue Nov 2, 2021 · 4 comments

Comments

@UBOrange
Copy link

UBOrange commented Nov 2, 2021

We are using the Scale "Tag" component. As a matter of usability the user needs to get more information by means of ToolTips (mouse over / aria lable). Instead, the heading of the modal is displayed (please compare also issue #666):
Screenshot_ToolTip_not_working_with_Scale_Tag

Expected behaviour: The Scale "Tag" component supports ToolsTips.

@acstll
Copy link
Collaborator

acstll commented Nov 3, 2021

OK, this is clearly related to #666 🤘 We will work on that one first. Thank you!


An actual new Tooltip component is being released imminently, you probably will be able to use it here.

@acstll
Copy link
Collaborator

acstll commented Nov 4, 2021

@UBOrange have you tried adding title together with aria-label to the scale-tag component? I did test this and it works (without the table though).

<scale-tag title="Blockiert durch vorgang" aria-label="Blockiert durch vorgang">Blockiert</scale-tag>

@UBOrange
Copy link
Author

UBOrange commented Nov 5, 2021

Adding title together with aria-label to the scale-tag component solves the problem. Thank you very much for your quick response and your help!

@UBOrange UBOrange closed this as completed Nov 5, 2021
@acstll
Copy link
Collaborator

acstll commented Nov 5, 2021

My pleasure.

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

2 participants