CEP Panel - wrong size in CC2018
Hi
I Have CEP Panel for ID.
Fixed size in manifest
<?xml version="1.0" encoding="UTF-8"?>
<ExtensionManifest Version="4.0" ExtensionBundleId="net.mediabook.InPublishingPanel" ExtensionBundleVersion="1.0.0"
ExtensionBundleName="InPublishingPanel" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><Contact mailto="assistenza@inpublishing.it"/> <Legal href="http://www.inpublishing.it/"/> <Abstract href="http://www.inpublishing.it/"/>
<ExtensionList>
<Extension Id="net.mediabook.InPublishingPanel.panel" Version="1.0" />
<Extension Id="net.mediabook.InPublishingPanel.navigatore" Version="1.0" />
</ExtensionList>
<ExecutionEnvironment>
<HostList>
<Host Name="IDSN" Version="[10.2,13.9]" port="8001"/>
</HostList>
<LocaleList>
<Locale Code="All" />
</LocaleList>
<RequiredRuntimeList>
<RequiredRuntime Name="CSXS" Version="5.0" />
</RequiredRuntimeList>
</ExecutionEnvironment>
<DispatchInfoList>
<Extension Id="net.mediabook.InPublishingPanel.panel">
<DispatchInfo >
<Resources>
<MainPath>./indexProprieta.html</MainPath>
<ScriptPath>./start.jsx</ScriptPath>
</Resources>
<Lifecycle>
<AutoVisible>true</AutoVisible>
</Lifecycle>
<UI>
<Type>Panel</Type>
<Menu>InPublishing Proprietà</Menu>
<Geometry>
<Size>
<Height>700</Height>
<Width>294</Width>
</Size>
<MaxSize>
<Height>700</Height>
<Width>294</Width>
</MaxSize>
<MinSize>
<Height>700</Height>
<Width>294</Width>
</MinSize>
</Geometry>
<Icons>
<Icon Type="Normal">./img/icona_D.png</Icon>
<Icon Type="RollOver">./img/icona_L.png</Icon>
<Icon Type="Disabled">./img/icona_L.png</Icon>
<Icon Type="DarkNormal">./img/icona_L.png</Icon>
<Icon Type="DarkRollOver">./img/icona_D.png</Icon>
</Icons>
</UI>
</DispatchInfo>
</Extension>
</ExtensionManifest>
Normally the panel is not resizable and works correctly with correct size.
But using the panel in ID CC2018 it is frequently open to a larger size than necessary and growing at every launching until it becomes unusable.

To adjust the size, it is necessary to reset the preferences of ID
Some ideas on how to solve the problem?
Thanks
