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

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

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: