Select to view content in your preferred language

ESRI Map Control Resizing in IE8 using ASP.NET

3313
0
09-11-2014 05:53 PM
jinmingxue
Deactivated User

Hi all

I am newer in asp.net and having troubles in map resizing in IE8 using ASP.NET.

Resizing functions well in Chrome and Firefox but not in IE8.

When the page resizes at first time, it will go inside resizing function, but after restarting IE8, it does not go into resizing function.

Below is my resizing function in javascript.

 

               $(window).bind('resize', function () {

                         resizeText();

                         resizeLayout(preferredMaxHeight, preferredMaxWidth, cords);

               }).trigger('resize');

 

Thanks in advance.

0 Kudos
0 Replies