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

BandBox popup invalid render if ON_OPEN event listener is attached

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.2
    • 7.0.0
    • Components
    • Java7 u45, jetty-8.1.9.v20130131, Netbeans 7.4
      Chrome, FF, IE11

      If Events.ON_OPEN listener (even empty) is attached to BandBox, the rendering of popup is invalid on ZK7. Unwanted horizontal and vertical scrollbar are added.

      bandBox1.addEventListener(Events.ON_OPEN, new EventListener() {
      @Override
      public void onEvent(Event event) {
      }
      });

      Sample:
      http://zkfiddle.org/sample/38rr4fr/1-ZK7-BandBox-ON-OPEN-event-fail

            jumperchen jumperchen
            Piotr1 Piotr1
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: