sclass attribute doesn't work as designed

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 5.9.0
    • Affects Version/s: 5.3.0
    • Component/s: None
    • 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>

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

              Created:
              Updated:
              Resolved: