cuba
cuba copied to clipboard
SplitPanel does not update splitter position after using Chart print action
Environment
- Platform version: 7.2
- Client type: Web
Description of the bug or enhancement
- Minimal reproducible example
- Add to the project Charts add-on
- Create screen with split panel and chart, for instance:
<layout>
<split orientation="horizontal"
pos="200px"
dockable="true">
<label stylename="h1" value="LEFT"/>
<chart:serialChart id="chart"
...>
...
<chart:export/>
</chart:serialChart >
</layout>
- Open screen and click on "Print"
- Close print dialog
- Expected behavior Screen will be shown correctly
- Actual behavior