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

[a11y] Handle tooltip/tap/longPress semantics events #53

Open
swift-kim opened this issue Dec 5, 2023 · 0 comments
Open

[a11y] Handle tooltip/tap/longPress semantics events #53

swift-kim opened this issue Dec 5, 2023 · 0 comments

Comments

@swift-kim
Copy link
Member

I just saw some SemanticsEvent messages not handled by our AccessibilityChannel in the console output when hovering/clicking button widgets with a mouse.

[I] accessibility_channel.cc: operator()(33) > Received tooltip message.
[I] accessibility_channel.cc: operator()(33) > Received tap message.

Should we address these? Actually the mouse pointer is disabled when the Screen Reader is enabled (on TV), so I'm not sure we need to address any of these.

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