Отображение вопросов по теме:
Отображение вопросов с тегом:

Words sticking together when using Firefox to search in browser and typing replies to emails.

Hi, I have donated to Mozilla Foundation in the past and will gladly do so again once a vexing issue has been resolved. I am using the latest Firefox version for Mac. Whi… (читать ещё)

Hi,

I have donated to Mozilla Foundation in the past and will gladly do so again once a vexing issue has been resolved. I am using the latest Firefox version for Mac.

While using the updated Mozilla Firefox recently I find that allthewordsItypesticktogetherlikethis when I try to search for something. It can also happen when I type emails using Firefox. So I often have to change back to Safari.

Also, I notice that with the updated Firefox version, a mysterious blue square appears around the text I am working on.

Do you have any suggestions or instructions as to how to stop the annoyingjoingingtogether of words from happening? Please help!

Thankyou!

Архивировано 3 73

Firefox no longer compatible with my bank

Firefox is no longer compatible with my bank's system. I can't log in with the secure access code the bank sends to verify my identity when using Firefox. The bank says… (читать ещё)

Firefox is no longer compatible with my bank's system. I can't log in with the secure access code the bank sends to verify my identity when using Firefox. The bank says it is a problem with Firefox. Other browsers work flawlessly ... are you working on a solution? I only use Firefox unless forced to use something else ...

Архивировано 3 201

Can not see the visit counter in Firefox browser

If I visit the website www.silviadesimone.it (I am the webmaster) through Google Chrome or Microsoft Edge, I can see the visit counter in the left bottom corner of the pa… (читать ещё)

If I visit the website www.silviadesimone.it (I am the webmaster) through Google Chrome or Microsoft Edge, I can see the visit counter in the left bottom corner of the page. If I use Mozilla Firefox (that is the browser that I normally use) the visit counter does not appear. According to the ShinyStat helpdesk it could depend on some Firefox plugin that does not allow the counter to show. Can you help me? Thank you

Архивировано 2 265

CSS file is not loading in time (race condition) and it is only happening in Firefox and not other browsers

We are getting errors that css values not defined as if the css file is not loaded from our CDN, which is only happening in Firefox and not other browsers that we support… (читать ещё)

We are getting errors that css values not defined as if the css file is not loaded from our CDN, which is only happening in Firefox and not other browsers that we support.

We confirmed something changed in Firefox that is triggering this around FF version 132. With the ESR (currently 128.5) and the page is working correctly. When we switched back to latest 133 and the bug is there


In the situations it happens, sometimes our css is NOT being loaded. In others, it is loaded and doesn't work but I see things trying to render before the file shows up in the console network logs. When it works...it is coming up cached. So this feels like a race condition of some type


I'm pretty sure the rule is that css is blocking, because we discussed race conditions when we implemented this, so this might be a Firefox bug? If this is a Firefox bug that isn't in an esr yet, we want to get it filed against firefox and fixed before the next esr.

We even tried a hacky patch on our code's method that is in question, as well as tried putting the expected css font-family style into a <style> tag in our index.html. The patch worked on Windows. It did not work on Mac. Stepping through the code, we see `undefined` / `null`. This definitely implies that the css styles simply have not been applied when the first component asking for the theme is routing through this code.


So again: our Firefox > 132. ESR up to 131 doesn't produce this issue, so something changed in Firefox 132.


If we tried loading our css file in a parent page (just loading, not using) to get it into the mix sooner, it doesn't help. An iframe is still loading faster than its parent frame is loading that css file from the CDN.

Архивировано 1 312