Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent glitch loading chart on landing page/index.html #76

Closed
jonathancrabtree opened this issue Mar 30, 2021 · 3 comments
Closed
Labels
bug Something isn't working testing

Comments

@jonathancrabtree
Copy link
Contributor

Every once in a while (maybe 1 in 10 page loads) the "Download" button is partially obscured (but still works):

Screen Shot 2021-03-30 at 8 31 41 AM

It's basically a less-severe version of #63 and the long term fix is the same, which is either to eliminate the instability in the page layout (i.e., things jumping around as content and/or CSS loads) or ensure that the affected elements are loaded/displayed/positioned until after everything else has loaded and the layout has stabilized. I believe the Chaise/Navbar team is looking at making sure that their Chaise-specific CSS doesn't inadvertently conflict with other directives on the page, in case that is contributing to the problem. We may need to simplify the page layout (fewer flex boxes if possible) and/or look more carefully at the order in which CSS and content files are loaded.

@jonathancrabtree
Copy link
Contributor Author

I believe I've fixed the layout thrashing (at least in the horizontal dimension) that was giving rise to this bug. It was committed today and I assume it will show up in app-dev tomorrow so we can test it out. I've also made some improvements to the responsiveness of the landing page, but I'll discuss those over in #79.

@jonathancrabtree
Copy link
Contributor Author

After addressing the layout thrashing issues I'm no longer able to reproduce this bug on app-dev.

@jonathancrabtree
Copy link
Contributor Author

Leaving issue open for testing in next release.

@jrchudy jrchudy closed this as completed Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing
Projects
None yet
Development

No branches or pull requests

2 participants