internet-explorer-8

IE8 Crash on getStyle background-position

血红的双手。 提交于 2019-12-08 13:43:14
问题 I've found a strange bug in Internet Explorer 8. Maybe someone can help me move around it. When I try to grab the background position of an element, using background-position-x all versions of Internet Explorer work as excepted except for IE8 that crashes . When I run el.getStyle('background-position') all browsers give me the correct values except from IE (6, 7 and 8) that return undefined . I therefore use el.getStyle('background-position-x') for all IE versions. IE8, however, crashes on

ASP.NET Postback problems in IE8

寵の児 提交于 2019-12-08 12:56:32
问题 I am working locally on an ASP.NET site and am experiencing problems with postbacks in IE8 . I have a page with a repeater that builds a table and each row has a LinkButton on it that is used to delete that row. In FireFox and Chrome , the button works as expected - the forms posts back and all the values from the form are available for processing. In IE8, the form posts back but the forms collection is empty, except for the button that initiated the postback . This is a problem because it's

jQuery (or something) is not working properly on IE8

别来无恙 提交于 2019-12-08 12:37:02
问题 UPDATE: I was told to test this in IE9 - It works fine in IE9 (for me, anyways). I was told by a friend that THIS page is not running properly on IE8 - I was told that the thumbnails are loading properly, but the image in the center is not. I do not have IE8 and I have been unsuccessful in my attempt to download it. The images are being loaded (well, adjusted) through jQuery and I have a feeling that it is my javascript code that is failing in some way, causing the described errors in IE8. I

Will Internet Explorer's HTML Parser ever add non-closing tags? [closed]

て烟熏妆下的殇ゞ 提交于 2019-12-08 12:32:56
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I'm doing some bug fixing for an error in IE8 and IE9 when I came across a strange error. There is a <section class="create"> tag in

Java - Selenium WebDriver - How do I check if the File Download Dialog Box is visible? (Not download Only visibility)

冷暖自知 提交于 2019-12-08 12:22:54
问题 Is it possible to check whether the File Download Dialog Box in IE is visible using Selenium WebDriver or any other Java Library? I don't want to download the file. I'm unable to verify the visibility of the dialog box. Also I'm unable to close the dialog box. Any help? 回答1: Check if your IE UNEXPECTED_ALERT_BEHAVIOR is set to IGNORE try{ //Click the link that brings up the download dilaog // Perform your next step : This is where the script will throw the excpetion due to the modal dialog. }

How to make css transform-origin property work in IE7 and IE8?

偶尔善良 提交于 2019-12-08 12:18:24
问题 I have the following css rule: transform-origin: 100% 50%; How to make it work in IE7 and IE8? I was google'ing for 4 hours with no luck. Any help appreciated! 回答1: I have solved this by making image double width as it was before and added left: -300px (half width of image). I know this is not the best way to do it, but anyway it works like it should do. Hope someone will find this answer helpful :) 来源: https://stackoverflow.com/questions/13931835/how-to-make-css-transform-origin-property

fadeOut not working in IE7/IE8

≯℡__Kan透↙ 提交于 2019-12-08 12:15:22
问题 I'm not quite sure why this bit of jQuery isn't working in IE7 & IE8. Does anyone have any ideas what could be causing this? 回答1: Well for one thing since you are using jQuery do this without the inline js: $('input[type=checkbox]').click(function(){ var checkbox = this; if (checkbox.checked) { $("#message1").stop(true, true).show().fadeOut(10000); $("#message2").hide(); } else { $("#message1").stop(true, true).hide(); $("#message2").stop(true, true).show().fadeOut(10000); } }); Just doing

Is it possible to use a BHO (IE8) to track which links a user clicks

我是研究僧i 提交于 2019-12-08 10:41:50
问题 Reading about BHOs and I know I can see ways in which you can track a user's navigation - however - is it possible with a BHO to identify which link was clicked by a user (for instance - if two links exist on a page in which a user can click to navigate to destination a - is it possible to determine which link was actually clicked)? 回答1: You can sink the DISPID_HTMLELEMENTEVENTS2_ONCLICK event if you can get access to the elements (sometimes you don't such as elements in a frame in another

Why won't IE8 won't open “.XLS” file from server?

我只是一个虾纸丫 提交于 2019-12-08 09:12:20
问题 I have code that is supposed to open a ".xls" (or ".doc") file that is hosted on the web server. In Firefox I get the prompt and it opens the file fine. However, in IE8 I get the yellow information bar. When I right-click the bar and select download file the page refreshes but the file doesn't open. What setting do I need to uncheck/alter to allow the users to download and open this file? 回答1: I'm unaware of an option you can uncheck. But there might be a registry key that can help you: Begin

Strange behavior Highcharts pie chart in document mode IE8

允我心安 提交于 2019-12-08 07:37:51
问题 I have 4 pie charts next to each other in a bootstrap grid which all show well in IE11 document modes IE5, IE7, IE9+, but not on IE8. What it does in document mode IE8: When I refresh the page with ctrl+f5: the charts show correct. When I refresh with f5: the charts have a way to big container and display out of screen (and way out of the grid) My JS: $(function () { var chart; var options = { chart: { plotBackgroundColor: null, plotBorderWidth: null, plotShadow: false, height: 200 }, legend: