internet-explorer-9

IE9 not removing :hover style on DOM change

好久不见. 提交于 2019-12-13 00:43:05
问题 I am trying to make a button that has a :hover state on a popup box, when you one of the buttons I am removing the box from the DOM and saving it for future interacts. the problem is when I reattach it to the DOM in IE9 it has not cleared the :hover state until you next hover it then mouse out. Obviously this is not present on any other browser, but is reproducible here: http://jsfiddle.net/5dXSp/ I cant find a manual way of clearing a css :hover state, and I really dont want to have to

Javascript Array, Object, Date not defined

徘徊边缘 提交于 2019-12-12 20:23:17
问题 Strangest situation ever, but I've reproduced it on three PCs already. Only happens in internet explorer 9 (not 8, just 9). It happens at the site of my friend, this is not a plug, but here is the url: IE bug with javascript The magic error happens when you click one of the links, for example "Nog fiscaal interessant ..." This opens a popup, with inside an iframe that hosts a movie player. The movie frame complains, in IE9, about "Object not defined", "Array not defined", "Date" not defined.

JSF web application not working in IE9. But it works fine in IE8

旧巷老猫 提交于 2019-12-12 20:21:33
问题 I have developed web application using JSF 2.0. It is working fine in IE 8 and other browsers (firefox and google chrome). But it is not working in IE9. Can you please explain the IE9 compatibility for JSF and how it could be done so that I can make my App works in IE9. 回答1: We also had some issues with IE9 and our workaround was to use a filter that tells the IE9 to work in compatibility mode. Notice that this should be the last resort. You should first try to solve your concrete problem

Hover not working with iFrame in IE9

邮差的信 提交于 2019-12-12 19:28:19
问题 I'm using CSS3 MegaMenu, that uses jQuery. One of my dropdown menu items uses an iFrame to display a contact form hosted elsewhere. You can see here: http://www.deepdata.biz (it's the last item on the main nav bar to the right: 'Email') It works fine, except in IE9, the hover works to drop it down, but once the mouse enters the iFrame area, it disappears, making it impossible for the user to fill out the form. I've read that this is on purpose for security reasons- but there must be a way

Error using WebBrowser control inside PowerBuilder app when select an item in <select> tag

ぐ巨炮叔叔 提交于 2019-12-12 19:17:36
问题 I'm using WebBrowser control in a window inside a PowerBuilder 11.5 application. Everything works fine on IE7 and IE8 but the application crashes in IE9 under Windows 7 when you select an item in a tag. In IE7 and IE8 I added my application to registry key FEATURE_USE_WINDOWEDSELECTCONTROL. In IE9 under Windows 7 64bits did the same and if the REG_DWORD value that corresponds to my application is 1, the application crashes. If the value is 0, the application does not crashes but item

Work around for HTML stripping quotes in quirks mode?

和自甴很熟 提交于 2019-12-12 19:12:34
问题 when i tried to get as InnerHTML in Javascript, Firefox giving expected results. so that i can manipulate the dom elements, bu when i use the same working code, IE will strip out the quotation marks from the attribute pair. i am wondering is there any work around to solve this problem. and if possible can any body tell me why does it renders, because of quirks mode or what ? as i have iframes in pages. DocType which i have in my page. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional/

IE 9 resets background-position when hover (IE bug?)

大城市里の小女人 提交于 2019-12-12 15:03:03
问题 I can't bealieve i found something that works both in IE8 and IE7 but fails in IE9. Here is the page i was working on: [Link to the site][1]. Notice how in IE9, on the side menu when hover a link the browser resets the background to background-position: 0 0 and only after this applys, the script animates it to background-position: -20px 0 (where i want it to go in the first place). Is anything that i've done wrong or there is a IE bug? Also need some help to fix it. here is the script that i

Javascript: why is our website extremely slow in a Terminal Services session?

血红的双手。 提交于 2019-12-12 12:24:57
问题 We created a website that relies heavily on Javascript and has quite a lot of DOM-elements. In all browsers, even IE7 and IE8, this works fine. The user experience is a bit faster and more responsive in IE9, Chrome and Firefox, but even our clients that use IE7 don't complain. BUT... clients that use a remote desktop complain that our website is much too slow, even when using IE9 on Windows 2008 Server (64-bit). Some pages that normally take only 1 second to load, now take up to 30 seconds!

jQuery IE9 JSON.SyntaxError parseerror, but JSON is valid

流过昼夜 提交于 2019-12-12 12:24:21
问题 I've got some jQuery (1.6.2, latest stable) code which is working in Chrome, Firefox, Safari, IE7 and IE8... but IE9 is failing to parse my json ajax response. The json is valid and I've run it through http://jsonlint.com/ $.ajax({ url: lookupURL, dataType: "json", cache: false, // don't cache the result contentType: "application/json", //tell the server we're looking for json success: function(data) { // do stuff with result }, error: function(xhr, errorString, exception) { alert("xhr.status

HTML5 Video not working only in IE9 [duplicate]

偶尔善良 提交于 2019-12-12 11:30:24
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: IE9 HTML5 video support I am working with a client to try and get their video player working. It seems to work in everything that I can test in except IE9. I'm using videojs (I've tried other ones and the same result). It seems to be that it's one of 2 things. A setting on their IIS server. Or the video file isn't encoded correctly. Here's the test page: https://vdsc.com/video-js2/demo.html 回答1: had a similiar