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

Maxlength property in Intbox does'nt work on android mobile OS Browser

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 8.6.1
    • Browser Issue, Components
    • Client side:
      Samsung Galaxy Tab A (2016) with S Pen
      Chrome version 74.0.3729.157
      Android 7.0

      Server side:
      Glassfish 4.1
      Java 8u181
      ZK 8.6.1 EE (build: 2019030515)
      Windows 10 EE or Windows 7 sp3

      Hi.
      I set maxlength in Intbox to 2. When I run in a android chrome browser (I don't tested in others browsers) and try to type more then 2 characters, the property is ignored and I can type freely.

      Expected:
      Block typing in Intbox for type more than informed value in maxlength property.

      How to reproduce:
      Create a zul file and put this on his content:

      <window>
      <intbox maxlength="2" width="150px" />
      </window>

      Obs.:
      Desktop browser works gracefully.

      Thank you.

            Unassigned Unassigned
            andreasboos andreasboos
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: