PolymerElements / paper-dropdown-menu

A Material Design browser select element
https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu
61 stars 107 forks source link

Dropdown does not open when pressing ctrl+option+space with voice over enabled #323

Open andreasanheuser opened 3 years ago

andreasanheuser commented 3 years ago

Description

With voice over enabled, focussing the dropdown reads out "press ctrl option space to display a list of options". Pressing this combination reads out an acknowledgment that the combination has been pressed but the dropdown remains closed. Only enter actually opens it.

Expected outcome

Dropdown opens when pressing "ctrl+option+space"

Actual outcome

Nothing happens

Live demo

Reproducible on demo site: https://www.webcomponents.org/element/@polymer/paper-dropdown-menu/demo/demo/index.html

Browsers Affected