From e32f367b0c7bb55b151551e6bf970808e276179c Mon Sep 17 00:00:00 2001 From: Marco Zehe Date: Fri, 10 Apr 2020 15:07:48 +0200 Subject: [PATCH] React Native accessibility fixes (#5825) * Accessibility: Make the native toolbox item communicate that it is a button. * Accessibility: If an item is toggled, mark it as selected for accessibility * Accessibility: Make the toolbox a toolbar for accessibility * Accessibility: Mark the bottom sheet as a menu for accessibility * Fix typo, AccessibilityRole, not AccessibleRole * Statement fix * Appease the linter * Fix linting errors for real this time --- react/features/base/dialog/components/native/BottomSheet.js | 2 ++ react/features/base/toolbox/components/ToolboxItem.native.js | 5 ++++- react/features/toolbox/components/native/Toolbox.js | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/react/features/base/dialog/components/native/BottomSheet.js b/react/features/base/dialog/components/native/BottomSheet.js index bdd2f29a1..0f747d1fb 100644 --- a/react/features/base/dialog/components/native/BottomSheet.js +++ b/react/features/base/dialog/components/native/BottomSheet.js @@ -84,6 +84,8 @@ class BottomSheet extends PureComponent { return ( diff --git a/react/features/base/toolbox/components/ToolboxItem.native.js b/react/features/base/toolbox/components/ToolboxItem.native.js index 9bc7c6c49..819ddf82a 100644 --- a/react/features/base/toolbox/components/ToolboxItem.native.js +++ b/react/features/base/toolbox/components/ToolboxItem.native.js @@ -41,7 +41,8 @@ export default class ToolboxItem extends AbstractToolboxItem { elementAfter, onClick, showLabel, - styles + styles, + toggled } = this.props; let children = this._renderIcon(); @@ -72,6 +73,8 @@ export default class ToolboxItem extends AbstractToolboxItem { return ( { return ( {