-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: Collection repeat doesn't render list properly #3240
Comments
This happens in nightly build. |
You'll notice if you resize the window, it then properly renders. It's not properly resizing the repeater when reconnecting a cached view. It's too bad we didn't catch this before the rc0 release! I'll have something pushed to nightly later today to fix this. We'll probably have to re-release for this @adamdbradley. |
Fixed in nightly. |
Now it works with item-width and item-height. But breaks without item-width and height. |
I get a blank collection-repeat list if I switch tab before the collection-repeat list gets rendered, when I resize they appeared. Is there a resize function that I can call to fix this for now? |
I know its an old bug, but i just realized all my collection-repeats are only showing the first set that to whatever is visible in the window. and when i scroll there is nothing but the background.... no items can anyone guide me please |
Type: bug
Platform: all
Collection repeat doesn't render list properly with fixed item-height and item-width property set.
I have two tabs, home and list. list controller initiate an array which is used for collection-repeat from shared angular service. The list is shared between controller via angular service. When I add items to the list from home view(home controller) and then switch tab to list view, list items are not rendered correctly when collection-repeat is used with item-height and item-width property set. When collection-repeat is used without those property, it works fine.
Here is codepen examples:
With item-width and item-height (not working):
http://codepen.io/jryu01/pen/azjgrz
without item-width and item-height (working):
http://codepen.io/jryu01/pen/XJPrRe
The text was updated successfully, but these errors were encountered: