Using Ember.run.scheduleOnce(‘afterRender’, this, this.childViewsDidRender); does not work for me because It seems as if it is not taking into consideration the SimpleHandlebarsViews that need loading. AfterRender is making sure that my childViews have loaded, but not the “views” that handlebars is creating everytime I use handlebars helpers or data-bind in my handlebars template. So when My childViewsDidRender function runs, Everything has rendered, except for anything that handlebars creates a view for . Is there any decent way to make sure that EVERYTHING has rendered inside of my parent views?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
View Lifecycle > afterRender not working correctly | 3 | 2045 | May 7, 2014 | |
scheduleOne('afterRender') in a Controller.init() does not work as I thought... Why?
|
6 | 3839 | November 26, 2018 | |
Detect and handle view rendering errors (without using router error action)
|
0 | 955 | May 4, 2015 | |
About using Ember.run.schedule | 4 | 909 | July 9, 2019 | |
ChildView Elements are not posted in Handlebars | 1 | 1250 | May 30, 2013 |