Firefox 52.0 - unable to login

penguin 9 years ago

Hi,

Since the upgrade of firefox to 52.0 on windows 10, the login button is no longer working.
Nothing happens.

It's working fine under chrome.

Anton Tananaev 9 years ago

Check browser console for errors and warnings.

penguin 9 years ago

here it is.
Coudld this be due to the certificate?

Invalid chrome URI: /
“nsICookieManager2.getCookiesFromHost()” is changed. Update your code and pass the correct originAttributes. Read more on MDN: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManager2  cookietracker.js:126:12
“nsICookieManager2.getCookiesFromHost()” is changed. Update your code and pass the correct originAttributes. Read more on MDN: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManager2  cookietracker.js:82:12
TypeError: impl is null[Learn More]  network-monitor.js:314:7
TypeError: impl is null[Learn More]  network-monitor.js:314:7
TypeError: impl is null[Learn More]  network-monitor.js:314:7
TypeError: impl is null[Learn More]  network-monitor.js:314:7
TypeError: impl is null[Learn More]  network-monitor.js:314:7
TypeError: impl is null[Learn More]  network-monitor.js:314:7
unreachable code after return statement[Learn More]  ext-all.js:22:366125
unreachable code after return statement[Learn More]  ext-all.js:22:366125
downloadable font: kern: Too large subtable, table discarded (font-family: "Open Sans" style:normal weight:300 stretch:normal src index:0) source: http://cdnjs.cloudflare.com/ajax/libs/extjs/6.2.0/classic/theme-triton/resources/fonts/OpenSans-Light.ttf  theme-triton-all_2.css:1:141006
Password fields present on an insecure (http://) page. This is a security risk that allows user login credentials to be stolen.[Learn More]  *********************
Invalid chrome URI: /
downloadable font: kern: Too large subtable, table discarded (font-family: "Open Sans" style:normal weight:normal stretch:normal src index:0) source: http://cdnjs.cloudflare.com/ajax/libs/extjs/6.2.0/classic/theme-triton/resources/fonts/OpenSans-Regular.ttf  theme-triton-all_2.css:1:141222
Invalid chrome URI: /
penguin 9 years ago

edit- I thought I found it. I disabled this feature, but it's still the same

found it.

https://support.mozilla.org/t5/Protect-your-privacy/Insecure-password-warning-in-Firefox/ta-p/27861

Anton Tananaev 9 years ago

I have just downloaded and tried Firefox 52. It shows similar warnings for me, but works fine.

I don't have following messages:

Invalid chrome URI: /
“nsICookieManager2.getCookiesFromHost()” is changed. Update your code and pass the correct originAttributes. Read more on MDN: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManager2  cookietracker.js:126:12
“nsICookieManager2.getCookiesFromHost()” is changed. Update your code and pass the correct originAttributes. Read more on MDN: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManager2  cookietracker.js:82:12
TypeError: impl is null[Learn More]  network-monitor.js:314:7

Try clearing cache and disabling all the browser plugins.

penguin 9 years ago

I rolled-back to 51 and it's working normal again.