Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Latest version of firefox (123.0) (32 & 64-bit)

  • 12 回覆
  • 2 有這個問題
  • 75 次檢視
  • 最近回覆由 ron.deems

更多選項

I am an application developer for a customer information system and we have dozens of clients using our web based product.

Some users recently updated to firefox version 123 and are reporting issues in two different areas of our product. Both of these areas involve java script. These clients running under prior version of firefox did not have any problem and if they switch to another browser the issue is resolved. But they need to run using firefox. I have the recent version of firefox and an older version and am able to re-produce the behavior. I will also provide a screen shot of the page working and the page not working as well.

The issue is, we have a payment page in our application. The user enters a payment amount and our page then fills in several values for them and as other values are entered eventually an Add Payment button is enabled. What is not happening is when the payment is entered the action is not run and the page treats the field as not existing and eventually displays a required field icon. There is nothing the user can do at that point to get the Add Payment button to get enabled.

I am an application developer for a customer information system and we have dozens of clients using our web based product. Some users recently updated to firefox version 123 and are reporting issues in two different areas of our product. Both of these areas involve java script. These clients running under prior version of firefox did not have any problem and if they switch to another browser the issue is resolved. But they need to run using firefox. I have the recent version of firefox and an older version and am able to re-produce the behavior. I will also provide a screen shot of the page working and the page not working as well. The issue is, we have a payment page in our application. The user enters a payment amount and our page then fills in several values for them and as other values are entered eventually an Add Payment button is enabled. What is not happening is when the payment is entered the action is not run and the page treats the field as not existing and eventually displays a required field icon. There is nothing the user can do at that point to get the Add Payment button to get enabled.
附加的畫面擷圖

被選擇的解決方法

Does it still happen in the latest Nightly? It should be fixed by Bug 1882386 which will hopefully make the next 123.0.1 update.

從原來的回覆中察看解決方案 👍 1

所有回覆 (12)

更多選項

What does the exclamation mark next to the amount mean? Maybe the validation code doesn't work the same in Firefox 123.0.

更多選項

The red icon is with the exclamation mark next to the amount is a required field indicator. It renders if the amount field is null.

更多選項

Does your app use GWT - Google Web Toolkit? Another user reported a problem with number validation on GWT here: https://support.mozilla.org/questions/1441208 (unsolved)

更多選項

Yes this page is a GWT page. I reviewed the other issue and eventually we get a similar message. I will replicate it and attach a screenshot

更多選項

What Windows locale do you use, what uses it for the fraction delimiter? Is this a number field or a text field if you check this in the Inspector?

由 cor-el 於 修改

更多選項

The windows locale is English US. The fields are all text.

由 ron.deems 於 修改

更多選項

I can't find a demo page for GWT that has numeric input validation to test on. Are you using custom code, or a specific framework/plugin for that?

更多選項

Can you share a link to a public test page?

If not, you can help find the change responsible by running mozregression between version 122 and 123.

更多選項

選擇的解決方法

Does it still happen in the latest Nightly? It should be fixed by Bug 1882386 which will hopefully make the next 123.0.1 update.

更多選項

This did fix my issue for the GWT issue reported here as well as an issue on our JSF project, so a double thank you!

由 ron.deems 於 修改

更多選項

Keep in mind that Nightly is a possibly unstable developer alpha build and updates twice per day.

更多選項

Thanks, I have tested 123.0.1 on my development system, all is good now and am hoping the fix comes in 124.0. Most of my clients and internal users get only the full releases, so I have just updated my Jira ticket with this information and have given them their options.