Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Conversation

bradrich
Copy link
Contributor

The tooltip role was being assigned to an element that is being detached and not re-attached, causing an a11y issue. The tooltip role is now being assigned to the panel element through the role attribute.

Fixes #10045

The tooltip role was being assigned to an element that is being
detached and not re-attached, causing an a11y issue. The tooltip
role is now being assigned to the panel element through the `role`
attribute.

Fixes angular#10045
@bradrich bradrich added the P1: urgent Urgent issues that should be addressed in the next minor or patch release. label Nov 23, 2016
@bradrich bradrich self-assigned this Nov 23, 2016
@googlebot googlebot added the cla: yes PR author has signed Google's CLA: https://opensource.google.com/docs/cla/ label Nov 23, 2016
@bradrich bradrich added the a11y This issue is related to accessibility label Nov 23, 2016
@ThomasBurleson ThomasBurleson added this to the 1.1.2 milestone Nov 29, 2016
@mmalerba mmalerba merged commit 7563b47 into angular:master Dec 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a11y This issue is related to accessibility cla: yes PR author has signed Google's CLA: https://opensource.google.com/docs/cla/ P1: urgent Urgent issues that should be addressed in the next minor or patch release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants