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

end-users can change readonly components with clickings

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Major Major
    • None
    • 9.6.4
    • None
    • Security Level: Jimmy
    • None

      Steps to Reproduce

          <zscript><![CDATA[
          import java.time.*;
          LocalDate today = LocalDate.now();
          ]]></zscript>
          <datebox valueInLocalDate="${today}" readonly="true"/>
      

      1. Click the calendar icon to change the date

      Current Result

      the date changed

      Expected Result

      since it's read-only, the component should not allow users to change the date

      Debug Information

      • multiple input components with extra buttons/icons have the same problem including: Spinner, Combobox, Timepicker...
        We should do a full checking.

            Unassigned Unassigned
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: