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

Don't throw exception for large select ranges #799

Closed
wants to merge 1 commit into from

Conversation

jason0x43
Copy link
Member

The Selection extension can't currently handle large selection ranges because it drops nodes that are far away from the currently visible range. Emit a warning rather than throwing an exception when this happens.

Fixes #705 (or at least mitigates it for now)

Selection can't currently handle large selection ranges because it
drops nodes that are far away from the currently visible range. Emit
a warning rather than throwing an exception when this happens.

Fixes dojo#705 (sort of)
@kfranqueiro
Copy link
Member

Fixed via e3fc0a2 for both Selection and CellSelection.

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.

Shift+left click selection breaks after scrolling a long way
2 participants