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

failing test for selection after rows update #596

Merged
merged 2 commits into from
Jul 26, 2018

Conversation

kturney
Copy link
Contributor

@kturney kturney commented Jul 26, 2018

This is a failing test for an issue we ran into around selecting items and then the table row content changing.

For our specific case, changing the sort triggers a network request, which replaces the rows in the table. If a user had selected some items and then changed the sort, they could no longer select more items.

However, the sort changing does not appear to be core to the issue. Just changing the rows is enough to reveal the bug.

I plan to dig in and see if I can find a fix, but any guidance would be appreciated 😄.

@pzuraq
Copy link
Contributor

pzuraq commented Jul 26, 2018

Thanks a ton! Failing tests really help pinpoint bugs quickly 😄 we'll get right on this

@pzuraq pzuraq merged commit 4a92201 into Addepar:master Jul 26, 2018
@kturney
Copy link
Contributor Author

kturney commented Jul 27, 2018

Wow, that was fast! Thanks!

@kturney kturney deleted the selection-after-rows-change branch July 27, 2018 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants