cuba icon indicating copy to clipboard operation
cuba copied to clipboard

SplitPanel does not update splitter position after using Chart print action

Open Flaurite opened this issue 3 years ago • 0 comments

Environment

  • Platform version: 7.2
  • Client type: Web

Description of the bug or enhancement

  • Minimal reproducible example
  1. Add to the project Charts add-on
  2. 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>
  1. Open screen and click on "Print"
  2. Close print dialog
  • Expected behavior Screen will be shown correctly
  • Actual behavior image

Flaurite avatar Mar 09 '21 08:03 Flaurite