vanderlee/coverflow

Wrong display after adding new items and refreshing

mickeyvip opened this issue · 2 comments

Hi.

In the docs you mention that refresh method should be ran when adding/removing items.

It seems that the items that are added after initial widget creation are not displayed and function properly.

Here is a jsFiddle that showcases the problem:

http://jsfiddle.net/mickeyvip/29yna57h/

Click add button a couple of times to see it.

Thank you.

Thanks for notifying. Coverflow was supposed to pick up changes to the DOM upon refresh, but it failed to properly initialize the required css changes (setting position to absolute). It should be fixed in the current version. Could you please test it and close the issue?

Looks good on my jsFiddle!

Thanks so much!