Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-495

setLocale() for numeric inputboxes e.g. Decimalbox, Doublebox, Intbox does not work.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Normal
    • None
    • 5.0.8
    • Components
    • None
    • Windows 7, Tomcat.

    Description

      setLocale method does not format the given input value. Test ZUL:

       
      <zk>
          <grid width="600px">
              <rows>
                  <row>
                      <label value="Decimalbox" />
                      <decimalbox locale="en_US" format="#,##0.##" value="1234567890.09" width="200px" />
                  </row>
                  <row>
                      <label value="Integerbox" />
                      <intbox locale="en_US" format="#,##0" value="1234567890" width="200px" />
                  </row>
                  <row>
                      <label value="Doublebox" />
                      <doublebox locale="en_US" format="#,##0.##" value="1234567890.09" width="200px" />
                  </row>
              </rows>
          </grid>
      </zk>
      

      Attachments

        Issue Links

          Activity

            People

              jumperchen jumperchen
              juminrubin juminrubin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: