You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
I'm opening a new issue because #4950 was incorrectly closed.
On Safari the datepicker min-max demo infinitely loops the bottom two months. It stops correctly at the maximum date on Chrome. The cause is that a $watchCollection on virtualRepeatController gets called 3 times on Safari and only 2 times on Chrome, thus inserting repeated elements into the scroller.
This PR #5009 by @mhchen fixes it. Although it only patches the symptom of the problem because we haven't identified the root cause yet. Further investigation may reveal a better solution, but this works for now.
Ideally this should be fixed for the 0.12.0 release.
The text was updated successfully, but these errors were encountered:
@ThomasBurleson @kseamon
I'm opening a new issue because #4950 was incorrectly closed.
On Safari the datepicker min-max demo infinitely loops the bottom two months. It stops correctly at the maximum date on Chrome. The cause is that a
$watchCollection
onvirtualRepeatController
gets called 3 times on Safari and only 2 times on Chrome, thus inserting repeated elements into the scroller.This PR #5009 by @mhchen fixes it. Although it only patches the symptom of the problem because we haven't identified the root cause yet. Further investigation may reveal a better solution, but this works for now.
Ideally this should be fixed for the 0.12.0 release.
The text was updated successfully, but these errors were encountered: