You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This restores the intended behavior of what once was brackets.ready.
It could therefore be considered a fix for #1526, but please note the comments there.
Comment by peterflynn Wednesday Oct 17, 2012 at 19:26 GMT
To clarify the situation with #1526 (per Dennis's notes there): APP_READY is still not guaranteed to fire after the initial document is loaded. It was a race condition before, and remains a race condition after this patch -- it's now somewhat more likely that APP_READY happens second, but depending on timing sometimes it could still come first.
Issue by DennisKehrig
Tuesday Oct 16, 2012 at 21:41 GMT
Originally opened as adobe/brackets#1854
This restores the intended behavior of what once was
brackets.ready
.It could therefore be considered a fix for #1526, but please note the comments there.
DennisKehrig included the following code: https://github.com/adobe/brackets/pull/1854/commits
The text was updated successfully, but these errors were encountered: