Uploaded image for project: 'Keikai'
  1. Keikai
  2. KEIKAI-325

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.5.0
    • 5.0.0
    • None
    • Security Level: Jimmy
    • 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; }

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

              Created:
              Updated:
              Resolved: