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

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

    XMLWordPrintable

    Details

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

      Description

      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; }

        Attachments

          Activity

            People

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

              Dates

              Created:
              Updated:
              Resolved: