Skip to content

Accessibility Improvements #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rpc5102 opened this issue Oct 9, 2020 · 5 comments
Open

Accessibility Improvements #15

rpc5102 opened this issue Oct 9, 2020 · 5 comments
Labels
accessibility Accessibility Issue

Comments

@rpc5102
Copy link
Member

rpc5102 commented Oct 9, 2020

function widget accessible issue
actionButton Action Button
checkboxGroupInput A group of check boxes - rstudio/shiny#2779
checkboxInput A single check box
dateInput A calendar to aid date selection
dateRangeInput A pair of calendars for selecting a date range -
fileInput A file upload control wizard
helpText Help text that can be added to an input form
numericInput A field to enter numbers
radioButtons A set of radio buttons
selectInput A box with choices to select from - rstudio/shiny#3018
sliderInput A slider bar rstudio/shiny#2845
submitButton A submit button
textInput A field to enter text
radioGroupButtons a group of buttons that act like radio buttons

See also:

@rpc5102 rpc5102 added the accessibility Accessibility Issue label Oct 9, 2020
@rpc5102
Copy link
Member Author

rpc5102 commented Oct 20, 2020

Addressing issues with macOS Firefox:
https://stackoverflow.com/questions/3846868/why-wont-tabindex-work-with-firefox

FYI, the current path in more recent versions of OS X is Apple > System Preferences > Keyboard > Shortcuts > Accessibility > All Controls (at the bottom of the pane)

@rpc5102 rpc5102 changed the title Set input tabindex automatically Accessibility Improvements Oct 20, 2020
@neilhatfield
Copy link
Member

The apple shortcut might not be valid in Catalina. There is no All Controls option; there is a Show Accessibility Controls. Is that the same? (It is already check on my computer).

@neilhatfield
Copy link
Member

@rpc5102 I added radioGroupButtons to the list as that is another input control we use. I'm unsure what the status is on it.

@rpc5102
Copy link
Member Author

rpc5102 commented Oct 26, 2020

@rpc5102 I added radioGroupButtons to the list as that is another input control we use. I'm unsure what the status is on it.

Updated with linked thread.

@rpc5102
Copy link
Member Author

rpc5102 commented Oct 26, 2020

The apple shortcut might not be valid in Catalina. There is no All Controls option; there is a Show Accessibility Controls. Is that the same? (It is already check on my computer).

@neilhatfield Try this, it looks like it moved in Catalina: https://support.apple.com/en-us/HT204434#fullkeyboard.

Appears in Bugzilla #1600262, Bugzilla #1535742.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Accessibility Issue
Projects
None yet
Development

No branches or pull requests

2 participants