New issue
Advanced search Search tips

Issue 599108 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug
Team-Security-UX
Team-Accessibility

Blocking:
issue 474622



Sign in to add a comment

Permission bubble not accessible via Remote desktop

Project Member Reported by vasi...@chromium.org, Mar 30 2016

Issue description

Version: 51
OS: Windows

What steps will reproduce the problem?
(1) Connect to Windows using Remote desktop (I think it's important). I used Chrome Remote desktop, the curtain mode was off and the headphones connected directly to the Windows machine.
(2) Launch Narrator
(3) Open https://adrifelt.github.io/demos/page-info-demo.html

The permission bubble appears but it's ignored completely by the screen reader.
https://codereview.chromium.org/1067113002 claims that it's fixed. The problem is that BubbleDialogDelegateView::HandleVisibilityChanged never called because BubbleDialogDelegateView::OnWidgetVisibilityChanging isn't called. The root cause is in NativeWidgetAura. It triggers OnNativeWidgetVisibilityChanged but never OnNativeWidgetVisibilityChanging.

 
Owner: sky@chromium.org
Status: Assigned (was: Untriaged)
Assigning to sky@ to comment on OnNativeWidgetVisibilityChanging.

@vasilii, would it work to just override OnNativeWidgetVisibilityChanged instead?

At least it's called. I can't squeeze any bubble description from the screen reader.
Components: -UI>Browser>Permissions UI>Browser>Permissions>Prompts
Labels: NewComponent-Accessibility-Browser
Labels: NewComponent-Accessibility
Labels: -newcomponent-accessibility-browser -newcomponent-accessibility
Labels: triage-dominic

Comment 8 by est...@chromium.org, Nov 10 2017

Labels: Hotlist-EnamelAndFriendsFixIt
Labels: -triage-dominic a11y-secondary
Labels: -Hotlist-EnamelAndFriendsFixIt

Sign in to add a comment