cannot log in to Firefox v. 12, but with c. 11 can connect

I've recently updated for Firefox c. 12, and I can no longer connect to our Web site. I went through all the steps of https://support.mozilla.org/en-US/kb/Cannot%20log%20in%20to%20websites?e=es & as = aaq
but in vain. Still cannot connect. He had no problem with the previous version of Firefox. The server log indicates only that an attempt to open a session was made, but not completed. There are no errors.

I modified the code of our /modules/basex/ext-basex.js after the suggestion of one of the Mozilla developers who worked on the bug I posted.

Source file: http://hudesktopdevel.hucompute.org/modules/basex/ext-basex.js
Online: 1010
> ('timeout' r) & & (r.timeout = callback.timeout);
It should be something like:
options. Async & & (r 'timeout') & & (r.timeout = callback.timeout);

This solved our problem! Connection now works 12 Firefox, and he continues to work in other browsers. Perhaps, this can be the suggested fix for Extjs 3 users who have problems connecting with Firefox 12.

Tags: Firefox

Similar Questions

Maybe you are looking for