]> cat aescling's git repositories - mastodon.git/commit
Dropdowns accessibility (#7318)
authorThibG <thib@sitedethib.com>
Fri, 4 May 2018 20:13:26 +0000 (22:13 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 4 May 2018 20:13:26 +0000 (22:13 +0200)
commitef7d64c80109074b39983b50cc8cf701c337cdcc
tree57b3229696eb7e2fd40e04ecafee38b3d300c455
parent6793bec4c67e695100cb4d8551f0bda0b7e87b12
Dropdowns accessibility (#7318)

* Mark currently selected privacy setting in privacy dropdown

* Prevent Enter keypresses from triggering dropdown display toggle twice

* Give focus to first/selected item of dropdown menus

* Implement keyboard navigation in privacy dropdown

* Implement keyboard navigation in generic dropdown menus
app/javascript/mastodon/components/dropdown_menu.js
app/javascript/mastodon/features/compose/components/privacy_dropdown.js