internet-explorer-11

HTML5 Local Storage data not reflected across active tabs/windows in IE 11

此生再无相见时 提交于 2020-01-02 08:14:07
问题 We have created a functionality where in we provide users to works with forms in an Offline Mode. We are using HTML 5 Local Storage to store all the offline data. All the forms have their own html files (for example:form-1.html,form-2.html.) We have a parent html page which makes use of an iframe to load the requried html file based on the form selected from the drop down list. After the user have made the modification in offline mode,the user can sync in their changes by logging to the ASP

How to setup a vue-cli with vuetify project to run with IE 11?

≡放荡痞女 提交于 2020-01-02 06:06:06
问题 I spend a few days to setup a vue.js + vue-cli + typescript + vuetify project to run with IE 11 without success? I found many posts on the net that explain how it should be done but without success. I tried to combine in almost all the ways possible the setup explained below without success, endind with many different errors up to a blank page The application runs fine wit Chrome or FF If someone has such an application running in IE 11 it would be greatly appreciated Context (all the latest

IE 11 fails to load resource files

落花浮王杯 提交于 2020-01-02 04:50:30
问题 I have an application employing FontAwesome's glyph fonts for icons, and everything works fine when I host the files from my server. When I enable CDN support on my site, IE 11 behaves rather strangely in regards to the font files. When navigating to a page either via clicking a link or manually entering a URL, the font files load fine ~95% of the time. If I reload a page or use forward/back buttons (or the ~5% of the time a normal page load doesn't work), IE 11 loads the first font file,

Javascript Prompt() text is partially hidden in Internet Explorer 11

与世无争的帅哥 提交于 2020-01-02 03:35:19
问题 I am trying to display a "larger than normal" amount of text in a prompt() box. When calling the javascript prompt() function in Internet Explorer 11, a large portion of my text is being hidden. It seems to only support 2 lines of text. Chrome, Firefox and Opera seem to work fine. This seems to be just an IE issue. Here is a fiddle that demonstrates the problem: JSFiddle Example prompt("Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the

Angular Elements Output not working in IE11

戏子无情 提交于 2020-01-01 10:16:30
问题 I try to get Angular Elements working in IE11. My custom element (simple button) is already displayed and the input binding is working as expected, but the output binding doesn't. A click on my custom element button in IE 11 results in the error: The object doesn't support this action What I have done so far: Remove polyfill for custom elements that was added with ng add @angular/elements (didn't work properly with IE) Update all Angular packages to 7.2.1 Add the following polyfillls to

Google Maps SVG image marker icons not showing in IE11

你说的曾经没有我的故事 提交于 2020-01-01 03:16:31
问题 There is an issue on a site I have been working on that for some reason the SVG image markers are not showing up in IE 11. I have two sets of markers: the default zoomed out has PNG markers for the suburbs zoomed in has address specific numbered SVG ones I use a fallback for older browsers that don't support SVG (testing it with modernizr). I am using the old Google Chart markers for IE 11 to get it to work (testing the user agent string to id it). I want to know if anyone has an idea as to:

IE 11 ignores min-width when using flex width

六眼飞鱼酱① 提交于 2019-12-30 18:49:32
问题 I'm wondering if someone can help with this problem. I spent a lot of time on it and I'm all out of ideas, I've tried various suggestions from Google results, various combinations of flex grow and shrink, and couldn't get it working. Demo: https://embed.plnkr.co/dIPh53W4DBkmTB51DCHp/ (open with IE 11) Edit the code: https://plnkr.co/edit/dIPh53W4DBkmTB51DCHp?p=preview In this case, in tablet view the <ul> flex width should be 90%, but in desktop view the <ul> flex width should only be 55%.

IE 11 ignores min-width when using flex width

£可爱£侵袭症+ 提交于 2019-12-30 18:49:01
问题 I'm wondering if someone can help with this problem. I spent a lot of time on it and I'm all out of ideas, I've tried various suggestions from Google results, various combinations of flex grow and shrink, and couldn't get it working. Demo: https://embed.plnkr.co/dIPh53W4DBkmTB51DCHp/ (open with IE 11) Edit the code: https://plnkr.co/edit/dIPh53W4DBkmTB51DCHp?p=preview In this case, in tablet view the <ul> flex width should be 90%, but in desktop view the <ul> flex width should only be 55%.

Get IE 11 build number from javascript

对着背影说爱祢 提交于 2019-12-30 17:32:29
问题 TL;DR - How do I get the build number of IE 11 in javascript? I had a bug that was fixed at some point between versions 11.0.1 and 11.0.7. I'd like to know the percentage of users that are experiencing the issue. Basicly I would want to get this number: 回答1: I don't think this is possible using just JavaScript. Microsoft is trying to hide the fact that IE11 actually is an Internet Explorer, see http://www.nczonline.net/blog/2013/07/02/internet-explorer-11-dont-call-me-ie/. Therefore, even the

Google Fonts not working in Internet Explorer (IE) 11

痴心易碎 提交于 2019-12-30 03:14:06
问题 Currently putting together a site using Google Fonts. Everything works in IE6 through 10, Firefox, Chrome, and on mobile browsers. However on IE 11 no fonts load and everything is displayed using fallback fonts (sans-serif etc). This same issue seems to have been discussed on the following two pages but with no resolution: Google Code MSDN Forums I have not been able to find a solution either and am wondering if anyone here has a workaround in place. 回答1: Using the Web Font Loader javascript