Why is my custom font not working in IE11
I have this code, it works on my ipad (Safari) and iphone, but not on my laptop (windos7 / ie11 )why ?<html><head><style> @font-face { font-family: June; src: url('myfont.ttf'); } h1...
View ArticleRemote IE is claiming to be Chrome browser???
I just signed up for remote.modern.ie to do site testing. Sounds like a really great idea. However, I quickly noticed that the remote was not executing ActiveX. In fact, (window.ActiveXObject) returns...
View ArticleIssue with IE11 Security Setting: CHECK "Do not save encrypted pages to disk"...
Once parameter “Do not save encrypted pages to disk” is checked - if we download and expect to have an option to “Open” documents without saving to local disk, we don’t see the option to Open the...
View ArticleChanging pages query
Hi,,I have a multipage web application, in which I change pages by means of Jquery $.mobile.changePage. This works fine. I change pages, the new url shows up in the address area, and the new html page...
View ArticleFonts getting enlarged on IE 11- Fonts appear larger in Internet explorer 11...
Hi,I am experiencing an issue on IE11 where fonts in a custom control(dropdown) are getting enlarged. The same is getting rendered properly on IE9. Due to security reasons I cannot provide the actual...
View ArticleIE Metro : Image used when swipe back gesture done
We are working to get our web application to work in IE metro (windows 8.1) as a kiosk but we are having a few issues:1. When the user swipes to go back they see (as they swipe) an image of the...
View ArticleInconsistent rendering the :before pseudo-element
There seems to be a problem with the way IE11 is rendering the :before pseudo-element. In the example below every second or third tag has a space between the a:before and the "a" tag. This does not...
View ArticleHow to use MSHTML to set a -ms-transform scale or matrix on an iframe or div...
How to use MSHTML to set a -ms-transform scale or matrix on an iframe or div element. Has anyone got an example on how one may accomplish this in MSHTML via the available COM interfaces in...
View ArticleLeft-Click Highlights Entire Playing Field
Hi, All... We have an application that can be modeled...
View ArticleDynamically choosing Activex Codebase based on architecture
HI all,I am trying to find a way to have the codebase attribute of an object element which is hosting an ActiveX control update based on IE architecture, BEFORE the activeX control attempts to...
View ArticleThe Superiority of Microsoft Internet Explorer - JavaScript Sort - function
Since Firefox is still "avoiding" support for HTML5 Standard "innerText" property - here is a version usingtextContent where you can test the sort ability and stability on each UA you may currently...
View ArticleInternet Explorer cannot open the Internet site - Operation aborted
Ok, so i have read the previous posts on this topic and none of the solutions have resolved my issue. I recently restored a Gateway PC running Vista to factory settings in order to give to my mother....
View Articlebug on ie10 and ie11 with onbeforeunload and closing tabs
Steps to reproduce:1. Create html file with content.<html><head></head><body><script>var func = function(){return 'xxx';};window.onbeforeunload =...
View ArticlePotentially harmful HTML
I am writing a Web application that is going to be used to handle email requests.I have written an application that I have running on a server that retrieves the emails and puts all of the information...
View ArticleWhen loading large number of images, images begin to fail to load in IE11...
When loading many images on a single page in IE (reproduced in IE11), some of them begin to fail to load, and have something similar to the following warning in the console: DOM7009: Unable to decode...
View ArticleJavascript storage event not executed in WinForms custom web browser control
I have custom WinForm web browser control that works fine in most cases. The problem I'm having is connected with local storage events. When adding a listener to the storage event...
View ArticleIntranet site in IE11
Please help me to find answers for below questions,1. How to check whether Enterprise mode is enabled or not in IE11?2. What is the default mode for IE11?3. How to check, which mode my intranet site is...
View ArticleFile upload fails if a NTLM auth in IE11
In latest IE 11, I have the same issue which solved with KB2980019 for IE 10.Can somebody say, how it is possible. But I don't know why it works in IE9, but doesn't in IE11. Tested on different windows...
View ArticleIEHOST not working and not logging.
I'm running IE11 and am attempting to host a windows control in a html page. I know that this ins now obsolete but it is a legacy app that I'm dealing with. I've enabled logging, set up trusted sites,...
View ArticleImageData.data on Internet Explorer 11 ( Windows 8.1 Enterprise vs Windows...
I have been developing an RDP solution over HTML5 which makes use of the ImageData object. This object has a data property which is expected to return a Uint8ClampedArray. However, when using the...
View Article