Questions tagged [ie11-developer-tools]
121 questions
1
vote
0 answers
jsonrpc(jabsorb) is not sending data with POST request with IE=10 and IE=Edge document modes
I'm using jabsorb in my application. I'm initializing the client using the following code:
td.api = new JSONRpcClient(CB_ApiLoaded, "/td/json/baseApi");
This code sends POST request to the URL mentioned and returns response in CB_ApiLoaded callback…

Sibtain Norain
- 679
- 2
- 15
- 25
1
vote
0 answers
CSS3 PIE not showing rounded corners in IE8 mode within IE11
I'm not getting rounded corners in IE8 mode within IE11.
I've tried both relative and absolute paths, and neither work.
The PIE.htc file is in the same folder as the html file. I'm running on Jetty and don't have a .htaccess file. The PIE.htc file…

user1491819
- 1,790
- 15
- 20
1
vote
0 answers
Page cannot load CSS definition for ID html element until F12 Developer Tool opened once
I met a problem with my website. I developed my site by ASP .NET. I met _doPostBack problem when using IE10-11 then I fixed it by installing hotfix KB's hotfix .net _dopostback. Now I met another issue with CSS definition for ID html element.
The…

Nguyen Tran
- 1,158
- 1
- 11
- 18
1
vote
1 answer
Google Charts error with IE11 emulator for IE8
I am aware of an issue the IE8 emulator in IE11 causing Permission Denied errors when using Google Visualization API to add charts to a webpage.
However I have a number of pages that use charts on the website I am developing and I noticed this error…

egd
- 162
- 2
- 9
0
votes
1 answer
addEventListener on a body element does not get executed
I am using MS Edge in IE11 compatibility mode and have an HTML page in which I have:
Further below, I have also: