internet-explorer-9

Unable to select the text left in the Iframe beyond the visible area

﹥>﹥吖頭↗ 提交于 2019-12-12 03:20:08
问题 I am using MVC3 and I have an Iframe in my page, and design mode for this Iframe is turned on for editing at run time. while running this in IE9, I am unable to select the text beyond the visible area of the Iframe. For example: if the first 7 lines are visible in my Iframe, then when I scroll to select the content in the 10th line, then the selection does not occur. <iframe id="RFrame" runat="server" style="width: 900px;"></iframe> <script type="text/javascript"> Sys.Application.add_load

getElementById() is not working after modifying the SVG Document

a 夏天 提交于 2019-12-12 03:16:40
问题 I have a SVG document; say as below: <svg> <g ...> <rect id="perm1" ../> <rect id="temp1" ../> </svg> in the run-time, I am changing the id of the second 'rect' from 'temp1' to 'calc_id1' using java script functions (see below); but immediately after modifying it, I am calling another function in which I am trying to retrieve the rect element using getElementById() with the new id 'calc_id1'; but it is returning null. I am not sure, what's wrong here but I can confirm that the rect element is

Wanted: IE9 table cell ghost, alive and without JS

房东的猫 提交于 2019-12-12 03:08:43
问题 The IE9 layout engine has issues with tables. Whitespace seems at the root of it. If you've seen the infamous ghost cell you know what I'm talking about, if you haven't, consider yourself lucky and don't worry about it. Anyways, I'd really like an HTML only sample to test "fixes" on. I know I've seen it before in odd circumstances several layout tables deep, but I can no longer get the ghost cell to come up when I need it to. What I need is a consistent ghost cell without invoking JS. I've

IE9 Javascript Error SCRIPT575 - c00c023f - Prototype file

好久不见. 提交于 2019-12-12 01:55:18
问题 I am having the same problem, but in the console of the F12 of IE9, it says: SCRIPT575: Could not complete the operation due to error c00c023f. prototype.js?v=7.6, line 1361 character 7 and if I click the second line it takes me to the script tab to that file: Ajax.Response = Class.create({ initialize: function(request){ this.request = request; var transport = this.transport = request.transport, readyState = this.readyState = transport.readyState; if((readyState > 2 && !Prototype.Browser.IE)

flash website bug with firefox and IE9 (but works on IE6 !)

倾然丶 夕夏残阳落幕 提交于 2019-12-12 01:48:33
问题 my website does not work on firefox (firefox 4 or 7), nothing appears, even not the alternative content and with IE9, the problem is the content is compacted at the top of the page... (but it works on IE6 !) and the html is : <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> <link rel="stylesheet" type="text/css" media="all" href="style.css" /> <script type="text/javascript" src="jquery-1.5.1.min.js"></script> <script type="text

html conditional statement hack sees IE as wrong version when live

你说的曾经没有我的故事 提交于 2019-12-12 00:28:53
问题 Basically, I'm optimizing a website for the different versions of IE. I'm using IE9 (verified through the about page of IE). Locally (with xampp) the website correctly detects that the browser is IE9 and loads the correct css code. However, when i put the code onto a text server, it sees the browser as IE7. For tests: Output I get locally with xmapp According to the conditional comment this is IE According to the conditional comment this is IE 9 According to the conditional comment this is IE

IE9 Separate cookies for third party request

£可爱£侵袭症+ 提交于 2019-12-12 00:08:31
问题 Even though my P3P headers are correct, IE9 seems to hold a separate list for third party requests. I've added the following P3P header('P3P:CP="NOI DSP COR CURa ADMa DEVa PSAa PSDa OUR BUS IND UNI COM NAV INT", policyref="http://domain/w3c/p3p.xml"') Of course with domain properly set. It's created by the IBM tool. Next to that I've created the p3p xml file and tested it with p3p validation. Once I call a test file stating nothing more then <?php header ('P3P:CP="NOI DSP COR CURa ADMa DEVa

window.open not working with IE9

佐手、 提交于 2019-12-11 22:02:28
问题 I'm having trouble getting this to work in IE9: edit: Sorry, I forgot to mention that $variable was a $_GET from a drop down menu selection. I am currently offline, <a href="#" onclick="window.open('https://domain.com/contact-form?chatq=<?php echo $variable;?>@domain.com','resizable=1,width=320,height=200'); return false;"> <br />click to send an email. </a> It works fine in firefox and chrome. I'm not exactly sure what the problem is with IE. Any help would be appreciated. Thanks! 回答1:

css3 rotation doesn't work in IE9

风格不统一 提交于 2019-12-11 20:35:41
问题 This code allows me to slowly rotate images whenever the mouse is over one of them. .foo img { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } .foo img:hover { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); } It works in FF18 and Opera. However, I can't get it to work on IE9,

Jquery loading page fragment using load() or ajax() not working on IE9 (compatability mode) on an aspx page

二次信任 提交于 2019-12-11 18:52:29
问题 I am having an issue when trying to do load() and ajax() on an aspx page. I am trying to load just a fragment and it works fine in IE9 (Normal), FF and Chrome. When I switch to compatibility mode it doesn't find the fragment. (returns null ). My code used is used on a link that when clicked will invoke the SAME page but with just a different data. (call the same page withe another querystring value) Here's the load data: $("#gvHistory a").live("click", function () { var link = $(this); var