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

sclass attribute doesn't work as designed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.9.0
    • 5.3.0
    • None
    • None

      Steps to Reproduce

      1. run <spreadsheet height="100%" sclass="myclass"/>
      2. check spreadsheet's root DOM element

      Current Result

      <div id="kCxP0" style="height:100%;" class="zssheet">...</div>
      myclass is not rendered on the root DOM

      Expected Result

      <div id="kCxP0" style="height:100%;" class="zssheet myclass">...</div>

            DevChu DevChu
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: