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

Clients page glitch #147

Open
nurupo opened this issue Dec 8, 2016 · 2 comments
Open

Clients page glitch #147

nurupo opened this issue Dec 8, 2016 · 2 comments
Assignees

Comments

@nurupo
Copy link
Member

nurupo commented Dec 8, 2016

When navigating to the Clients page you can sometimes see all the client screenshots popup before the page finishes loading. Here is a webm showing this.

This issue was emailed to us by an anonymous person together with the webm.

@robinlinden
Copy link
Member

The problem is the .modalDialog { transition: opacity 0.2s ease-in; } in style.css. The modals are first set to be shown and then transitioned to being hidden over 0.2s and that's what you can see when you open the page.

@robinlinden
Copy link
Member

robinlinden commented Feb 22, 2017

So, this is a Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=332189
We can move the transition to .modalDialog:target (would stop animations going from visible to hidden) or prevent the bug from affecting us by having the clients page load a script (can be empty) after the affected elements. The script solution is why the bug doesn't affect e.g. the download page even though it also uses modals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants