internet-explorer-11

Background image height & width does't work on IE11

不打扰是莪最后的温柔 提交于 2019-12-08 04:57:07
问题 That is my client website- http://rubowarkitekter.dk/ I already code to make background image height & width according to adjust screen size/100% height & 100% width. But that is not work on IE11. My css code- .home { background: url(http://rubowarkitekter.dk/wp-content/uploads/2013/12/forside_carlsberg.jpg) center center no-repeat fixed; background-size: cover; z-index: -500; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; filter: progid

script.readyState is undefined in IE11 & FF

梦想的初衷 提交于 2019-12-08 04:16:23
问题 I just worked on a dynamic script loader which works fine in IE9 but not in IE11 and not in FF. Here is my code: function getResourceScript(filename) { var script = document.createElement('script'); script.setAttribute('src', mShuttlePath + "scripts/" + filename); script.setAttribute('type', 'text/javascript'); script.setAttribute('language', 'javascript'); document.getElementsByTagName('head')[0].appendChild(script); } function documentLoadInit() { if (document.readyState == 'complete') { //

springboot- react application not working in internet explorer 11 and 9

落爺英雄遲暮 提交于 2019-12-08 04:11:18
问题 My react app is not working on Internet explorer 11. It is working fine on edge and chrome. when I connect my application through Node.js, react build folder it is working fine IE 11 and 9. through node server port it is working. now I'm using spring boot but it is not working in IE11 and 9. I have deployed my react app in IIS. I have created my application through npx create-react-app .( As pointed out in the other answers for similar questions) I have included this in both my index.js file

Rendering Bugs IE11 in Windows 7

ⅰ亾dé卋堺 提交于 2019-12-08 03:56:45
问题 I have had several problems with rendering documents with images in IE11 and Windows 7. Swtiching browsers is not an option for me. If I try to use some openlayers tools, the IE11 freezes. If I put altRows=true in a JQGrid, scrolling won't work properly. I guess this is due to the different background images in each row of the grid. The problems disappear if: I use the same version of browser in windows 8 or higher. I use older versions of IE or if I use IE 11 in compatibility mode. I have

After update to Angular 6 [WDS] Disconnected on IE after load

元气小坏坏 提交于 2019-12-08 03:39:56
问题 I updated my Angular Project from 5 to 6. But now I have issues with the Internet Explorer 11. Every time I try to load the live dev server on localhost:4200 the login page renders but immediatly disconnects from the live dev server. All other Browsers work fine, no errors on the console (tried with Edge, Firefox and Chrome) My pollyfills look like this: /** * This file includes polyfills needed by Angular and is loaded before the app. * You can add your own extra polyfills to this file. * *

deleteRule CSSKeyframesRule method confusing behaviour in IE11

三世轮回 提交于 2019-12-08 03:07:49
问题 I have created basic animation of a circle using css @keyframes. I'm using javascript to trigger animation start/stop by click inside the circle. The animation itself could be divided into 5 (looped) phases: pause-expand-pause-shrink-pause (see @keyframes css section below) The goal I want to achieve is, eventually, to be able to set animation duration and change the values of keyframes (say by having input fields for pause and expand/shrink durations - details doesn't really matter for the

IE11 - Flex child takes full height [duplicate]

二次信任 提交于 2019-12-08 02:56:17
问题 This question already has answers here : How to make a sticky footer using flexbox in IE11? (5 answers) flex container min-height ignored in IE (3 answers) Closed 2 years ago . I have a problem with Flexbox on IE11. What I'm trying to do is to have one parent with 3 children. One header with a fixed size, a footer with a fixed size and in between a content area which should take the remaining space. Here's the code - it works with Chrome but not with IE11: .parent { display: flex; flex

Incomplete HTML in IE 11

本秂侑毒 提交于 2019-12-08 02:51:45
问题 I am working on a site that does not render in IE 11, but works fine in every other browsers. When I debug it using F12 Developer Tools, the DOM is essentially empty except from the header section. When I view the source code, it only returns the header section and part of the navigation. However, when I add the site under Compatibility View settings the page renders correctly, but then causes other problems. I would like to fix the underlying issue rather than require users to add to

Richfaces Compatibility Problems with Internet Explorer 11

痴心易碎 提交于 2019-12-08 01:54:39
问题 I am developing a web application using RichFaces / JSF. The application behaved as expected on Safari, Mozilla, Chrome, and IE 9, however, I encountered serious compatibility problems with IE 11. When a rich:modalPanel opens up, the dialog and buttons are completely greyed out. The h:inputTextArea displays all of the server side code generated as opposed to being empty. When I click the rich:calendar icon, it does not popup a calendar, even though I have set popup to true in the attributes.

IE 11 magically crashing when doing animation with velocity.js and svg

时光总嘲笑我的痴心妄想 提交于 2019-12-08 01:50:48
问题 the js fiddle showing the crash of ie 11 when running velocity.js to do a svg animation just left click on the arrow with the f next to it this only happens in IE 11, maybe on other versions of IE too. Chrome works fine as it seems. HTML <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2.1/velocity.js"></script> </head> <body> <style type="text/css"> body { background-color: