<div dir="ltr">Hi all,<br><br>a collegue of mine found a workaround for this Chrome strange behaviour, adding two lines in function LayoutControl() of ajaxmappane.templ<br><br>        if(isProperties)<br>            lh = legendHeight;<br>

        else<br>            lh = wh - y;<br>        legendCtrl.style.height = lh + "px";<br>        legendCtrlDiv.style.height = lh + "px";<br> <br>+      legendCtrlDiv.style.width = infoWidth + "px";<br>

+       legendCtrl.style.width = (infoWidth-1) + "px";<br> <br>        if(infoWidth >= 20)<br>            legendCtrlDiv.style.visibility = "visible";<br>        y += lh;<br><br><div>Please confirm that the workaround works (we have a somewhat customized setup) and then I'll open a bug and propose that as a workaround</div>

<div><br></div><div>Regards,</div><div><br></div><div>Gabriele Monfardini</div></div>