Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upServo freezes when loading firefoxosdevices.org #14585
Open
Labels
Comments
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The website https://firefoxosdevices.org is not usable with Servo at all. I am using macOS Sierra on a MacBook Pro (Late 2013). I tried the latest download from download.servo.org and I compiled Servo and ran it with ./mach run --release https://firefoxosdevices.org, both with the same result.
Expected result:
Servo renders the website and I can interact with the website. I don't expect that Servo is already able to render all the content, but I expect that Servo keeps responsive.
Actual result:
The website is rendered (except the "main content", that's missing), but Servo is not responsive. If I try to interact with the browser (for example to resize the window) there is the color wheel cursor of macOS and I have to force quit the Servo app.
It's the only website where I experienced this issue.