Summary: | AX: VoiceOver does not dispatch pointerdown/pointerup on buttons, only mousedown/mouseup/click | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Tim Guan-tin Chien [:timdream] <timdream> | ||||||
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | NEW --- | ||||||||
Severity: | Normal | CC: | timdream, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | Safari Technology Preview | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Tim Guan-tin Chien [:timdream]
2020-09-22 11:04:19 PDT
Created attachment 413598 [details]
voiceover-test-window.html
Further test shows that VO does dispatch pointer events only under this condition:
- When the pointer event listeners are attached to window.
- When there isn't any mouse event listeners attached.
- When VO key is applied on a `aria-label` not a `role=button`.
This is very inconsistent and confusing...
|