WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
224147
VoiceOver have some bug with role dialog and aria-modal true attribute
https://bugs.webkit.org/show_bug.cgi?id=224147
Summary
VoiceOver have some bug with role dialog and aria-modal true attribute
Hyongsop Kim
Reported
2021-04-03 02:31:21 PDT
Developers use aria-modal true and role dialog in layer popup with overlay screen. Otherwise VoiceOver users cannot distinguish which part is the visible screen, because dimmed contents that is hidden from screen can be focusable with VoiceOver. However even if add role dialog with aria-modal true, VoiceOver can be navigated some outside contents. In case of aria spec, if I use aria-modal true, screen reader just can be navigated inside the aria-modal contents. I think this is the VoiceOver or webkit bug. Below is the sample site that you can test. You can doubletap activate modal button with demo 1. After that, swipe left or right to navigate contents. You can navigate return repository link. However this link is the outside content of modal dialog. and Below is the demonstration video. You can watch and it will be helpful to understand the issue. Sample link:
http://davidtheclark.github.io/react-aria-modal/demo/
Demonstration video:
https://1drv.ms/v/s!Aj9xs5XCa0zwmMMAH2hJMM8MTM4OIg?e=m2aybK
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-04-04 21:52:03 PDT
<
rdar://problem/76205537
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug