internet-explorer-11

IE11 draws small line between positioned elements

帅比萌擦擦* 提交于 2020-03-19 05:20:10
问题 I constructed a thought bubble with HTML and CSS and found an issue solely on IE11 - every other browser (down to IE9) works great. The idea is simple: Have a container that contains text and give it a background-color and round corners. Then put another element into it and make it look like an arrow. Position the arrow so that it sits right next to the container. The problem: Somehow, even though the arrow sits perfectly adjusted, there is a very small line between arrow and container. And

org.openqa.selenium.NoSuchWindowException: Unable to get browser while trying to open Internet Explorer 11 through Selenium and IEDriverServer

耗尽温柔 提交于 2020-03-11 14:53:08
问题 I'm unable to launch Internet Explorer browser with the selenium webdriver. Facing the below error, can anyone please help Error occured: Started InternetExplorerDriver server (32-bit) 3.14.0.0 Listening on port 45640 Only local connections are allowed Aug 06, 2019 3:32:27 PM org.openqa.selenium.remote.ProtocolHandshake createSession INFO: Detected dialect: W3C Exception in thread "main" org.openqa.selenium.NoSuchWindowException: Unable to get browser Build info: version: '3.141.59', revision

IE11 JavaScript (Error: SCRIPT445) “Object doesn't support this action”

家住魔仙堡 提交于 2020-03-11 12:59:18
问题 I use a Javascript solution which loads the youtube player API asynchronously. The whole script is supposed to play the video when scrolled to its position. It works in all browsers and also in IE(11), but sometimes in IE I get an error in Developer Tools: SCRIPT445 (Object doesn't support this action) . The Youtube Player still works but it seems to crash other scripts. I looked around in the web and also here on Stackoverflow. There seem to be others who have similar problems but they were

IE 11 failed to create file object from byte array in Angular 2

让人想犯罪 __ 提交于 2020-02-29 17:04:45
问题 Can anybody tell me why IE11 is throwing error at the last line - this.document = this.control.value; const bytes = this.documentService.base64toBytes(this.document.documentBlob.documentData, this.document.documentDataFormat); const file = new File(bytes, this.document.documentName, { type: this.document.documentDataFormat }); This is working in both Chrome and Firefox.IE throws object error - Object doesn't support this action. 回答1: Files are Blobs plus meta properties, so you can just add

Site broken IE11 in windows 8 - goes to Enterprise mode

拥有回忆 提交于 2020-02-25 09:57:45
问题 Our site is breaking real bad in IE11. What's happening is that it goes into "Document Mode" 5 (Default) and Browser profile is forced as Enterprise. As soon as I change Enterprise to Desktop, the site is all good. Is there any way, I can force my site not to go to Enterprise and/or Use Edge as document mode ? I have tried following but nothing worked:- putting this right after <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> changing Doctype as :- <!DOCTYPE html PUBLIC "-//W3C/

Site broken IE11 in windows 8 - goes to Enterprise mode

那年仲夏 提交于 2020-02-25 09:49:48
问题 Our site is breaking real bad in IE11. What's happening is that it goes into "Document Mode" 5 (Default) and Browser profile is forced as Enterprise. As soon as I change Enterprise to Desktop, the site is all good. Is there any way, I can force my site not to go to Enterprise and/or Use Edge as document mode ? I have tried following but nothing worked:- putting this right after <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> changing Doctype as :- <!DOCTYPE html PUBLIC "-//W3C/

my react app is not rendering in internet explorer (because of arrow function)

心不动则不痛 提交于 2020-02-25 03:03:05
问题 My react+redux app is not working on Internet explorer 11. It is working fine on edge, Firefox and chrome. I have already tried so many answers available on internet like this but didn't get any success, below attached error is I am getting in console when I opened this error it shows like this this file is generating when I am serving my app and can't change anything manually package.json { "jest": { "roots": [ "<rootDir>/" ], "moduleFileExtensions": [ "js", "jsx", "json" ], "testURL": "http

create-react-app not working in IE11 - Object doesn't support property or method 'entries'

笑着哭i 提交于 2020-02-23 09:43:08
问题 I am creating a project using create-react-app and it works perfectly in Chrome but I cannot get it to work in IE11. Upon launching the app, I am getting the following error from the console: Object doesn't support property or method 'entries' I have spent hours trawling Google trying to find a solution and none of the recommended ones work. Things I have tried: importing react-app-polyfill/ie11 and react-app-polyfill/stable at the top of index.js importing core-js/es/object/entries and core

IE 11 - Date is not working [duplicate]

北战南征 提交于 2020-02-23 09:42:27
问题 This question already has answers here : ToLocaleDateString() changes in IE11 (5 answers) Closed 2 years ago . new Date().toLocaleDateString('en-US'); // "‎8‎/‎17‎/‎2018" new Date("8/17/2018") //valid date new Date(new Date().toLocaleDateString('en-US')) // Invalid Date I am trying to create date from local date string (see screenshot) but its not working in IE11 only . It works with normal date string though. I know something wrong with "" double quotes but not able to get it working. Any

Favicon not working in IE11; works in FF and Chrome

China☆狼群 提交于 2020-02-23 09:13:10
问题 The problem (I have my favicon working in Firefox and Chrome already.) In Internet Explorer 11, my version, I can't seem to get the d*ng favicon to work. I have my file stored as .ico, and I have an alternate for Firefox, because you can use 64x64 .pngs in there. It shows the default icon IE has for pages. The info Windows Version - 10 Internet Explorer Version - 11 Icon file type - .ico The script <link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="shortcut" type="image/x