internet-explorer-9

CSS3 ch unit inconsistent between IE9+ and other browsers

走远了吗. 提交于 2019-12-01 18:08:38
问题 IE9+ claims to support the ch CSS unit. By the definition, this unit is 'Equal to the advance measure of the "0" (ZERO, U+0030) glyph' of the current font, or, in simpler words, the width of the character box for the glyph for “0”. This interpretation seems to be right for Firefox 10+ and Chrome 27+: <div style="width: 10ch;"></div> and <div>0000000000</div> have exactly the same width given they have the same font of the same size. But in IE9+ the ch unit seems to mean something slightly

Passing parameters into a closure for setTimeout

↘锁芯ラ 提交于 2019-12-01 17:47:04
I've run into an issue where my app lives in an iframe and it's being called from an external domain. IE9 won't fire the load event when the iframe loads properly so I think I'm stuck using setTimeout to poll the page. Anyway, I want to see what duration is generally needed for my setTimeout to complete, so I wanted to be able to log the delay the setTimeout fires from my callback, but I'm not sure how to pass that context into it so I can log it. App.readyIE9 = function() { var timings = [1,250,500,750,1000,1500,2000,3000]; for(var i = 0; i < timings.length; i++) { var func = function() { if

Visual Studio fails debugging JavaScript in IE9 - says “The correct version of pdm.dll is not registered”

谁说胖子不能爱 提交于 2019-12-01 17:20:49
I encountered this problem after installing IE10, finding it did not work well on my Windows 7 system, and uninstalling it. Now, back to IE9, VS2010 could not attach to the process and reported the error. I followed the instructions to repair the VS2010 installation and did the regsvr32 on pdm.dll. Still does not work. Uninstalled IE9, and reinstalled it. Still no luck. Here's the solution: The key is that the message says the incorrect version of pdm.dll is not registered. Apparently the IE10 install provided a new pdm.dll and the re-install of IE9 did not replace it. I found an older version

How to POST to HTTPs?

三世轮回 提交于 2019-12-01 16:37:55
Assume i have a form that right now is doing a post: <form id="post-form" class="post-form" action="/questions/ask/submit" method="post"> You'll notice there is no site in the action , the browser follows where it got the page from. The browser follows current domain rules when posting If the current page is... then the browser will POST to ======================================= ============= http://stackoverflow.com/questions/ask http://stackoverflow.com/questions/ask/submit https://stackoverflow.com/questions/ask https://stackoverflow.com/questions/ask/submit But I want to ensure that the

Visual Studio fails debugging JavaScript in IE9 - says “The correct version of pdm.dll is not registered”

淺唱寂寞╮ 提交于 2019-12-01 16:28:29
问题 I encountered this problem after installing IE10, finding it did not work well on my Windows 7 system, and uninstalling it. Now, back to IE9, VS2010 could not attach to the process and reported the error. I followed the instructions to repair the VS2010 installation and did the regsvr32 on pdm.dll. Still does not work. Uninstalled IE9, and reinstalled it. Still no luck. Here's the solution: The key is that the message says the incorrect version of pdm.dll is not registered. Apparently the

Could not complete the operation due to error c00ce56e

强颜欢笑 提交于 2019-12-01 16:13:15
I've upgraded from rich faces 3.3 to rich faces 4.2 because ajax didn't work for IE9. Now it still not works. After receiving the Response IE gets an JS error "SCRIPT58734: Der Vorgang konnte aufgrund des folgenden Fehlers nicht fortgesetzt werden: c00ce56e." while trying data.responseText=request.responseText on jsf.js.html?ln=javax.faces&conversationContext=2, Line 1 Row 21747 I think it's because of an incorrecct HTTP header Content-Type: text/xml;charset=UTF8 should be Content-Type: text/xml;charset=UTF-8 Here The raw-response of the server HTTP/1.1 200 OK Server: Apache-Coyote/1.1 X

IE throws JavaScript Error: The value of the property 'googleMapsQuery' is null or undefined, not a Function object (works in other browsers)

◇◆丶佛笑我妖孽 提交于 2019-12-01 15:22:30
I'm having a real problem with JavaScript scope in IE 9. This is inside the body of my document (yes, I realize script should go in the head for proper HTML, but I've never had it break a script before). The script is in the body because I don't want to mess with a shared header page for a script that is only relevant for this page: <script type="text/javascript"> function googleMapsQuery(accountNum) { // function code is here (omitted for brevity) } </script> This is inside a td block inside a tr block inside a tbody block inside a table block inside a form block inside the body : <button id=

Why is IE9/Firefox showing a different font size in relation to other browsers?

拟墨画扇 提交于 2019-12-01 15:18:33
I'm programming the CSS of a site, and realized that the Internet Explorer 9 is showing different font size in relation to other browsers (Firefox, Chrome, Safari, IE7 and IE8). I've tried using some RESETS, and I am specifying the font in px , but IE9 still shows the difference in font size. I've tried using font-size in pt , in , percentage, but had no success. I changed the font before (Georgia, Times New Roman, Verdana). Some of them are shown larger, others are smaller in IE9. I checked the zoom settings and text size in IE. They are 100% and medium respectively. To illustrate, I created

How to POST to HTTPs?

心不动则不痛 提交于 2019-12-01 14:35:42
问题 Assume i have a form that right now is doing a post: <form id="post-form" class="post-form" action="/questions/ask/submit" method="post"> You'll notice there is no site in the action , the browser follows where it got the page from. The browser follows current domain rules when posting If the current page is... then the browser will POST to ======================================= ============= http://stackoverflow.com/questions/ask http://stackoverflow.com/questions/ask/submit https:/

Cons of using Internet Explorer's Compatibility Mode

 ̄綄美尐妖づ 提交于 2019-12-01 14:33:55
问题 What are cons of force a web site viewed in IE to compatible mode? Say we force IE9 to IE8 compatiblity mode? Performance drawbacks Can't use any new IE9 specific features like HTML5/CSS3/SVG Why? We run legacy web app which is developed since 2000 so it's a mess ball fighting to be compatible with Chrome, Opera, Firefox, IE6/7/8 and now we decide to add IE9 to the list. But with IE9 we run in issues with printing, "Permission deniend" JavaScript errors (probably something about cross-frame