Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Number is not getting recognised

  • 18 답장
  • 1 이 문제를 만남
  • 102 보기
  • 최종 답변자: Bikram Singh

more options

After switching to Firefox version 123, I encountered an error on our website: '1,000,000.00 is not a valid number.' It seems to be a form validation error, but it worked fine with previous versions of Firefox. The application is built using GWT (Google Web Toolkit). Any help would be appreciated. Thanks.

After switching to Firefox version 123, I encountered an error on our website: '1,000,000.00 is not a valid number.' It seems to be a form validation error, but it worked fine with previous versions of Firefox. The application is built using GWT (Google Web Toolkit). Any help would be appreciated. Thanks.
첨부된 스크린샷

선택된 해결법

모든 댓글 (18)

more options

Hi, could you run mozregression to find specific commit that broke it? Thanks.

도움이 되셨습니까?

more options

Can you show a screenshot of this input field in the Inspector?

도움이 되셨습니까?

more options

mozregression run.

도움이 되셨습니까?

more options

screenshot of this input field in the Inspector

도움이 되셨습니까?

more options

This looks like a normal text field (type="text"), so the validation is done via JavaScript (event button present).

도움이 되셨습니까?

more options

This might be another example of the same problem:

https://support.mozilla.org/questions/1441268 (unsolved)

도움이 되셨습니까?

more options

Hi Cor-el, Thanks for taking the time to look at this. When I inspect the element before and after version 123, I see extra attribute "x-form-invalid"(see the side by side comparison in the screenshot below). All the other attributes look the same. Not sure what is causing this change. I ran mozregression(see the screen shot above) and found the last bug that caused this issue but not sure how it is causing this issue.

도움이 되셨습니까?

more options

That is a class name that is likely added by the JavaScript that validated the input and thus is a consequence of the JavaScript finding this number invalid. Does it have out the grouping comma's? Does your window locale use a comma or a dot for a fraction and thus the opposite for the grouping delimiter?

도움이 되셨습니까?

more options

jscher2000, Thanks for looking at this. Issue comes when the number is greater than 3 digits and comma is added automatically during number formatting. If the number is up to 3 digits it works fine.

도움이 되셨습니까?

more options

Hmm, I don't see any changes that sounds relevant:

https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/123

I was trying to find a demo page for GWT that has numeric input validation to test on, but nothing popped out at me. Are you using custom code, or a specific framework/plugin for that?

도움이 되셨습니까?

more options

Did this comma also appear in previously Firefox versions?

도움이 되셨습니까?

more options

I don't think that bug 1849135 could be causing this issue since it got closed 10 days ago for nightly and is about check boxes (moz-toggle), your issue would be a bug that got fixed for 123 if it started happening with the current release and doesn't happen with earlier versions.

도움이 되셨습니까?

more options

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.

도움이 되셨습니까?

more options

@Cor-el, Yes, commas are working on previous versions. Thanks

글쓴이 Bikram Singh 수정일시

도움이 되셨습니까?

more options

선택된 해결법

For reference: https://bugzilla.mozilla.org/show_bug.cgi?id=1882386

Fixed release on tuesday.

도움이 되셨습니까?

more options

@ TyDraniu, did you see any oddity in the mozregression screen shot?

도움이 되셨습니까?

more options

Great ! Thank you. Will you send you feedback tomorrow.

도움이 되셨습니까?

more options

Thank you Everyone! This is resolved!

도움이 되셨습니까?

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.