Hi Gabriele,

I've tried this workaround and it works.

Thanks,
José Marques

From: [email protected] 
[mailto:[email protected]] On Behalf Of Gabriele Monfardini
Sent: quinta-feira, 7 de Novembro de 2013 08:45
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] Legend Pane Size - Chrome

Hi all,

a collegue of mine found a workaround for this Chrome strange behaviour, adding 
two lines in function LayoutControl() of ajaxmappane.templ

        if(isProperties)
            lh = legendHeight;
        else
            lh = wh - y;
        legendCtrl.style.height = lh + "px";
        legendCtrlDiv.style.height = lh + "px";

+ legendCtrlDiv.style.width = infoWidth + "px";
+ legendCtrl.style.width = (infoWidth-1) + "px";

        if(infoWidth >= 20)
            legendCtrlDiv.style.visibility = "visible";
        y += lh;
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

Regards,

Gabriele Monfardini
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to