internet-explorer-11

Are Flexbox and vh height units not compatible in IE11?

蓝咒 提交于 2019-12-02 20:17:43
I'm trying to use a flexbox-based layout to get a sticky footer for my page. This works well in Chrome and Firefox, but in IE11 the footer sits just after my main content. In other words, the main content isn't stretched to fill all of the available space. body { border: red 1px solid; min-height: 100vh; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } header, footer { background: #dd55dd; } main { background: #87ccfc; -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; flex: 1 0 auto; } <body> <header

IE 11 Developer Tools Issue - Exception in window.onload

走远了吗. 提交于 2019-12-02 19:56:43
I installed Internet Explorer 11 on my Windows 7 machine and it's not building the DOM in DOM Explorer. Does any one know about this issue? I tried to uninstall and re-install IE many times, but the problem still persists. The DOM Explorer tabs shows error shown in image - Smita More This security update fixed it for me and others involved : http://www.microsoft.com/en-us/download/confirmation.aspx?id=44431 Make sure you install the correct version of the security update. There is a different version for x86 installs of Windows 7, too. Gavin I have Windows 7 (x86: 32 bit) and the top answer

IE11-Only Submit Bug

怎甘沉沦 提交于 2019-12-02 19:02:37
I have a form on a page, something simple like: <form action="form/submit" method="post"> <button type="submit">Submit</button> </form> It works in every single browser, including older versions of IE, BUT in IE11 it fails, with the tab stuck in a continuous loading loop, never changing to the "thank you" page after submission. HOWEVER, if I open the console, it DOES work. I'm aware of the console.log issues IE has, and already am using: if (!window.console) { console = { log: function() {} }; } to avoid it, which seems to be doing fine (as mentioned, every other IE works). Any insight as to

Protractor Test Cases Not Working in Internet Explorer 11

拟墨画扇 提交于 2019-12-02 18:10:00
问题 Protractor Test Cases Not Working in Internet Explorer 11 on Windows 10 Enterprise Protractor.conf.js has below configuration. seleniumAddress: 'http://localhost:4444/wd/hub', seleniumArgs: ['-Dwebdriver.ie.driver=node_modules/protractor/selenium/IEDriverServer.exe'], multiCapabilities: [ { browserName: 'internet explorer', 'platform': 'ANY', 'version': '11' } ] When I try to run either ng e2e command to run the test cases, I get Driver.version: unknown exception like below. **Exception Trace

IE11 detect whether compatibility view is ON via javascript

偶尔善良 提交于 2019-12-02 17:38:06
does anyone know how to check if IE 11 compatibility mode is ON when I'm on a website through javascript? I added the url to the list compatibility view settings. But when I do navigator.userAgent in developer tools, it returns Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; rv:11.0) like Gecko Looking at the microsoft website ( http://msdn.microsoft.com/en-us/library/ie/hh869301(v=vs.85).aspx ), it says The compatible ("compatible") and browser ("MSIE") tokens have been removed. Any help on detecting

Does Internet Explorer 11 support border-image?

对着背影说爱祢 提交于 2019-12-02 14:31:11
问题 As the title, does Internet Explorer 11 support border-image? Because if i use this CSS: .windowtemplate { border: 18px solid black; -webkit-border-image: url("../images/windowtemplate/boxtemp.png") 18 18 18 18 round round; -moz-border-image: url("../images/windowtemplate/boxtemp.png") 18 18 18 18 round round; border-image: url("../images/windowtemplate/boxtemp.png") 18 18 18 18 18 round round; } works in all other browsers (Chrome, Safari, Firefox) except IE11. There is an other way to make

Create Registry Key (and Subkeys)?

[亡魂溺海] 提交于 2019-12-02 13:59:29
I am trying to create a registry key and subkey for enabling IE 11 enterprise mode for all users on a machine. This is what I am using for my VBScript currently and it is failing horribly (does not add the key). I could use some assistance in getting this corrected. Const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "." Set ObjRegistry = _ GetObject("winmgmts:{impersonationLevel = impersonate}! \\" & _ strComputer & "\root\default:StdRegProv") strPath = strKeyPath & "\" & strSubPath strKeyPath = "Software\Policies\Microsoft" strSubPath = "Internet Explorer\Main\EnterpriseMode" strName =

Web application which is working in firefox,chrome and ie8 is not opening in IE10 ,IE11

こ雲淡風輕ζ 提交于 2019-12-02 13:04:56
I developed an Web Application which is working fine in all other browser even in IE8 but not working in Latest version of IE like IE10,IE11. In IE11 on button click it throws an error like " Input string was not in a correct format " but in IE8 and other browser it was working without any error. In IE11 if i press F12 and see in DOM Explorer it throws error as: exception in window.onload js plugin.3005-Inprogress. can any one help me to solve this issue. Thanks in advance. On button click i am getting the error.but if i keep break point in the button click and check .i found that the click

Get undefined javascript function in IE 11

人盡茶涼 提交于 2019-12-02 12:29:46
问题 I got some error when call function in IE 11. In my case I have two scripts inside one <script> tag. This is my function : <script> function test() { alert("oke"); var currency = $('#curr_drop').val(); var total_room_qty = calculate_amount(currency); // total all room var btn_class = $('#book_button').prop('class'); var this_qty = $(this).val(); var this_plan_type = $(this).data('plan-type'); var this_plan_id = $(this).data('plan-id'); var this_plan_day = $(this).data('plan-day'); } function

How to edit 1st instance of text in multiple htm files using batch command?

故事扮演 提交于 2019-12-02 10:34:17
I need to remove the first instance of the <P> and </P> tags in multiple .htm files, all in a single directory, using a batch command. Any suggestions. Edit - I just realized that there may be multiple DIVs in the .htm files, and so I would need to remove only the 1st instance of the <P> and </P> tags in each DIV (if any). And to clarify, I only want the tags removed, but do want the content/text in between the tags to remain. Thanks for the answers/comments thus far!!! As for why, long story, but just know I work for an agency that has a contract with a vendor who did not test the version we