Skip to content
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

Improved Tab Accessibility and Refactored Markup #1131

Closed
wants to merge 16 commits into from

Conversation

tonyanziano
Copy link
Contributor

Fix for #1098

=======

Tabs will now read out two separate times using a screen reader (NVDA):

  • Tab itself => 'Welcome Tab Button'
  • Tab close icon => 'Close Welcome Tab Button'

Also significantly refactored the markup for <MDI/> <MultiTabs/> & <TabbedDocument/>

Removed /ui/shell/multiTabs and moved all contents to /ui/shell/mdi/...

@coveralls
Copy link

coveralls commented Nov 28, 2018

Pull Request Test Coverage Report for Build 1468

  • 51 of 58 (87.93%) changed or added relevant lines in 8 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.4%) to 56.768%

Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/app/client/src/ui/shell/mdi/tabBar/tabBarContainer.ts 7 9 77.78%
packages/app/client/src/ui/shell/mdi/tabBar/tabBar.tsx 29 34 85.29%
Totals Coverage Status
Change from base Build 1461: 0.4%
Covered Lines: 4654
Relevant Lines: 7402

💛 - Coveralls

justinwilaby
justinwilaby previously approved these changes Nov 28, 2018
Copy link
Contributor

@justinwilaby justinwilaby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! A few optional optimizations.

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

Successfully merging this pull request may close these issues.

None yet

3 participants