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

[bugfix] Fix Column Sorting #554

Merged
merged 1 commit into from
Jun 16, 2018
Merged

[bugfix] Fix Column Sorting #554

merged 1 commit into from
Jun 16, 2018

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Jun 16, 2018

It was possible for columns to get into a bad state based on the
ordering of Hammer event handlers and the click event handler. This PR
fixes it temporarily, but I think this needs further refactoring.

Testing this currently would be very difficult (it would require a lot
of intricate ordering of events) so this PR does not add tests. Locking
us into a series of events that will likely be refactored seems
ill-advised.

Fixes #553

It was possible for columns to get into a bad state based on the
ordering of Hammer event handlers and the click event handler. This PR
fixes it temporarily, but I think this needs further refactoring.

Testing this currently would be very difficult (it would require a lot
of intricate ordering of events) so this PR does not add tests. Locking
us into a series of events that will likely be refactored seems
ill-advised.
@pzuraq pzuraq merged commit a30d08c into master Jun 16, 2018
@pzuraq pzuraq deleted the pzuraq/bugfix/fix-sorting branch June 16, 2018 20:51
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.

Sorting example doesn't seem to work
1 participant