Skip to content

Conversation

@smhigley
Copy link
Contributor

Type: bug

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 #585

Adds ARIA attributes for row count and index to handle not all rows existing in the DOM. Also adds ARIA attribute for column sorting.

Updates pageChange page numbering logic. Previously, when the grid fetched more rows at once than existing in a single page, it was possible to never land on the first page.

@smhigley smhigley requested a review from agubler September 20, 2018 22:33
@codecov
Copy link

codecov bot commented Sep 20, 2018

Codecov Report

Merging #596 into master will increase coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #596      +/-   ##
==========================================
+ Coverage   98.87%   98.94%   +0.06%     
==========================================
  Files          42       42              
  Lines        3035     3040       +5     
  Branches      816      820       +4     
==========================================
+ Hits         3001     3008       +7     
+ Misses         34       32       -2
Impacted Files Coverage Δ
src/grid/widgets/Body.ts 97.22% <100%> (+1.89%) ⬆️
src/grid/widgets/Header.ts 100% <100%> (ø) ⬆️
src/grid/widgets/Grid.ts 84.5% <100%> (+0.22%) ⬆️
src/grid/widgets/Row.ts 89.47% <100%> (ø) ⬆️

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 1dd3cc8...c1cc496. Read the comment docs.

@smhigley smhigley merged commit 4aebc7e into dojo:master Sep 22, 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