Uploaded image for project: 'ZK Spreadsheet'
  1. ZK Spreadsheet
  2. ZSS-247

Better support for menupopup

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • None
    • None

      when open menupopup, the spreadsheet will lost focus. but the menupopup is for spreadsheet, it should not lost focus.

      If try to focus back to spreadsheet, the menupopup will disappear since spreadsheet regain focus, trigger onFloatUp event, it will close the menupopup

      The current workaround is invoke js method
      Spreadsheet.focus(false);//client side

      //Server side can invoke by
      Clients.evalJavaScript("zk.Widget.$('" + ss.getUuid() + "').focus(false);");

      This js method won't really focus on spreadsheet DOM element, it only have focus "visual" effect

            Unassigned Unassigned
            samchuang samchuang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: