ThinkGeo.com    |     Documentation    |     Premium Support

Popup html table on marker having problem in IE9

Hi ThinkGeo,


I am using html table to arrange data in popup for markers.


It does not display all cells in a table correctly in IE9. (See attached picture and code)


Note: If DOCTYPE Is declared then it works fine. But then I have other issues related to Update panel and 3rd party components.


Regards,


Anil



PopupIssuesinIE9.zip (89.6 KB)
PopupOfAMarkerIE9.aspx.zip (4.42 KB)

 Anil,



 I can recreate your problem by using the attached code. It's a bug that we didn't upgrade our WebEdition according to new Browser, such as IE9. I have posted this issue to our development  team and if there are any updates I will let you know, meanwhile you can try to switch to compatibility view in IE9 for temporary.



Sorry for inconvience.


 Thanks,


James



Anil, 
  
 Please add the following code to markerOverlay1 and have another try. I have tested it and it work as expected.  
 markerOverlay1.ZoomLevelSet.ZoomLevel01.DefaultMarkerStyle.Popup.AutoSize = true;  
  
 Let me know if you have more questions. 
  
 Thanks, 
 James

Hi James\Thinkgeo,


For simple one size popup it is working ok on IE9.


However in our real case Popup size varies for different markers. I attach the source code using Custom class (see zip file) and the popup display snapshots that clearly display popup problem in IE9. The same example run on Chrome and IE8 seems to yierld correct size of popups.


 


Regards,


Anil


 


 



PopupSizeIssueInIE9.zip (4.65 KB)
PopupSizeIssueInIE9__jpeg.zip (173 KB)

Anil, 
  
 I don’t know if we can fix it totally cause I mentioned we didn’t upgrade our WebEdition based on IE9, I am trying to figure out how to resolve it. 
  
 Any progress I will let you know. 
  
 Thanks, 
  
 James

Hi James, 
 Thanks. 
  
 Is there timeline when we we can have the fix for IE9?  
  
 Regards, 
 Anil

Anil, 
  
 We still not figure out the problem, could you try to compatibility view mode or use another browser for temporary. 
  
 Thanks, 
  
 James 


 Anil,



 


We found that the issue is caused that the “Doctype”, in your sample code, you comment out 


<%----%>


Please uncomment out and try it again.


 


Thanks,


James