internet-explorer-8

text rendering is screwed with “gradient” on IE

本小妞迷上赌 提交于 2019-12-11 13:47:45
问题 RGBA -- workaround for IE is “DXImageTransform.Microsoft.gradient".Found a handy tool provided by www.css3please.com for cross browser transparency,but applying this gradient on IE(IE8) -- works,but the text loses its clearness/legibility. applying georgia to make the font look uniform on all the browsers,but the text does not appear properly after i apply gradient . Here's the JSFiddle http://jsfiddle.net/mvivekc/GJaDy the code is-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional/

jQuery - checkboxes & checkall - monitoring & changing the status if related checkboxes change

允我心安 提交于 2019-12-11 13:36:56
问题 Using jQuery 1.9.1, and working with both IE8 and Firefox. On my page, I have a table that has checkboxes that get dynamically created. When displayed, the HTML for a couple rows is as below: <tr><td><label for="RoomNbr2" align="right">  Room No 2<input type="checkbox" align="left" class="checkall" id="RoomNbr2" name="RoomNbr2"></label></td><td><label for="PCNbr203" align="right">  203<input type="checkbox" align="left" id="PCNbr203" name="PCNbr203" class="RoomNbr2"></label></td><td><label

Unexpected call with google maps in IE8

女生的网名这么多〃 提交于 2019-12-11 13:00:11
问题 I'm using google map API to design a "earthquake map". So far, so good. The map displays nicely in Firefox and Chrome but raises a error in IE8: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.3) Timestamp: Fri, 3 May 2013 08:13:44 UTC Message: Unexpected call to method or property access. Line: 9 Char: 238 Code: 0 URI: http://maps.gstatic.com/intl/pt_ALL/mapfiles/api-3/12/10/main.js <!DOCTYPE

“'localStorage' is null or not an object” Error in IE8

一世执手 提交于 2019-12-11 12:45:57
问题 I have this string which i'm trying to store and get to localStorage, and retrieve from it so it could show. Here's my code: var datas = new Array; if (navigator.appName !== 'Microsoft Internet Explorer'){ var qsVal = document.getElementsByClassName("val"); } else{ var qsVal = document.querySelectorAll('.val'); } if (navigator.appName !== 'Microsoft Internet Explorer'){ var qsKey = document.getElementsByClassName("key"); } else{ var qsKey = document.querySelectorAll('.key'); } var storedPlays

Changes to selection and range functionality in IE8

时光总嘲笑我的痴心妄想 提交于 2019-12-11 12:27:06
问题 I'm having to debug a WYSIWYG javascript based HTML editor that is failing in IE8. It's only designed for use in IE so that should simplify the solution. Here's the existing code that is failing: function isAllowed() { var sel var obj sel = foo.document.selection if (sel.type != "Control") { obj = sel.createRange().parentElement() } else { obj = sel.createRange()(0) } if (obj.isContentEditable) { foo.focus() return true } else { return false } } Essentially what is happening is that if you

raphael.js IE8 and Jquery

不问归期 提交于 2019-12-11 12:13:42
问题 I am creating an anatomic man where the user can rollover muscles, the muscles are highlighted and when clicked they display the name of the muscle. Through a separate JQuery, I have a group of <dl> s that show and hide depending on the muscle group clicked. This works fine in IE9, and other modern browsers, but I am having an issue within IE8. IE8 only wants to use the code within the generated raphael.js. So I need to move the jquery into raphael…which I'm sure will be a more elegant way of

32 bit depth jpg images problem in IE when referenced locally

北慕城南 提交于 2019-12-11 11:27:28
问题 We have an webbapplication that takes an image that will be uploaded and resized. The resize-library we used saved all pictures with 32-bit depth whatever the depth was before. We have an online client that can view the pictures via an html-file and all is fine there. All pictures are shown correctly. The problem: We also have an vb-winform application that download the pictures and show them in an html-file locally in an webbrowser control. But here all pictures are rejected (not rendered),

jQuery Tabs causes problems in IE8?

别等时光非礼了梦想. 提交于 2019-12-11 11:06:53
问题 I am using jQuery Tabs with jQuery 1.3.2 run locally. The tabs get created just fine, but IE tells me that the site is running content that could be a security risk (which is annoying, but maybe that's what always happens when IE sees any javascript...I wouldn't know because I don't use IE). Anyway, I have 3 tabs, and whenever the user goes to the 3rd tab and then back to either of the first two, IE hangs and then tells me I have to close IE, at which point it immediately reopens the page

Angular Routing Causes Infinite Loop In IE

只谈情不闲聊 提交于 2019-12-11 10:39:34
问题 I am receiving the following error when I look at my code in Internet Explorer 10 (it does not necessarily render in standards mode, this is out of my control due to the way the page is served). http://errors.angularjs.org/1.2.28/$rootScope/infdig Here is the routing I've used: phoneApp.config(['$routeProvider', '$locationProvider', function($routeProvider, $locationProvider){ $routeProvider .when('/sap.com~home~phonelist/pages/index.html', { templateUrl: '/sap.com~home~phonelist/pages

JavaScript source file not loading in IE8 Popup

六眼飞鱼酱① 提交于 2019-12-11 10:37:12
问题 I have an issue where the JavaScript source file is loading in popup for IE6, Chrome, Firefox, Safari and Opera. But the same source file is not loading up in IE8. As a result of this the HTML is not being replaced in the Popup and I am getting an error in IE8 popup saying tinyMCE is not defined I have referred to Formatting this JavaScript Line and solved issue on all browsers except IE8. The JavaScript function is as follows: function openSupportPage() { var features="width=700,height=400