-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #705: Selection: reset range if start node was unrendered
When OnDemandList destroys far-off nodes, it can cause problems for Selection and CellSelection if a long range selection is made after the original start of the range was removed from the DOM. This fix prevents that case from throwing an error, though the range will still be reset.
- Loading branch information
Kenneth G. Franqueiro
committed
Dec 27, 2013
1 parent
aef5e01
commit e3fc0a2
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters