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

NS_ERROR_FAILURE on page load (height) #53

Open
brollb opened this issue Apr 20, 2020 · 5 comments
Open

NS_ERROR_FAILURE on page load (height) #53

brollb opened this issue Apr 20, 2020 · 5 comments

Comments

@brollb
Copy link
Contributor

brollb commented Apr 20, 2020

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.

@jmoenig
Copy link
Owner

jmoenig commented Apr 21, 2020

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!

@brollb
Copy link
Contributor Author

brollb commented Apr 21, 2020

He said he's using Firefox v75.0 on Catalina. I will ping him and see if he can provide any additional information!

@cbradyatinquire
Copy link

cbradyatinquire commented Apr 22, 2020

(HI JENS! The 'problem child' is Corey Brady)

OS Is Catalina OSX 10.15.1

Here's my hardware info...
Model Name: MacBook Pro
Model Identifier: MacBookPro16,1
Processor Name: 8-Core Intel Core i9
Processor Speed: 2.4 GHz
Number of Processors: 1
Total Number of Cores: 8
L2 Cache (per Core): 256 KB
L3 Cache: 16 MB
Hyper-Threading Technology: Enabled
Memory: 64 GB
Boot ROM Version: 1037.80.53.0.0 (iBridge: 17.16.13050.0.0,0)
Serial Number (system): C02ZT3EZMD6R
Hardware UUID: 1BBD7BC3-5464-5542-A784-1700D361751A
Activation Lock Status: Disabled

Firefox is version 75.0 (64bit)

let me know if there's any other info you want.

@jmoenig
Copy link
Owner

jmoenig commented Apr 23, 2020

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

@cbradyatinquire
Copy link

cbradyatinquire commented Apr 23, 2020 via email

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

No branches or pull requests

3 participants