-
Notifications
You must be signed in to change notification settings - Fork 49
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
NS_ERROR_FAILURE on page load (height) #53
Comments
that's interesting, Brian. I can't reproduce this on my Mac with the latest FF (75.0). In fact, in the new Morphic2 version I've taken out the workaround altogether because I wasn't able to trigger the problem anymore. Can you tell us more about your collaborator's setup? Thanks! |
He said he's using Firefox v75.0 on Catalina. I will ping him and see if he can provide any additional information! |
(HI JENS! The 'problem child' is Corey Brady) OS Is Catalina OSX 10.15.1 Here's my hardware info... Firefox is version 75.0 (64bit) let me know if there's any other info you want. |
Hi Cory, thanks for this information! Is this one of the shiny new 16-inch MBP's? Can you let me know the |
Mine is 2 as well. -CB
Corey Brady
Assistant Professor, Learning Sciences
Co-Director, Computational Thinking and Learning Initiative (CTLI)
Department of Teaching and Learning
Peabody College
Vanderbilt University
[email protected]
From: Jens Mönig <[email protected]>
Reply-To: "jmoenig/morphic.js" <[email protected]>
Date: Thursday, April 23, 2020 at 5:47 AM
To: "jmoenig/morphic.js" <[email protected]>
Cc: "Brady, Corey Edison" <[email protected]>, Comment <[email protected]>
Subject: Re: [jmoenig/morphic.js] NS_ERROR_FAILURE on page load (height) (#53)
Hi Cory, thanks for this information! Is this one of the shiny new 16-inch MBP's? Can you let me know the devicePixelRatio of your monitor? open a console in FF and type in devicePixelRatio and let me know what it is. On my machine it's 2, I'm interested whether it's fractional on yours, even though I'm trying to disregard the fractional part. Tnx
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fjmoenig%2Fmorphic.js%2Fissues%2F53%23issuecomment-618330030&data=02%7C01%7Ccorey.brady%40vanderbilt.edu%7C1f3e42fc86b74514897308d7e773c018%7Cba5a7f39e3be4ab3b45067fa80faecad%7C0%7C0%7C637232356637669822&sdata=0Lb0nnia9uM3Krmt9MqE3VzNE7NoSAN4ubHGWRqCNow%3D&reserved=0>, or unsubscribe<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAF3YMCIQQ2XHJ4KR2YL2DLROAME3ANCNFSM4MMZN2WQ&data=02%7C01%7Ccorey.brady%40vanderbilt.edu%7C1f3e42fc86b74514897308d7e773c018%7Cba5a7f39e3be4ab3b45067fa80faecad%7C0%7C0%7C637232356637679815&sdata=%2F62WjayXy3XN9o1MAaPyi3eNpuAkTvmxRnQ2oVoVIFU%3D&reserved=0>.
|
A collaborator of mine recently ran into the
NS_ERROR_FAILURE
error on Firefox when working on his mac. The line throwing the error was https://github.com/jmoenig/morphic.js/blob/master/morphic.js#L1661.I suspect the workaround used for width on retina displays needs to be applied for the height as well.
The text was updated successfully, but these errors were encountered: