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

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 3.5.0 RC
    • Affects Version/s: 3.0.0
    • Component/s: 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

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

              Created:
              Updated:
              Resolved: