Feature details not appearing in toolbox in IE11

906
5
Jump to solution
09-04-2018 03:41 AM
MuhammadHammad
New Contributor II

Dear all,

I have a feature layer consisting of poly-lines. When I clicked on any polyline, it displayed successfully a tooltip panel containing its details in Google Chrome.

But, that doesn't work in IE 11.

How can I resolve this issue? Please guide me.

0 Kudos
1 Solution

Accepted Solutions
GiovanniMarrero3
New Contributor III

I had some problems with IE on other non-related issues. I added the below meta text to the head section of the HTML file to force IE to use an older version of IE instead of 11. Maybe it will help you.

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />

View solution in original post

5 Replies
RobertScheitlin__GISP
MVP Emeritus

Muhammad,

   Can you provide a sample that demos this issue for testing?

0 Kudos
GiovanniMarrero3
New Contributor III

I had some problems with IE on other non-related issues. I added the below meta text to the head section of the HTML file to force IE to use an older version of IE instead of 11. Maybe it will help you.

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />

MuhammadHammad
New Contributor II

Thanks,

"meta" tag helps in resolving the issue of tooltip control.

But, after applying meta tag, saving new polyline by using webservice is not working now in IE 11.

Following error is coming now:

 

Error: esri.config.defaults.io.proxyUrl is not set.  If making a request to a CORS enabled server, please push the domain into esri.config.defaults.io.corsEnabledServers.

Without "metatag", saving functionality using web-service is working fine.
Please let me know how can I resolve the issue.
0 Kudos
GiovanniMarrero3
New Contributor III

You can try setting the tag to 10 instead of 9 to see if it solves both your problems. You may need to set up a proxy when using IE9, see below. 

https://community.esri.com/thread/119562 

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Muhammad,

   Did you have a meta tag in your code for X-UA-Compatible before this? I normally have a meta tag of 

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

And this is only important if your organization has set IE to run in comparability mode or force comparability mode when using intra net sites.