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

New Inspec.io is crashing on Edge if window is resized to a smaller window #1420

Closed
chris-rock opened this issue Jan 20, 2017 · 3 comments
Closed
Labels
Type: Bug Feature not working as expected

Comments

@chris-rock
Copy link
Contributor

chris-rock commented Jan 20, 2017

Description

inspec.io is crashing on Windows 10 Edge. Users report, it also happens on Windows 10 Mobile.

Replication Case

Open Edge on Windows and resize the window. It seems to happen only if the Windows is resized to less than 770px.
capture2

Possible Solutions

Unclear. Possibly we need to hide some canvas elements.

@chris-rock chris-rock added the Type: Bug Feature not working as expected label Jan 20, 2017
@chris-rock
Copy link
Contributor Author

@hannah-radish do you have an idea?

@hannah-radish
Copy link
Contributor

@chris-rock Still trying to diagnose the issue.
Resizes perfectly fine for IE10, IE11. This issue is only happening for Edge

@hannah-radish
Copy link
Contributor

@chris-rock Solved the problem. Clip-path is widely unsupported, but the use of clip-path with a media query made Edge confused to where it refused to load the site when resized to specific breakpoints. Anyways, fix is in #1512.

adamleff added a commit that referenced this issue Mar 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Feature not working as expected
Projects
None yet
Development

No branches or pull requests

3 participants