Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Conversation

@ghiscoding
Copy link
Owner

  • this was a regression bug, cannot pinpoint exactly since when this regression bug started
  • the isssue, row selection and filtering are completely independent, they don't talk to each other and the filtering as no clue which row it was selected prior to the filter, so the best we can do is to remove any row selection after typing a search filter (filtering)
  • update Jest unit tests & add Cypress E2E tests to cover this in the UI as well

- this was a regression bug, cannot pinpoint exactly since when this regression bug started
- the isssue, row selection and filtering are completely independent, they don't talk to each other and the filtering as no clue which row it was selected prior to the filter, so the best we can do is to remove any row selection after typing a search filter (filtering)
- update Jest unit tests & add Cypress E2E tests to cover this in the UI as well
@codecov-io
Copy link

codecov-io commented Jul 29, 2019

Codecov Report

Merging #251 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #251      +/-   ##
==========================================
+ Coverage   75.38%   75.43%   +0.05%     
==========================================
  Files         145      145              
  Lines        6981     6994      +13     
  Branches     2302     2310       +8     
==========================================
+ Hits         5262     5275      +13     
  Misses       1719     1719
Impacted Files Coverage Δ
...es/angular-slickgrid/services/extension.service.ts 100% <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 ebad82a...149dd20. Read the comment docs.

@ghiscoding ghiscoding merged commit 7378b45 into master Jul 29, 2019
@ghiscoding ghiscoding deleted the bugfix/row-selection-after-filtering branch July 29, 2019 18:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants