-
Bug
-
Resolution: Fixed
-
Normal
-
3.1.2
-
None
Steps to Reproduce
<div viewModel="@id('vm')@init('test.CalendarAttributeViewModel')" height="100%"> <toolbar> <toolbarbutton id="readOnlyButton" label="read only" mode="toggle" checked="@bind(vm.readOnly)" onItemCreate=""/><!--ZKCAL-126--> <toolbarbutton id="height500px" label="height 500px" onClick='cal.setVflex(null);cal.setHeight("500px")'/> </toolbar> <calendars id="cal" readonly="@load(vm.readOnly)" mold="${param.mold}" vflex="1"/> </div>
- click the button to set height
Current Result
calendar's height doesn't change
Expected Result
calendar's height changes to 500px
Debug Information
- resize the browser window, then calendars will resize as expected