internet-explorer-11

how to print all frames inside frameset/nested frameset with javascript

蹲街弑〆低调 提交于 2019-12-13 06:51:13
问题 I have a nested frameset and i what to print all frames with one print button, i searched and tried many solutions which mentioned, but still I have problem with the IE 11. any one can help me please. my code is here. ---main page <html> <frameset rows="10%,*"> <frame name="top_frame" src="top-frame.htm" frameborder="1" noresize="0" scrolling="no"> <frameset cols="20%,*"> <frame name="left_frame" src="left-frame.htm" frameborder="0" noresize="0" scrolling="no"> <frame name="right_frame" src=

Strange IE11 form fields bug after selecting from dropdown

廉价感情. 提交于 2019-12-13 06:42:42
问题 I'm experiencing a major bug in IE 11 (latest version 11.0.9600.16521 on Windows 7). When on any form if I open a select dropdown all the other form fields on the page freeze. I can 'unfreeze' them by adjusting the Window size (causing a redraw). This seems to happen on any form what-so-ever. To reproduce: Open IE 11.0.9600.16521 Go to http://www.wikipedia.org/ Select any language from the language dropdown Result: language dropdown does not appear to get updated on the screen the search box

Why Flash call External interface not longer called in IE11?

徘徊边缘 提交于 2019-12-13 06:39:40
问题 I have this snippet: <object id="myMovie" name="myMovie" type="application/x-shockwave-flash" width="100%" height="100%" data="swf/myMovie.swf"> <param name="movie" value="swf/myMovie.swf" /> <param name="allowFullScreen" value="true" /> </object> and I use : myMovie.doAction("hello world"); Which works great in FF, Chrome, IE9,IE10 but not in... IE11 ! Nothing happens ! What is wrong with that syntax on IE11 ? 回答1: I have the same issue , upgrade flush plugin to recent version (13) . code

IE10 CSS animation issue

强颜欢笑 提交于 2019-12-13 06:22:01
问题 The problem I'm having is that a small section of a website I have built works perfectly on all browsers and on old versions of IE but not on the newest versions. As you may know, IE no longer supports [IF] statements in HTML and doesn't seem to support the command. My problem is with a small animation of a few images using the following CSS: .fadein img { position:absolute; display: block; margin-left: auto; margin-right: auto; -webkit-animation-name: fade; -webkit-animation-iteration-count:

Internet Explorer Cross Domain: Not sending preflight

怎甘沉沦 提交于 2019-12-13 06:08:39
问题 I've found several similar threads. However, none have yet seemed to work. Problem In our current ecosystem we've got three servers for our http-apis. Two for test and one for production. Recently we've been releasing client-side web applications using AngularJS. Since the client apps is for our customers, the communication to our api is cross domain. The web apps operates properly in Chrome, safari and firefox an all apis. However, for the third api Internet Explorer(11) refuses to send the

IE11 User-Agent - Wrong one when pointing towards localhost - Right one when going towards my PC name?

谁说我不能喝 提交于 2019-12-13 05:24:22
问题 I am using internet explorer 11.0.9600.16438 I am hosing my website locally. When I go to localhost/myWebSite/Default.aspx I get the following User-Agent information: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like MyCompanyName When I however go to myComputerName/myWebSite/Default.aspx i get the following User-Agent information: Mozilla/4.0 (compatible; MSIE 7.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)

IE11-facing issue while calling focus() on window object

浪子不回头ぞ 提交于 2019-12-13 04:41:55
问题 Trying to run a following simple code on IE11 browser: <!DOCTYPE html> <html> <head> <title>Popup Example</title> <script> function ButtonClick2() { var thewin = window.open("http://www.google.com",'thewin','width=400, height=420,status=no'); window.thewin.focus(); } </script> </head> <body> <button onclick="ButtonClick2()">Click Me!</button> </body> </html> ISSUE:On IE11 it gives the error statement " Unable to get property 'focus' of undefined or null reference" 回答1: This answer's late, but

How to properly apply a css hack for IE11 transition misbehaviour

倖福魔咒の 提交于 2019-12-13 04:38:46
问题 I am experiencing elements transition misbehaviour into my page, IE(11) only; The fullscreen revolution slider, remain in place doesn't move with the wrapper when the left slider is opening (clicking on info+ button like we have in Chrome/Firefox). Thanks to @afelixj, I've tried to use this css hack for IE in order to apply the tansition effect to the fullscreen slider too, adding .fullscreen-container but without result. @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none

IE 11 v11 does not respect “disabled” property on inputs on a single machine

拈花ヽ惹草 提交于 2019-12-13 04:36:02
问题 I support an asp.net web application using Jquery v3.3.1 which uses JavaScript to disable various inputs of type "text" or "date" using code like the following: $('#id').prop('disabled',true); When this bit of javascript is applied to an input of type "text" or "date" its appearance changes to greyed-out and a user cannot edit the contents of the input. The problem is, when this page is viewed in IE 11 on one machine in our building the "disabled" property of inputs of type "text" or "date"

onclick event input button does not fire on IE 11

蓝咒 提交于 2019-12-13 04:13:22
问题 I have input elements of type button created using jquery function. These buttons are added dynamically via script that fire on image load. The info on the buttons is read from metadata that is available as a object on the DOM. When I click on these elements, these do not fire (or not action happens) on IE11. It works fine on FF27. DOM explorer (example below) shows the onclick attribute is set fine for these elements (since it working on FF). jquery used to build the input buttons (done in a