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

Nested Bandbox closing unexpectedly (since 9.6.0)

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 9.6.0, 9.6.0.1
    • Fix Version/s: 9.6.1
    • Component/s: Components
    • Security Level: Jimmy

      Description

      Steps to Reproduce

      https://zkfiddle.org/sample/366l5th/1-nested-bandboxes-closing-regression

      open the outer and inner bandbox
      A) click a listitem
      B) click anything else inside the inner bandpopup

      Current Result

      the parent bandpopup closes (the inner popup remains open)

      Expected Result

      behavior as before 9.6.0
      A) the inner bandpopup closes, and the textbox is updated
      B) the inner and parent band popup remain open

      Debug Information


      Workaround

              zk.afterLoad ('zul.inp', function () {
              var xBandpopup = {};
                  zk.override (zul.inp.Bandpopup.prototype, xBandpopup, {
                      _focusout: function (e) { }
                  });
              });
      

        Attachments

          Issue Links

            Activity

              People

              Assignee:
              jumperchen jumperchen
              Reporter:
              cor3000 cor3000
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved: