internet-explorer-7

IE8 is doing my head in! I am getting completely different results in different versions of the same browser

妖精的绣舞 提交于 2019-12-24 09:57:03
问题 I am developing a site & it all looks good on Safari, Chrome, Firefox, even IE7 but my client keeps telling me that IE8 is screwed up. I can only recreate the errors that he is getting by using IETester on my Windows 7 machine. My testing environment: I have 3 different versions of IE8 to test with & am getting completely different in the 3 versions I have to test with. I use a mac, so all tests are done on 2 virtual machines using VirtualBox - Vista with IE8 installed & Windows 7 with IE9 &

CSS Quirk in IE8 Compatibility Mode

╄→尐↘猪︶ㄣ 提交于 2019-12-24 08:23:43
问题 I am trying to show name-value pairs in a table cell as shown below in IE8 compatibility mode (with outlines - DIVs are red, SPANs are green, TDs are orange). (source: heeroz.com) Markup and CSS: <td width="40%"> <div class="info_row"> <asp:Label ID="lblWSPONumber" runat="server" Text="WS PO Number" CssClass="edit_control_label"></asp:Label> <asp:Label ID="tbWSPONumber" runat="server"/> </div> <div class="info_row"> <asp:Label ID="lblCustomerPONumber" runat="server" Text="Customer PO Number"

CKEditor 4 Toolbar Dropdown in IE7

这一生的挚爱 提交于 2019-12-24 08:19:29
问题 I am using ckeditor 4 for my project. The dropdown list in ckedior toolbar is not opening in IE7 where as it is opening fine in Chrome and Firefox. Any idea why? Internet Explorer 7 Chrome 回答1: Actual version of CKEditor I was using is 4.0.1.1. I reverted back to CKEditor 4.0 and it worked in IE7 as well. It seems there is some problem with version 4.0.1.1. 回答2: I had a similar problem with IE9 downgraded to emulate IE7. Then I did not get a context menu. By forcing the document mode to at

Kendo UI DatePicker does not let the user select a date

一笑奈何 提交于 2019-12-24 06:53:51
问题 I am using Kendo DatePicker with MVC 3 (VB.NET, Razor syntax) in IE 7. When i click on the datepicker it does not let me select the date. By default, today's date is selected. If i run the same code on Google chrome, it works fine. Also i investigated this issue using IE developer toolbar for IE 7, and it's showing that "Unselectable" for the datepicker is set to "On". I have no idea how can i switch it off. I can browse the months or years in the datepicker but can't actually select a date.

Kendo UI DatePicker does not let the user select a date

泪湿孤枕 提交于 2019-12-24 06:53:49
问题 I am using Kendo DatePicker with MVC 3 (VB.NET, Razor syntax) in IE 7. When i click on the datepicker it does not let me select the date. By default, today's date is selected. If i run the same code on Google chrome, it works fine. Also i investigated this issue using IE developer toolbar for IE 7, and it's showing that "Unselectable" for the datepicker is set to "On". I have no idea how can i switch it off. I can browse the months or years in the datepicker but can't actually select a date.

Unable to View Source of an XML file using IE7

筅森魡賤 提交于 2019-12-24 06:45:27
问题 I am enhancing our web framework to use web services and one of features I would like is the ability to view XML that has been submitted. I am using our Java servlet to launch a popup and serve the XML and this works - in IE7 I get the expected behaviour when of a nicely formatted and folding view of the XML. The problem is if I select 'View Source' I get a popup saying " The XML source file is unavailable for viewing ". I've used Fiddler to inspect the response headers which I've provided

My page layout breaks in IE7, rights itself if I hover over/open a menu item

浪子不回头ぞ 提交于 2019-12-24 05:56:10
问题 As you can see if you go to the link below in IE7/AOL, the layout breaks if you resize the window. However, click the products menu tab and it rights itself. I haven't a clue why or how to fix it, and it looks sloppy. On resizing the page, the logo and breadcrumb trail div stay where they ought to be, but my horizontal nav menu and everything below the breadcrumb div end up about 20-30 pixels off to the right. On refreshing the page, changing page, or opening a pull down menu item, it all

What's the performance impact of using bicubic interpolation in IE?

情到浓时终转凉″ 提交于 2019-12-24 05:43:09
问题 Everybody knows that IE7 sucks at scaling images. I just recently discovered the trick of using img { -ms-interpolation-mode: bicubic; } to force IE to use bicubic sampling when scaling images so that they look better. However, I was wondering if anyone knows the performance impact of using ms-interpolation-mode. 回答1: It will be slower than nearest-neighbor, but give you a better image. You should just time it and see if it matters. 回答2: I've used it before, and as long as you are not doing

What part of this RegEx is causing it to find no matches in IE7 and IE8?

我只是一个虾纸丫 提交于 2019-12-24 04:06:23
问题 I've got a regex that looks for a <span> with the class name foobar . It works in IE9, Chrome and Firefox. It's failing in IE7 and IE8. Can anyone tell me why? new RegExp( /(\s*?)<span\b(?:.*?)(?:class=(?:'|"|.*?\s)?foobar(?:\s|\3))(?:.*?)(?:\/)?>(.+?)<\/span>(\s*?)/g ) 回答1: If you're applying the regex against html you got from getElementById().innerHTML or jQuery .html(), IE will uppercase the HTML tags which could be the problem. If you make the regex case-insensitive - that is, change the

How to display variables from external JavaScript in HTML. Internet Explorer 7

我是研究僧i 提交于 2019-12-24 03:49:08
问题 I realize this is a horribly newbie question, but Ive been trying to fix it for days trying different methods so I just wanted to ask what would you do. I am attempting to create a web program to use at work, and I have this setup: Windows 7 IE 7 - Cannot Upgrade. The "website" is not a webhost, basicly I have a folder on my desktop with html/css/js files and I use IE to run the scripts, no host. I want to keep a set of vars, mostly strings, in an external JS file and pull the JS into