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
Looks like there is no mechanism determining when the style sheets are loaded which has the potential of showing unstyled content on slow file loads. Currently we are experiencing this issue when going through a client proxy/relay.
A possible future solution, should F2 adopt AMD as its loading mechanism, would be to use the stylesheet as a dynamic AMD dependency to ensure that it is loaded before F2 renders....
Looks like there is no mechanism determining when the style sheets are loaded which has the potential of showing unstyled content on slow file loads. Currently we are experiencing this issue when going through a client proxy/relay.
I think this can be solved by providing an onload event for each stylesheet.
https://developer.mozilla.org/en-US/docs/HTML/Element/link#Stylesheet_load_events
The text was updated successfully, but these errors were encountered: