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

ARIA 1 Example 4: Tooltip not working as expected #71

Open
mbgower opened this issue Dec 16, 2016 · 1 comment
Open

ARIA 1 Example 4: Tooltip not working as expected #71

mbgower opened this issue Dec 16, 2016 · 1 comment

Comments

@mbgower
Copy link

mbgower commented Dec 16, 2016

I would expect to have the tooltip appear on hover, but it is only appearing on the screen on focus then disappearing when I hover over it, and it doesn't come back.
This isn't a real implementation of tooltip, and I think it should behave just like one. It seems to me there are a couple of things you're blending together here. One is a visible tooltip via keyboard. The other is a tooltip announced by JAWS. I would suggest you scrap the the first one (keyboard triggered tooltip) as being outside the scope of this example. You can notate that, and give this technique as an example later, but it's muddying the water.

@mbgower
Copy link
Author

mbgower commented Dec 16, 2016

Confirmed same behaviour with FF and Chrome

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

1 participant