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

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

XMLWordPrintable

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

      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>
      

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

              Created:
              Updated:
              Resolved: