I have an Ember application that contains a photo grid. This photo grid is based on a model that can be modified in server side. Someone adds a photo and all the clients are notified using websockets. The desired behaviour is that a new photo appears in the photo grid in the last position. I was able to do it but I have a very annoying behaviour. When the model is updated Ember renders the view and scrolls up the browser. I would like to avoid this scroll. Don’t know if is possible. Any suggestions?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
List rendering with good performance | 1 | 1713 | April 15, 2016 | |
Routable modals like Facebook/Twitter
|
9 | 3110 | December 28, 2016 | |
Custom re-render in a for-each template
|
1 | 1075 | April 16, 2016 | |
Filtering list-view infinite scroll
|
0 | 1052 | February 12, 2016 | |
Model weirdness | 9 | 1914 | November 21, 2014 |