Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 5.3.0
-
Fix Version/s: 5.9.0
-
Component/s: None
-
Labels:None
Description
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>