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

Cannot disable moving a sheet left and right

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 3.8.1
    • 3.8.0.1, 3.8.1.FL
    • None
    • None

      Steps to reproduce

      1. call API
        ss.disableUserAction(AuxAction.MOVE_SHEET_LEFT, true);
        ss.disableUserAction(AuxAction.MOVE_SHEET_RIGHT, true);
        

      Actual result

      in AU response:

      actionDisabled:['addSheet','deleteSheet','renameSheet','copySheet','hideSheet','unhideSheet','moveSheetLeft','moveSheetRight','protectSheet','homePanel','formulaPanel','insertPanel','newBook','saveBook','exportPDF']

      But right clicking a sheet, it's "Move right" and "Move left" are still enabled.

            henrichen henrichen
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: