internet-explorer-9

Disable IE9 Javascript debugger when using Visual Studio 2010

和自甴很熟 提交于 2019-12-05 06:44:15
Is there a way to disable javascript debugging when using Visual Studio with IE9? If you click the Tools (Alt+X) button, then click the Internet Options menu item. In the Advanced Tab, and in the Browsing category: Check Disable script debugging (Internet Explorer) This should disable the Javascript debugger I tried the solution provided by Dotmister, but it didn't work on my Vista (x64), VS2010 and IE9. However I tried the following and it worked (source: http://www.visualstudiotutor.com/2011/02/disable-stopjavascript-debugging-in-visual-studio/ ) Open the application Property page and select

IE 9 ignoring CSS rules

牧云@^-^@ 提交于 2019-12-05 05:40:23
I have this weird issue with IE9 where it is ignoring certain CSS rules on its own. Even IE8 loads it correctly. So does IE 10 and all the nicer browsers like FF and Chrome. The css is being loaded with "text/css" MIME. For example, These rules are not being applied by IE9. I cannot find these rules in the developer toolbar CSS tab. .B2B .info_cart { display: block; clear: both !important; } .B2B .info_cart .priceDetail { font: 14px/22px Arial,Helvetica,sans-serif; padding-left: 3px; } .B2B .info_cart .priceInfo { bottom: 2px; font-size: 10px; line-height: 24px; margin: 0 0 0 2px; overflow:

Whitescreen issue in IE9 - Removing iframe

筅森魡賤 提交于 2019-12-05 05:28:20
I"m wondering if anyone can give me some insight into a really strange IE9 issue I've been struggling with. I'm finishing up production of a site for work - it works well in ff/chrome/ie7/ie8 with no script errors. On IE9 the last step of the application causes the entire tab to whitescreen with no script errors or warnings. (changing the document mode to ie8 will fix the problem but is obviously unsuitable for production) Unfortunately the site pretty complex with a ton of ajax, and in-page scripts so I can't really post the relevant code easily. I'm more trying to figure out how to diagnose

Empty space (or white space) shown in between cells in ajax fetched data fed to table in IE9 browser only,

百般思念 提交于 2019-12-05 05:18:56
As the title suggest, I have a table which is loaded from database. First only 15 rows are fetched. Later there is way to make it show 15 , 50 and 100 records to show using dropdown list. Which is fetched via ajax. Some how if I make the fetch record count more than 59 or above, empty space is created in between cell at random row. It happens only in IE9 browsers. IE Browsers version< 9 are good, FireFox, Chrome, Safari are good as well. This is my first question so I'm not allowed to post image, so I'll put some numeric forms below. |..1..||..2..||...3...||....4....||.5.||..6..||..7..| Let's

TActionMainMenuBar and TActionToolbar lose settings

余生长醉 提交于 2019-12-05 03:43:07
I stumbled across a really weird behavior recently. When I use a TActionMainMenuBar (or a TActionToolBar) in my program, compile and run, and then start Photoshop CS5 or Internet Explorer 9, the ActionMainMenuBar (and ActionToolBar) loses all its settings. The colors defined in the assigned colormap disappear and the font settings are also lost. Has anyone seen this before and knows a workaround? D2007 Pro (all updates applied), D2010 Pro (all updates applied), Vista Home Premium 32 bit, NVidia GForce 8600 GT, latest driver installed. Steps to reproduce: Drop a TActionManager and a

jQuery.ajax() - undefined data returned in IE9

荒凉一梦 提交于 2019-12-05 03:26:13
i have a very simple code: $.ajax({ cache: false, dataType: 'html', complete: function(jqXHR){ console.log(jqXHR.responseText); }, success: function(data){ console.log(data); }, url: 'http://follows.pl/pages/ajaxtest' }); it returns some text in ff, chrome and IE8, but in IE9 it shows twice "undefined". I've looked into developer tool in IE9, and it showing a normal response so the request works fine, response is fine, but variables are undefined headers of response: Response HTTP/1.1 200 OK Cache-Control no-cache Content-Type text/html; charset: UTF-8 Pragma no-cache response string(4) "test"

Angular JS “SCRIPT5007: Object expected” error in IE9 and IE10 upon loading the angular library

喜你入骨 提交于 2019-12-05 03:22:08
I am developing an AngularJS application that should run on Firefox and IE 9 and IE 10. I use the latest version of angularjs library (now it is 1.3.15). The serverside is written in Java in JavaEE platform and server runs on GlassFish, and our computers run windows 7. Everything works fine when I am running the server locally on my computer and access my application using the http://localhost:8080 url. But in IE9 and IE10, when I try to load the application from my server by using my ip address (something like http://191.10.10.200:8080 ) then angularJS library fails to load. It gives an error

Get datalist options in IE9 with JavaScript

淺唱寂寞╮ 提交于 2019-12-05 02:21:33
This code works in all major browsers except Internet Explorer 9. I don't understand what I'm doing wrong, it's probably something simple that I'm missing. Copy this code (or use this jsFiddle ) to see the problem in IE9: <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Datalist fetching in IE9</title> <script type="text/javascript"> //document.createElement('datalist');//this seems to fix it for IE6, but not for IE9 window.onload = function() { alert(document.getElementById('languages').getElementsByTagName('option').length);//should

IE9 round corners and filter: progid:DXImageTransform.Microsoft.gradient

戏子无情 提交于 2019-12-05 01:55:14
I used filter: progid:DXImageTransform.Microsoft.gradient to get gradients for IE <9. Now, when combined with a shadow, or a different background underneath, I get box sticking out. Is there a way to keep backwards-compatibility, without conditionals and external stylesheets? See code: .class { float:left; border:solid 1px #AAA; position:absolute; z-index:1; text-align:left; width:350px; margin: 12px 0px 0px 0px; background:#FFFFFF; border-radius:5px; box-shadow:5px 5px 5px #BBBBBB; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f5f5f5, endColorstr=#FFFFFF);

Kendo UI Grid Export to Excel / PDF not working on IE9

爷,独闯天下 提交于 2019-12-05 01:25:29
问题 I´m having problem to export Kendo UI Grid to excel and pdf in IE9. Everythig works fine using Chrome but in IE9 nothing happens. Here is my grid. Is there something wrong or missing? $("#gridDetalhes").kendoGrid({ dataSource: { data: myJsonList }, excel: { allPages: true, fileName: "SGD_Detalhes.xlsx" }, toolbar: ["excel", "pdf"], columns: [ { field: "DataInicio", width: "135px", title: "Início", type: "date", template: '#= kendo.toString(DataInicio,"dd/MM/yyyy HH:mm:ss") #' }, { field: