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

Accessible grid sorting and filtering #595

Merged
merged 1 commit into from
Sep 20, 2018

Conversation

smhigley
Copy link
Contributor

Type: bug / feature

The following has been addressed in the PR:

  • There is a related issue
  • All code matches the style guide
  • Unit or Functional tests are included in the PR

Description:

Resolves #587

Things to follow up on:

  • is search the correct input type for a filtering input?
  • the filter input's label text is included in the column header text read for each cell in its column, and does not seem to be overridable by aria-label or aria-labelledby on the column header element.

@codecov
Copy link

codecov bot commented Sep 20, 2018

Codecov Report

Merging #595 into master will increase coverage by 0.26%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #595      +/-   ##
=========================================
+ Coverage   98.63%   98.9%   +0.26%     
=========================================
  Files          42      42              
  Lines        3013    3022       +9     
  Branches      811     814       +3     
=========================================
+ Hits         2972    2989      +17     
+ Misses         41      33       -8
Impacted Files Coverage Δ
src/grid/widgets/Header.ts 100% <100%> (+25%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b18fd4...ee00192. Read the comment docs.

@@ -48,7 +51,7 @@ describe('Header', () => {
);
h.expect(() =>
v('div', { scrollLeft: 0, classes: [css.root, null], row: 'rowgroup' }, [
v('div', { classes: css.row, role: 'role' }, [
v('div', { classes: css.row, role: 'row' }, [
Copy link
Member

Choose a reason for hiding this comment

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

Ooops that was my mistake 💃

@smhigley smhigley merged commit 8ba5e98 into dojo:master Sep 20, 2018
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.

2 participants