-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Reload listview with thumbs #1016
Comments
$list.listview('refresh'); |
after refresh |
I have the same problem with the alpha 4. ... This expression does not match any element when the surrounding divs are present. |
This happens on alpha 4 as well, although only the first element (that was added) does not get the class ui-li-has-thumb after a refresh (nor do child imgs in it) |
I just tested this on the latest and it seems to be working now. Steps to reproduce:
If you're talking about refreshing existing list items that you've modified, unfortunately, that's not something we'll be able to handle with the refresh method, as it'd be really complicated to re-parse the markup for changes. |
On the alpha 3 when i reload a listview and i append a list with thumbnails, the image didn't receive the class ui-li-thumb so as the list didn't receive the right classes.
It makes a wrong design.
I'm putting these classes manually on my append code. But it's a little bug.
The text was updated successfully, but these errors were encountered: