This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(repeater) resize scroller correctly,
There was some recursion inside VirtualRepeatController.prototype.virtualRepeatUpdate_ which was causing the scroller not to shrink properly when items were removed. Fixes #5027. Closes #5031. In addition, in onDemand mode an undefined length would stop the container from sizing correctly. An undefined length will now be changed to zero.# It could also possibly fix #4950 and may be a better solution than #5009, but I haven't yet tested it against that issue.# fixes #5027# (use "git push" to publish your local commits)
- Loading branch information
1 parent
88952d6
commit b22ab96
Showing
2 changed files
with
74 additions
and
6 deletions.
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