CSS with a font defined by a data url causes IE 11 to crash.
CSS with a font defined by a data url causes IE 11 to crash.The font.css contains 6 fonts using the src: url(data: encoding: @font-face { font-family: 'fontName'; font-weight: normal;...
View ArticleX509 Certficate Reading
Hi,I'm attempting to read a clients certificate using the following c# code: var store = new X509Store(StoreLocation.CurrentUser); store.Open(OpenFlags.ReadOnly); var...
View ArticleHow to keep F12 enabled ?
Often when I want to debug a webpage the F12 tools entry in the menu is disabled.I have to enable it by resetting the internet explorer configuration and uncheck the no script debugging checkbox.This...
View ArticleDISPID_ONQUIT IE event on Win8
Our application creates the IE COM object and eventually calls Navigate to our on-line help system. I keep the COM object interface and I keep IE open. I also connect to IE events. One event I handle...
View ArticleInternet Explorer 11 Install causes changes to drafts being lost in Outlook 2003
After an automatic install of IE 11 via Windows Update I found two Outlook 2003 (SP3) installs on two different machines facing the following problem:Changes to drafts would no longer save, also...
View Articlehow to differentiate between standard and quirks document mode for IE10
I have to check when a user has selected Quirks or Standard document mode from the developer tool for IE10. Using the below code, i always get the same value i.e. 10 for both the...
View ArticleHTML file styled using mutli column layout with problem in javacript while...
I do apply css multi column layout style with some javascript on html click in order to move between columns generated by css.Here are the css file and js function.var myWidth = 860; var myGap =1000;...
View ArticleMVC application JQuery-UI AutoComplete MinLength and Select not working
In a MVC application, I have JQuery-UI AutoComplete textbox which fetches data from database. MinLength and Select not working. I have uploaded the complete project including the DBScript and DB backup...
View ArticlePages appear different in update version 9.0.11 and 9.0.21.
Pages appear different in update version 9.0.11 and 9.0.21. Is there a way this can be fixed on 9.0.11 to make the appearance same as 9.0.21.
View ArticleInternet Explorer on MSHTA and VBScript (in the future)
Hi. I read that vbscript became obsolete on IE 11. MSHTA though still supports VBScript because it is run in compatibility mode (IE7). Will in the future, HTML Applications with VBScript code become...
View ArticleWhat is the difference between IE10 on Win7 32bit and IE10 on Win7 64bit?
Hello brothers,I am working on one issue for a tool that can work smoothly on IE10 on Win7 32bit but doesn`t work well on IE10 Win7 64bit. is there any different configurations between IE10 on Win7...
View ArticleJavascript window.focus() is not working on IE11
when opened more then 1 tab in browser window.focus is not working when executing this script:var handler = window.open("link", "target", "width=100,height=100"); handler.blur(); window.focus();
View Articledisable Hold box (from right click) on touch devices
Hi,I am trying to get my Jquery sortable functionality working on our touch device (W8.1, ie11, dell venue 11). The problem seems to reside around the right click event. To move things around in a...
View ArticleAbsolute Positioned Link only works without Comptible Mode in IE8
The following "CLICK HERE..." anchor works if IE8 is not in compatibility Mode.<div id="randomPic" runat="server" class="pic" style="; z-index: -10;"><a id="picTitle" runat="server"...
View ArticleIE10 font format issue
Hi, In IE10 browser, when http header X-UA-Compatible is set to EmulateIE8, IE10 displays the font collapsed. There is uneven letter spacing observed.Here it can be observed that there is no...
View ArticleRefresh JQuery Edit Dialog after update
I have a JQuery UI modal dialog which loads an Edit view which saves the edited data in the database. When the view loads for the first time, I click the Edit link which opens the Edit view with the...
View Articlewindow.open() will open separated windows even using the same window name?
Hi, I have below two test html pages as below(could not find a way to insert a attachment, so paste the content below). The reproduce step is as below: (My environment is Win8.1 with IE11)1. Open...
View ArticleLocal folder as Trusted Site with Internet Explorer 11
Hi, I wrote a full-screen web app that runs locally to display my video collection via a 10-foot user interface I created with HTML/CSS/JavaScript. It uses Scripting.FileSystemObject to process local...
View ArticleWhich form to show when access denied in asp .net web
Hi, I am pretty new to asp .net, I am using VS 2013, I tried creating a web form project with the asp .net identity built-in forms.I created a new folder with some forms inside it, and I added a...
View Article