[Webkit-unassigned] [Bug 109160] New: Conversion from localized numbers to HTML numbers should accept not only localized numbers but also HTML numbers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 02:35:02 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109160

           Summary: Conversion from localized numbers to HTML numbers
                    should accept not only localized numbers but also HTML
                    numbers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org


Conversion from localized numbers to HTML numbers should accept not only localized numbers but also HTML numbers.

For example, A French user needs to specify a number to a number input field. He might use a local decimal point, like 3,141592, or he might use the standard decimal point like 3.141592. We had better accept both of them.

We accepted both last year, but we changed the behavior so that we accept only localized numbers because of user confusion of a localized group separator and the standard decimal point, or a localized decimal point and the standard group separator. Now we introduce a simple rule that we don't accept group separator at all. So users won't confuse even if we accept both of decimal points.

crbug.com/171921 and crbug.com/174865

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list