keikai doesn't hide add-row and add-column buttons

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 5.5.0
    • Affects Version/s: 5.0.0
    • Component/s: None
    • Security Level: Jimmy
    • None
    • None

      Steps to Reproduce

              <spreadsheet height="100%" id="spreadsheet" 
                           maxVisibleRows="6" maxVisibleColumns="8"
                           showSheetbar="true" showAddColumn="false" showAddRow="false"/>
      
      ss.disableUserAction(AuxAction.ADD_ROW, true);
      ss.disableUserAction(AuxAction.ADD_COLUMN, true);
      

      API doesn't work, either.

      Current Result

      the 2 buttons are still visible at the bottom-right corner

      Expected Result

      the 2 buttons are invisible

      Workaround

      .zstbtn-addCol, .zstbtn-addRow

      { display:none; }

            Assignee:
            wenninghsu
            Reporter:
            hawk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: