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

Fix scroll context bug #29

Closed

Conversation

alexspeller
Copy link
Contributor

Currently when scrolling a table in a parent page which is also scrollable, if you scroll quickly and generate multiple scroll events, e.g. by lifting your fingers from a trackpad and scrolling multiple times in quick succession, the whole page will scroll instead of just the table body. Stopping event propagation here prevents this annoying behaviour.

@alexspeller
Copy link
Contributor Author

On further testing this doesn't actually seem to resolve the issue, at least not in all cases. Will reopen if I find a fix that is more reliable.

billy-addepar added a commit that referenced this pull request Sep 15, 2017
- Add fluid column mode (resizing one column shrinks next column) 
- Minor code cleanup
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.

1 participant