ESRI Map Control Resizing in IE8 using ASP.NET

3270
0
09-11-2014 05:53 PM
jinmingxue
New Contributor

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