You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I just saw some
SemanticsEvent
messages not handled by ourAccessibilityChannel
in the console output when hovering/clicking button widgets with a mouse.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.
The text was updated successfully, but these errors were encountered: