Since Update KB4486474 we're no more able to edit a text-area in our Intranet CAS Platon with IE 11.0.9600.19266
Editing the text-area is no Problem with other Browsers.
Do you have solution?
Since Update KB4486474 we're no more able to edit a text-area in our Intranet CAS Platon with IE 11.0.9600.19266
Editing the text-area is no Problem with other Browsers.
Do you have solution?
i am wondering if WebMatrix 3 would work fine on Windows 10. i have installed Windows 10 on my machine and i m planning to use WebMatrix3 to develop an eCommerce site. I am wondering if it will work fine when using template such NOPCommerce. please advise.
thanks,
Hi,
After recent IE 11 update, we are facing compatible issues while accessing intranet sites. As a temporary workaround we are unchecking 'Display intranet site in compatible view' checkbox.
Previously we are not facing any compatible issues. Only after recent patch update we are facing compatible issue. Is there any permanent fix available to this compatible issue instead of 'Compatible view settings'?
Thanks,
Vel
Hello Team,
I'm looking forward to a solution which would reduce(or free) the memory consumed by Internet explorer control within application while navigating to different LinkedIn web pages. Any sort of help is highly appreciated. We are adversely affected by this memory leak with IE control inside application.
I'm using TwebBrowser in an embarcadero XE4 application. It claims that "TWebBrowser wraps theIWebBrowser2interface from Microsoft's Shell Doc Object and Control Library (SHDOCVW.DLL)".
My Issueis, While browsing webpages memory consumed by browser isnot being released. Browser instance doesn't release memory on form close. I have to close entire application in order to release memory consumed by browser instance.
I googled and triedseveral suggestions with No luck. Someone suggested an approach to "Cleanly Destroy WebBrowser Control" on this Stack Overflow link. But this also does not work to release memory.
Steps toreproducethe issue:
Pre condition: FEATURE_BROWSER_EMULATION is set to 11001 in registry.
Actual Result:
Think of a multiple document interface in which form containing TwebBrowser is launched from another form. If you close the form containing WebBrowser, Memory is not released.
Expected Result:
Memory should release either on closing form containing Twebbrowser or navigating to different page within browser.
hi guys
i don't know if this is the exact location for writing the question but the question is :
i have enter visual studio 2015, i have created a new project for WebApplication , i added one button only to the main page, & i have successfully created the file project (.aspx ...etc) & when i uploaded the file to the server (the server is freeasphosting.net) , the web site does not work , i mean the main page with the added button does not appear? why?
what is an OS...
I have posted this same issue on stackoverflow with no response:
http://stackoverflow.com/questions/36631874/ie-aborting-http-post-requests-with-error-0x2ee2
We have tried reproducing this issue but it only happens on a few machines.
Basically, when trying to upload files using either angular $http or jquery ajax, some of the upload requests seem to randomly get aborted, and I get this error:
XMLHttpRequest: Network Error 0x2ee2, Could not complete the operation due to error 00002ee2.
I dont really see anything in the winInet logs.
I am using IE 11 and trying to fix an application which was working before. It still works in Chrome.
The XML is being returned from a stored procedure, but the xslt is not being able to process it. Here is the code in .js file:
function ReviewComplete(data) { xml = data.responseXML; xsl = asyncLoadXSLT('../Styles/XSLT/MyXslt.xslt'); transformXSLT(xml, xsl, "CmmContainer"); $("#txtComment").val(''); } //Transform results function transformXSLT(xml, xslt, containerID) { $('#' + containerID).html(" "); // code for IE for client side xsl transformation if (window.ActiveXObject || xhttp.responseType == "msxml-document") { ex = xml.transformNode(xsl); $('#' + containerID).html(ex); }
The code errors out at
ex = xml.transformNode(xsl);
the error says:
JavaScript runtime error: Object doesn't support property or method 'transformNode'.
I am not sure where the issue is. I tried making the xslt compatible with previous version of IE by introducing-
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" /> in the xslt file, which didn't help. I have done it as:<xsl:template match="DATA"><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" /><xsl:for-each select="Comment">
....
Not sure how to include it though.
Please guide what necessary steps should I take to resolve this issue.
Stephen
I have an IE plugin installed using (Windows exe) installer built with Inno Setup.
With SmartScreen filter enabled, IE9 complains that the file "is not commonly downloaded and could harm your computer".
I've read developer suggestions in MSDN blog , but still need help finding the easiest approach to workaround this.
1. The plugin is still in development and about to be launched, so it has a zero download reputation.2. The plugin installer is signed with certificate (purchased from instantssl.com).
3. Applying for a MS Logo program seems like a huge overkill for our project
4. The download link starts with http:// and uses ASP.NET redirect handler (.ashx) to get the real file.
5. If I change the download link to https:// (uses a valid purchased certificate), SmartScreen filter still complains.
6. Windows Defender or NOD32 don't report any issues with our plugin installer file.
Questions :
1. Will the Extended Validation (EV) certificate be of any help, comparing to (not EV) certificate we're using now?
2. Can we somehow speak directly to Microsoft to enable our plugin download, without applying for MS Logo program? We're a startup owning a BizSpark account, if this helps.
3. What estimated number of downloads can increase the rating of our installer high enough to suppress this warning message in IE9?
Hi,
I have been developing a WepAPI application using Angular JS. While testing API call on Edge's developer tools, I can see a cached API call which was not observed on any other browser and fiddler. I've cleared all history, cache, cookie and app data but the issue still persists.
Please find below image for clarification and let me know what will be the solution to avoid this call.
https://filestore.community.support.microsoft.com/api/images/8762e66e-636a-4a2e-9307-49fb073646d3?upload=true
Hi Team,
I want to develop a internet explorer browser extension where i will click on to the extension that will open open small emoji window. after clicking onto to any emoji, feedback form will be opened with Ok button.
Can anyone help me? I have tried the Google where I get COM object and BHO solutions which is much higher from my understanding. Is there any running example where I can debug and develop my own.
Thanks
D.
On clicking save button of child window, the existing parent is supposed to reload.But a new window is coming up with the updated values.
This works fine in other browsers but in IE we are facing this.
The customer is using Citrix , and the issue persists only for them.
Is there anyway we can resolve this issue in IE11 corresponding to Citrix ?
Hey everyone,
I'm trying to get use data from the Microsoft AI School. I see that there is an API available that utilizes the user's cookie as authentication.
https://aischool.microsoft.com/api/en-us/profile
This returns a JSON value with everything that I need.
{"uniqueId": null,"email": null,"firstName": "","lastName": "","theme": "Light","isAnonymous": true,"savedModules": [],"recentlyViewedModules": [],"completedModuleContents": [],"profilePicture": null,"curatedLearningPaths": [],"activity": null,"firstActivity": null,"ratings": [],"id": null }
Unfortunately (or for security reasons - fortunately), I don't have access to another domain's cookie which is required for the XHR GET request to the API. I was able to verify this by manually inserting the cookie value into the XHR request and received my profile data.
My question: Does anyone know anything about this API? How to authenticate via OAUTH or even basic authentication to it, or perhaps another way of getting this data? I've looked into the Graph API, but doesn't seem to hold this information.
Thanks in advance!
Jeremy Corbello | https://www.jeremycorbello.com
I have a .NET web site with back-end SQL Server with IIS as web server. all on one machine. The configuration worked perfctly in Windows 7, but Had to reimage the machine nad got Windows 10. Now, I can access the web app but noone else can.
The web app is developed in C# and IIS is set up with basic authentication with impersonation for authenticated users. This is an intranet website. I also updated .NET Framework to 4.x and Visual Studio to 2017 from 2010 to support TLS 1.2.
I have given access to both Network Service and IUSR users, also the app pool user. No difference. There are no code changes, I just recompiled and re-published the website.I live in the world of domain and AD and there is no possibility that IT would create
a user group.
Any thoughts on how to make it work? Thanks in advance.
I have issues with copying and pasting content from and into a div with contenteditable set to true. Like in this editor I can't use CTRL-C -> CTRL-V, while copying from or pasting to another element or program works just fine.
To reproduce:
Microsoft Edge 44.17763.1.0
Microsoft EdgeHTML 18.17763
Windows 10 Pro 1809
We have a problem whit Internet Explorer 11.
We use javascript xmlHTTPRequest to POST data to the server. But randomly the POST data dissapears from request, content length set to zero and Authorization header appear. This issue can ruin our applications, and hard to find why this issue happens very randomly.
Original (normal) header:
POST http://localhost/survey/setSurveyData?SurveyId=2394 HTTP/1.1 Accept: */* Content-Type: multipart/form-data; boundary=---------------------------7e3c828440a8a Referer: http://localhost/survey/showForm?SurveyId=2394 Accept-Language: hu Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko Content-Length: 222 DNT: 1 Host: localhost Connection: Keep-Alive Pragma: no-cache Cookie: PHPSESSID=....<erasednonpublicinfo>... -----------------------------7e3c828440a8a Content-Dis name="data" [{"Type":"Answer","SurveyId":2394,"FactorId":11,"TopicId":56,"IsTl":1,"Value":"2"}] -----------------------------7e3c828440a8a--
Problem header:
POST http://localhost/survey/setSurveyData?SurveyId=2394 HTTP/1.1 Accept: */* Content-Type: multipart/form-data; boundary=---------------------------7e3d828440a8a Referer: http://localhost/survey/showForm?SurveyId=2394 Accept-Language: hu Accept-Encoding: gzip, deflate User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko DNT: 1 Host: localhost Connection: Keep-Alive Pragma: no-cache Cookie: PHPSESSID=....<erasednonpublicinfo>... Authorization: NTLM TlRMTVNTUAA....<erasednonpublicinfo>... Content-Length: 0
We met this problem with IIS10, Apache and Object Pascal (Indy) servers. Looks like the browser unreasonably (arbitrarily) sends NTLM authorization header instead of our POST data.
Internet Explorer version: 11.1631.15063.0 / 11.0.110 (KN4486474). Same problem found with Egde browser too.
No proxy configured.
Somebody can explain, what happens and which is the steps to fix it?