-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major
-
Affects Version/s: 10.3.3.0, 11.2.0.0
-
Security Level: Jean
Steps to Reproduce
Run any chart without hflex / vflex or width / height
open fullscreen
close fullscreen
Current Result
chart content is still the same size as fullscreen
Expected Result
content should restore to original size
Debug Information
side effect of https://tracker.zkoss.org/browse/ZKCHARTS-113 after it was fixed on highcharts itself
Workaround
remove workflow
<script><![CDATA[ zk.afterLoad("chart", function () { var _xCharts = {}; zk.override(chart.Charts.prototype, _xCharts, { _onFullscreen: function() { //size is now handled by fullscreen module of highcharts, do nothing }, }); }); ]]></script>
- relates to
-
ZKCHARTS-113 The chart does not display the original size after exiting full screen mode
-
- Closed
-