-
Notifications
You must be signed in to change notification settings - Fork 277
AAE-38748 Change clipboard directive to be a tooltip #11293
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
AAE-38748 Change clipboard directive to be a tooltip #11293
Conversation
|
@eromano, I made the switch to a floating tooltip but there are some accessibility issues with doing it this way and because we set title elements as you can see from the image there can be overlap. The way around this would be to instead update the title element to append the "Click to Copy" text or to abandon using unnecessary title elements since screen readers already know how to read tabular data from a grid so setting the title to the cell value doesn't make any sense. |
43007fa to
2795386
Compare
2795386 to
d8d19c5
Compare
d8d19c5 to
76b6d61
Compare
|



Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x")
What is the current behaviour? (You can also link to an open issue here)
https://hyland.atlassian.net/browse/AAE-38748
What is the new behaviour?

Instead of inserting an element in the container with the parent element we now show a matTooltip
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Other information: