internet-explorer-9

TActionMainMenuBar and TActionToolbar lose settings

霸气de小男生 提交于 2019-12-10 03:19:19
问题 I stumbled across a really weird behavior recently. When I use a TActionMainMenuBar (or a TActionToolBar) in my program, compile and run, and then start Photoshop CS5 or Internet Explorer 9, the ActionMainMenuBar (and ActionToolBar) loses all its settings. The colors defined in the assigned colormap disappear and the font settings are also lost. Has anyone seen this before and knows a workaround? D2007 Pro (all updates applied), D2010 Pro (all updates applied), Vista Home Premium 32 bit,

IE9 caching dynamic pages

我与影子孤独终老i 提交于 2019-12-09 20:08:08
问题 I'm developing a dynamic web application (running on IIS7), it works fine in all the major browsers, except IE9. It seems, that it caches practically everything, and that leads to quite many problems, like Often changing contents remain unchanged User visits an authorized content, then signs out, then tries to go back to the secured content and gets it from cache! I've tried disabling cache with <meta http-equiv="Expires" CONTENT="0"> <meta http-equiv="Cache-Control" CONTENT="no-cache"> <meta

jQuery slideDown in IE9 - content disappears after animation finishes

非 Y 不嫁゛ 提交于 2019-12-09 17:58:48
问题 I've had this problem twice on two different sites. It works in all browsers other than IE9. I have a div being opened and closed using jquery slideup and slideDown (the same problem happens with slideToggle). I'm able to see the content of the div as it slides down, but as soon as the animation stops, the content disappears. Heres an example of this problem http://www.ohnuts.com/searchResults.cfm?criteria=cashews&search=all click on the "more categories" link. Has anyone else experienced

linear-gradient using CSS3 PIE in IE9 not working, IE8 does

久未见 提交于 2019-12-09 17:14:18
问题 I've decided to completely drop support for IE6 and IE7 in my website, redirecting it's users to a text-only warning page. However I still support IE8 and IE9. I am achieving this using CSS3 PIE, and border-radius works in both (IE8/9), box-shadow works in both, however I also rely on linear-gradient. I have heaps of tags in use to achieve this: background: #E6E6E6; /* fallback */ background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E6E6E6), to(#B3BCC7)); /* old webkit */ background:

How to get style attribute value before IE9 strips it

大憨熊 提交于 2019-12-09 15:45:05
问题 I'm trying to grab the value of the style attribute before IE9-10 strips invalid values out. So far I've tried every variation of the following - $0.attributes.style $0.style $0.getAttribute('style') But it seems if I try to set an invalid value I cannot get access to it - <div style="display: none; color: ${fake-value}"> </div> All of the above would only return display: none since IE9-10 strips out the invalid values. As a note I have tried tons of variations so if it is not possible that

Simple jQuery not working in IE

不羁的心 提交于 2019-12-09 13:35:14
问题 I jsut now noticed that some simple jQuery is not working on IE9 and IE10 for mobile. I have some copyright links and simple sliding contact form which uses animate(). Also I use scrollTo plugin in combination with jQuery. I tried different versions, and still no solution. Maybe I am missing something obvious. Here is the code for one copyright link and for contact form to open and close. $('#privacy').click(function(){ $('#copyright').hide('fast'); $('#policy').toggle('slow'); $.scrollTo('+

Magento sites in IE9, prototype bugs

∥☆過路亽.° 提交于 2019-12-09 04:20:17
问题 Internet Explorer 9 was released today, and I decided to check a few Magento sites we build in the last couple of months to see if everything continues to work with the new version. But unfortunately it doesn't. I came across one particular problem that is caused by the version of the prototype library which is shipped with Magento, version 1.6.0.3. It looks like the cancelling events in eventhandlers isn't working. For example, if you try to log in to a Magento shop, and just leave the login

Either DOMParser or XMLSerializer is dropping my namespace declaration in IE9

一笑奈何 提交于 2019-12-09 03:16:46
问题 So I think there are probably cleaner solutions than what I am doing anyway, but I'm wondering if this is a known issue, if there's something obvious I'm doing wrong, etc... For reasons not worth describing, I have some Javascript code that, in one possible path, is loading XML from a string using DOMParser, then serializing it back to a string with XMLSerializer. The XML document is an XSL stylesheet. There are two xmlns elements in the main xsl:stylesheet tag: One which declares the xsl

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

不想你离开。 提交于 2019-12-08 18:38:29
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 but it does not work. and installed polyfills in my app https://www.npmjs.com/package/react-app

IE 9 Script error SCRIPT438: Object doesn't support property or method 'addEventListener'

﹥>﹥吖頭↗ 提交于 2019-12-08 16:03:33
问题 I have a jQuery popup window that works in Firefox. However, I am getting the following error message on line 1 of my html page: SCRIPT438: Object doesn't support property or method 'addEventListener' popup_1.html, line 1 character 1 The only code I have in line 1 is: <html> When I run the IE9 debugger, I am getting an error on something called script block(1) But I am not using any javascript named "script block" is this an Internet Explorer add on or something? 回答1: Looks like I had to add