internet-explorer-11

IE11 throw Expected identifier SCRIPT1010 on vendor.js in WEBPACK VAR INJECTION

此生再无相见时 提交于 2019-12-14 00:06:18
问题 I have issue with Expected identifier ERROR code: SCRIPT1010 which points on vendor.js in WEBPACK VAR INJECTION section. Debugger points on line with: const { keccak256, keccak256s } = __webpack_require__(/*! ./hash */ "./node_modules/web3-eth-accounts/node_modules/eth-lib/lib/hash.js"); tsconfig { "compileOnSave": false, "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "module": "es2015", "moduleResolution": "node",

Unable to reliably use Google reCAPTCHA 2.0 and jquery 2.1.4 because of IE compatibility issues

北慕城南 提交于 2019-12-13 21:23:00
问题 I am struggling to find a way to get Google's reCAPTCHA 2.0 to reliably work for IE users. Some IE users are getting the message: " Please upgrade to a supported browser to get a reCAPTCHA challenge. " Many posts here and elsewhere say to add the following meta tag to the page, which I have done: <meta http-equiv="X-UA-Compatible" content="IE=edge;" /> Adding this tag did not fix the problem and asking users of the site to try and change their browser settings is not an option. Is there

CSS Flip card Internet Explorer issue

折月煮酒 提交于 2019-12-13 17:00:11
问题 I'm trying to get a CSS flip card working in Internet Explorer 11. I have read other questions and the solution was to add '-ms' prefixes to the flip card functionality. I have done this but in IE 11, the flipped card does not show the backside for some reason. http://jsbin.com/hazejuzezu/1/edit?html,css,js,output Any help greatly appreciated. HTML Code <div class="flip y-theme-icon-wrapper"> <div class="card text-center"> <div class="face front"> <div class="y-theme-icon"> <img src="http://i

Sending binary data using multipart/form-data from a worker with IE11

百般思念 提交于 2019-12-13 16:46:48
问题 I'm trying to send a multipart/form-data from a worker with IE. I've already done it with Chrome, Firefox, Safari using formData objects (not supported IE, I need a manual one) The binary data I'm sending is a crypto-js encrypted data. With formData objects I do: var enc = new Buffer(encrypted.ciphertext.toString(CryptoJS.enc.Base64), 'base64'); formData.append("userFile" , new Blob([finalEncrypted], {type: 'application/octet-binary'}), 'encrypted') this works fine generating a multipart like

Internet Explorer 11 does not open local three.js, not even with local server

我只是一个虾纸丫 提交于 2019-12-13 15:45:13
问题 That includes three.js examples too, while they do open online. I tried both python and node.js servers, it receives the file list, but when the HTML is clicked, the screen remains black. They open fine in Firefox, Chrome, SeaMonkey etc. Of course, it's IE 11 the problem, NOT three.js. Any ideas how to make IE 11 open local three.js files? 回答1: IE 11 started to run local three.js files directly (with drag and drop the HTML file) after I did the following: Internet Options/Advanced/Security

How to merge object in IE 11

孤人 提交于 2019-12-13 12:53:25
问题 I have the following array of object: Objs[0] = {Name : "ABC"}; Objs[1] = {Roll : 123} I'm trying to make it as the following: Objs { Name : "ABC", Roll : 123 } I attempted to make it with the following code: var Objs = [{ Name: "ABC" }, { Roll: 123 }]; console.log( Object.assign.apply(null, [{}].concat(Objs)) // 1 ) or console.log( Object.assign({}, ...Objs) // 2 ) The problem is that this is not working in IE 11. I get the errors: Error for 1 : Unable to get property 'on' of undefined or

IE bug Invalid Source HTML5 audio - workaround

一世执手 提交于 2019-12-13 12:02:08
问题 I (and about a million others) have found a bug in IE11 (not sure if other versions have the same bug) where, if you create an HTML5 audio tag, the browser reports "Invalid Source" no matter what. I've tried every combination I can think of with no luck. So far: Changing the HTML end tags from self-closing to explicit Changing the file name to eliminate any odd characters Changing the audio sub format to every possible setting Adding an explicit URI ("http:// ...") Disabling all plugins

elrte doesn't work with Internet Explorer 11 (IE11)

◇◆丶佛笑我妖孽 提交于 2019-12-13 11:14:02
问题 elrte doesn't work with Internet Explorer 11 (IE11) Added by Hank Valery 18 days ago Hi, Microsoft is deploying IE11 with Windows Updates, so I tried out how it works with elrte. Unfortunately there are serious problems. When you start typing, the text won't include on cursors position. It appears at the beginning of the editor, but seems to be outside the formatting body. After clicking "editor" you will recognize the typed in text isn't available. Is there a solution to get IE work with

Total memory increasing in IE with Angular Directive

心不动则不痛 提交于 2019-12-13 08:45:50
问题 Currently I am experiencing an issue when running my angular code under IE 11. Due to Angular being incredibly slow to render a nested ng-repeat (even with one way bindings) I came up with the idea of using a directive to render the other <td> elements without adding any unnecessary watchers. I´ve made a plunkr to simulate the issue I am experiencing. Directive code below: https://plnkr.co/edit/MNtShl6iWGFoXBHP2jmM?p=preview .directive('tdRenderer', function($compile, $filter) { return {

Google Maps API GeoJSON not working with IE 11, but works in Chrome

给你一囗甜甜゛ 提交于 2019-12-13 08:30:43
问题 I have a google map that loads markers from a GeoJSON file that runs on localhost in Visual Studio 2013. It also runs in chrome (from an IIS server) but will not run in IE version 11. The map shows up, but the markers from the JSON file do not. Why would this work in Chrome on IIS 8, and IE 11 through VS, but not IE 11 on IIS 8? var map; var infowindow = new google.maps.InfoWindow({ }); function initialize() { map = new google.maps.Map(document.getElementById('googleMap'), { center: new