Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

[a11y] keyboard interaction for tooltip #4248

Closed
Etat-Plateforme opened this issue Aug 21, 2015 · 3 comments
Closed

[a11y] keyboard interaction for tooltip #4248

Etat-Plateforme opened this issue Aug 21, 2015 · 3 comments

Comments

@Etat-Plateforme
Copy link

According to http://www.w3.org/TR/wai-aria-practices/#tabpanel
Escape key shoud dismiss the tooltip.

@wesleycho
Copy link
Contributor

Is this for the tooltip? Please put more detailed information when opening issues.

@pkozlowski-opensource
Copy link
Member

@wesleycho I think it is for tooltip:

Escape key shoud dismiss the tooltip.

@wesleycho wesleycho added this to the 1.1 (ARIA Accessibility) milestone Aug 21, 2015
@wesleycho wesleycho changed the title [a11y] keyboard interaction and tooltype [a11y] keyboard interaction for tooltip Sep 5, 2015
@wesleycho wesleycho modified the milestones: 0.14.0 (Bootstrap 3.3), 1.1 (ARIA Accessibility) Sep 5, 2015
@wesleycho
Copy link
Contributor

Linking this for reference: http://www.w3.org/TR/wai-aria-practices/#tooltip

In particular, this requires tooltips being tracked in a global data store - $$stackedMap from the modal service needs to be used, so that needs to be separated into a new module.

@wesleycho wesleycho removed the PRs plz! label Sep 5, 2015
@wesleycho wesleycho self-assigned this Sep 5, 2015
jasonaden pushed a commit to deskfed/bootstrap that referenced this issue Jan 8, 2016
- Hide tooltip when `esc` is hit for accessibility

Closes angular-ui#4367
Resolves angular-ui#4248
jasonaden pushed a commit to deskfed/bootstrap that referenced this issue Jan 8, 2016
- Hide tooltip when `esc` is hit for accessibility

Closes angular-ui#4367
Resolves angular-ui#4248
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.