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

When pages are being lazy loaded, the site no longer responds to user input. #77

Open
dyc3 opened this issue Feb 16, 2020 · 0 comments
Open
Labels
bug Something isn't working

Comments

@dyc3
Copy link
Member

dyc3 commented Feb 16, 2020

How to reproduce

  1. Start the dev server
  2. Open the site in your browser
  3. Stop the dev server
  4. Click on a nav header button to go to another page.

Current Behavior

In this state, the site will display the loader and all other buttons become unclickable.

Expected Behavior

The user expects other buttons to be clickable, even if the content behind them won't load.

OR

The user expects a visual indicator to know if certain things are unclickable, like a darkened overlay.

Comments

This is caused by the Loader component's .overlay element covering the entire viewport, preventing click events from reaching elements behind it.

@dyc3 dyc3 added the bug Something isn't working label Feb 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant