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

Insert row/column on freeze panel with Range API is a illegal operation but doesn't get any information from server and cause js error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 3.5.0 RC
    • 3.0.0
    • None
    • None

      In zssapp
      1. freeze the row, column
      2. perform insert row/column operation in freeze panel
      3. show message box says illegal operation

      but when I use Range API, I don't get information tell illegal operation

      Reproduce Steps:
      1. setFreezePanel(3,3)
      2. insert a row on row 2
      3. spreadsheet.focusTo($lastRowIndex, 0)
      4. insert a column on column 2
      5. js error

      JS error shows:
      setAttr
      Cannot call method 'getCell' of undefined (TypeError)

      Step 2 should be illegal operation

            dennis dennis
            roliroli roliroli
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: