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

Nested Bandbox closing unexpectedly (since 9.6.0)

    XMLWordPrintable

Details

    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

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

              Dates

                Created:
                Updated:
                Resolved: