jdanyow / aurelia-breeze-northwind

A Northwind demo using Aurelia and Breeze
http://jdanyow.github.io/aurelia-breeze-northwind/
MIT License
92 stars 35 forks source link

When opening detail view "title" is not visible for a moment #15

Open inez opened 8 years ago

inez commented 8 years ago

Whenever opening detail view of either customer, employee or an order "title" (such as customer name - I don't mean the tag - it's actually <h3> tag) is not visible for a very short period of time (maybe 50ms?) but it contributes to very not nice affect of everything on the page "shaking"/"shifting" later on - when that element becomes visible.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/inez"><img src="https://avatars.githubusercontent.com/u/611259?v=4" />inez</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p>Specifically it seems that entity-header (<compose view="../entity-header.html"></compose>) appears with a delay. Just FYI: when entity-header is not visible yet - data in the input fields is already visible (so the entity is loaded)</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>