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

BugFix in Description . panel lost focus on move in movable="true" floatable="true" modus.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Normal Normal
    • None
    • 7.0.1
    • Components

      git diff zul/
      diff --git a/zul/src/archive/web/js/zul/wnd/Panel.js b/zul/src/archive/web/js/zul/wnd/Panel.js
      index cf16167..78fa810 100644
      — a/zul/src/archive/web/js/zul/wnd/Panel.js
      +++ b/zul/src/archive/web/js/zul/wnd/Panel.js
      @@ -1074,7 +1074,8 @@ zul.wnd.Panel = zk.$extends(zul.Widget,

      { return false; }

      ,
      _aftermove: function (dg, evt) {

      • dg.control.zsync();
        + var wgt = dg.control;
        + wgt.zsync();
        zk(wgt).redoCSS(-1, {'fixFontIcon': true}

        );
        },
        // drag sizing
        @@ -1140,4 +1141,4 @@ zul.wnd.PanelRenderer =

        { return true; }

        };
        -})();
        \ No newline at end of file
        +})();

            noahhuang noahhuang
            kred2 kred2
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: