-
Notifications
You must be signed in to change notification settings - Fork 5
bug(global - navigation): page flickers on-load when navigating between pages #16
Comments
Fixed this in branch https://github.com/openforge/main-website/commits/website-server-enhancements However; with the fix (and using proper Stencil routing) we expose some other problems that @mmalcorn mentioned. One of them is that with this fix we see that from the Home or About page to the Contact or Opportunities page; the header goes away. I identified the issue here; it's related to the CSS naming convention and this code
If you inspect it when going to the page directly; you'll see that it's injecting the CSS into the wrong element. Will fix this tomorrow with @LizCottrell or @PaulPaulDevelops |
Looking into this! Will commit to |
broke out component into individual hero HTML + styles for each page (contact, about, opportunities) #16
The flicker is still present for the first time you switch between each Tab while serving, however using the Heroku URL The flicker is still constantly there. |
I have not been able to find a solution, and I'm not sure if this issue is directly related to what @jedihacks previously resolved. |
After discussion lets try a few things, let's create a sandbox project to reproduce and play with. Then reach out to the ionic team and see if they might have any ideas. Let's also Test out the stencil version pump branch and see if the issue is still present there( it might already be resolved) |
Not a permanent fix, but removes footer from flash and keeps header involved. Also, clean up and refactor re #16
Not fixed; but mitigated with this commit: cd33ee0 I believe the issue may have to do with us performing some conditional rendering. See how the header shifts slightly, as if it's being resized? I think that's our clue |
The page will flicker when navigating between tabs(Home, About, Services, and Contact). This seems to be present on all browsers.
The text was updated successfully, but these errors were encountered: