internet-explorer-10

'XML5619: Incorrect document syntax. ' error in IE10 Only

巧了我就是萌 提交于 2021-02-07 05:16:05
问题 I've been noticing during some IE10 testing that I keep running into the following error: XML5619: Incorrect document syntax. However, I'm not using XML explicitly, and I can't seem to find documentation as to what this error actually means. I'm using the HTML5 doctype, if that matters. Can anyone out there with IE expertise help lead me in the right direction? 回答1: set the content-type of you're request to text/xml and the error will disappear. I think IE10 expects the content-type to be set

'XML5619: Incorrect document syntax. ' error in IE10 Only

微笑、不失礼 提交于 2021-02-07 05:15:19
问题 I've been noticing during some IE10 testing that I keep running into the following error: XML5619: Incorrect document syntax. However, I'm not using XML explicitly, and I can't seem to find documentation as to what this error actually means. I'm using the HTML5 doctype, if that matters. Can anyone out there with IE expertise help lead me in the right direction? 回答1: set the content-type of you're request to text/xml and the error will disappear. I think IE10 expects the content-type to be set

'XML5619: Incorrect document syntax. ' error in IE10 Only

限于喜欢 提交于 2021-02-07 05:15:15
问题 I've been noticing during some IE10 testing that I keep running into the following error: XML5619: Incorrect document syntax. However, I'm not using XML explicitly, and I can't seem to find documentation as to what this error actually means. I'm using the HTML5 doctype, if that matters. Can anyone out there with IE expertise help lead me in the right direction? 回答1: set the content-type of you're request to text/xml and the error will disappear. I think IE10 expects the content-type to be set

IE10 websocket allowInsecureFromHttps

[亡魂溺海] 提交于 2021-02-05 20:15:34
问题 I've got a websocket implementation that I'm trying to make work across browsers . At some point, we'll migrate to wss:// (i.e. encrypted websockets) but for now, it's all ws://. When we serve a page from https that redirects to a ws host, we see the following: Chrome is okay. Firefox is okay if the allowInsecureFromHttps setting is set to true. IE10 barfs. I know that the correct path is to simply implement wss, but in the meantime, I'm wondering if there's any configuration I can apply to

Google Picker API sign in

房东的猫 提交于 2021-01-27 07:39:30
问题 I've got a few problems with Google Picker that I just can't seem to solve. Firstly, I have a problem with signing into my google account via the google picker window (as reported here https://groups.google.com/forum/#!topic/google-picker-api/3VXqKO1BD5g and elsewhere). In short, the picker works perfectly up until the point where it returns from the sign-in action. It fails to load the picker view once the account is signed in. The actions taken are as follows: Open Google picker Receive not

Google Picker API sign in

Deadly 提交于 2021-01-27 07:34:52
问题 I've got a few problems with Google Picker that I just can't seem to solve. Firstly, I have a problem with signing into my google account via the google picker window (as reported here https://groups.google.com/forum/#!topic/google-picker-api/3VXqKO1BD5g and elsewhere). In short, the picker works perfectly up until the point where it returns from the sign-in action. It fails to load the picker view once the account is signed in. The actions taken are as follows: Open Google picker Receive not

Response Cookie not getting set by Chrome & IE

巧了我就是萌 提交于 2020-08-22 05:32:26
问题 I'm trying to figure out why Chrome (26.0.1410.64) and IE10 don't seem to recognize the cookie I set in my response from an ASP.NET Web API controller. Here is the situation: I have a drop-down menu login form on my page that makes an ajax call to my Web API method (via HTTP POST) and that Web API method returns some JSON data and also sets a cookie in the response (using the HTTP headers). It works perfectly in Firefox and Safari (so, WebKit) but not in Chrome or IE. Chrome and IE appear to

How to prevent IE from opening my page in compatibility mode?

回眸只為那壹抹淺笑 提交于 2020-03-06 08:06:05
问题 I have this html/jsp page: <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML> <html ... </html> which, for some reason, is opened by default in compatibility mode on IE (in my case version 10) and this messes up everything as it just does not understand some modern constructs present in libraries such as angularjs. By opening developer's tools and changing the view mode to "standard IE" everything fixes up and my web application works fine. So, what's wrong with this

Angular 2 RC 5 Internet Explorer 10 poor scroll performance

心已入冬 提交于 2020-02-28 09:49:28
问题 I have built a product catalog app with angular 2 and now I am working on debugging the warts of IE. So, this is what happens: I have a CatalogComponent that contains a few children components that display the products in categories. I have 50-60 thumbnails in page so there is not a heavy load on page. The app works perfectly fine in other browsers, performance is ok. In CatalogComponent I have a function that detects what is the current displayed category. It listens to scroll events. this

Angular 2 RC 5 Internet Explorer 10 poor scroll performance

巧了我就是萌 提交于 2020-02-28 09:49:26
问题 I have built a product catalog app with angular 2 and now I am working on debugging the warts of IE. So, this is what happens: I have a CatalogComponent that contains a few children components that display the products in categories. I have 50-60 thumbnails in page so there is not a heavy load on page. The app works perfectly fine in other browsers, performance is ok. In CatalogComponent I have a function that detects what is the current displayed category. It listens to scroll events. this