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

open an error message box when its input component is not in viewport

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 9.6.0
    • 9.0.1.2, 9.5.1.2
    • Components
    • Security Level: Jimmy

      Steps to reproduce

          <div xmlns:ca="client/attribute">
              <window height="100px" contentStyle="overflow:auto" ca:data-scrollable="true">
                  <textbox constraint="no empty"/>
                  <separator height="300px"/>
              </window>
          </div>
      

      1. focus in the textbox
      2. scroll down to make the textbox out of visible view port
      3. click to blur the focus
      4. scroll up to make the textbox in the viewport

      Current result

      the error message box doesn't appear

      Expected result

      the error message box open

      Debug info

      • if I trigger an error box when the textbox is visible, move the textbox out of the viewport, the error box hides, and move it back, the error box will be visible again. So it seems the feature is reasonable.
      • 9.0.0.1 don't hve this bug

            DevChu DevChu
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: