internet-explorer-8

Why does IE 8 crash with bootstrap, knockout validation and custom binding handler when mouse out of parent?

筅森魡賤 提交于 2019-12-11 03:21:13
问题 Ok.. this is a crazy bug that me and a colleague cannot figure out. Internet Explorer 8 crashes (no console error message). It happens when a knockout observable value is changed using a radio input with a custom binding (data-bind) AND you move out of the parent DOM container. This error CANNOT be reproduced using Internet Explorer 9 in IE 8 Browser Mode - only a true standalone Internet Explorer 8 install will produce this error. One thing that I did notice, is that if the knockout

IE8 not supporting Google Charts (Pie Chart)

孤人 提交于 2019-12-11 03:06:25
问题 IE8 is not rendering Google Charts (Pie Charts). It is giving me an error saying : SCRIPT5: Type mismatch: jsapi, line 20 character 89 I have tried looking on the web for a solution, tried all of them, but to no use. I am debugging my application using IE Developer tool, with the following setting: Browser Mode : IE8 Document Mode: IE standards. Any suggestion would be of great help. 回答1: This seems like a problem with the emulator (and google charts) in IE9+, I am right now trying to get a

HTML link title atrribute tooltip internet explorer 8

我的梦境 提交于 2019-12-11 02:58:55
问题 It seems that Internet Explorer 8 does not give a tooltip when a link has a title. This is however W3.org valid and other browsers do give a tooltip. What's the proper way to make sure that iE8 also gives a tooltip with the title on a link? <a href="contact/" title="Contact us for bla">Contact</a> 回答1: It should display the title. The only problem with IE is that it displays alt as titles (but titles are handled correctly) while it should display nothing when there's only an alt value. Do you

Jquery problems in IE8

可紊 提交于 2019-12-11 02:49:21
问题 Jquery runs fine in Safari and Firefox. In IE8 (using the Developer Tools), I get the error: "Could not get the position property. Invalid argument jquery-1.3.2.js, line 12 character 12949". Using debugging, the script highlights the characters {J[G]=K}. I have no idea what this does, but it seems to cause the problem! The result is when a thumbnail image is clicked in one of my galleries, the image does not open in IE8. If anyone understands this or how to correct it, I'd be very grateful!

JavaScript error in IE7 & IE8: SCRIPT5007: Unable to get the value of property 'newQuestion': object is null or undefined

时光毁灭记忆、已成空白 提交于 2019-12-11 02:38:32
问题 I've been looking all over and can't come up with a solution. The following code works perfectly in IE9, Chrome, FF, and Safari. However, when you hit "Start" in IE7 or IE8 you get the following error: SCRIPT5007: Unable to get the value of property 'newQuestion': object is null or undefined The code at issue is here: //This is used to reduce some code size and not type document.getElementById(a) each time function DOMelem(a) { return document.getElementById(a); } //This is used to round

IE8 - CSS visibility: collapse - Doesn't work?

ε祈祈猫儿з 提交于 2019-12-11 02:36:19
问题 Does the css visibility style "collapse" work in IE8? The reason I ask this is because I have a div that I am trying to collapse. When I publish my website the div stays visible instead of being collapsed. But when I change it to "hidden" the div is hidden. The reason I don't just use Hidden instead of Collapse is because I don't want the huge gap on my page. 回答1: display: none; ? 回答2: visibility: collapse; is meant only for table elements. Use visibility: hidden on <div> s. http://www

Why does Internet Explorer 8 print invisible content?

谁都会走 提交于 2019-12-11 02:34:43
问题 please check the HTML code below. The 3rd DIV is partially visible because it is overlayed by the 2nd (which has a white background). All good so far, everything displays correctly in both IE and Firefox. The problem starts when I print the page. In Firefox it prints as displayed on the page. In Internet Explorer 8 it somehow prints all DIVS completely. It looks as if it applies a opacity filter on the 2nd DIV (or all) which makes the 3rd DIV completely visible... I create a white overlay

Internet Explore 8 won't change image src with .attr()

点点圈 提交于 2019-12-11 02:25:14
问题 I have set up a page which will flick through a sequence of images as the user scrolls with their mouse or trackpad. I'm using jQuery to measure the distance from the top of the page - scrollTop() - to then change the image source for a particular id in the DOM. This is working perfectly in Firefox, Chrome, Safari, Opera, IE9 and also on the iPad, iPhone, etc. HOWEVER, it doesn't work in IE8. This is the HTML: <div id="flipping-container"> <img id="flipping-id" class="flippingTarget" src=

Printing in IE8 Has @href contents inline

天涯浪子 提交于 2019-12-11 01:57:45
问题 Can someone tell me how to stop IE8 printing the value of the href for an A tag next to the text. For example this markup <a href="/site/page.html">Some Link</a> When printed comes out as Some Link(/site/page.html) when printed. How can I stop this? 回答1: This doesn't happen for me in IE8 and I've never spotted it. I also can't find it in the Internet Options anywhere. It is possible that you have some software on your computer that does this, for example AVG Anti-Virus adds content to web

Problem with jQuery in IE8 with Fancybox

隐身守侯 提交于 2019-12-11 01:40:33
问题 I recently aquired an old website (we're talking tables, image maps, you name it). I was asked to make an old link to a Flash gallery into a lightbox. I simply used a javascript: openLightbox() on the gallery link (top right corner). I know, I know, but it doesn't seem out of place on this site. Anyway, I also include a JavaScript file scripts.js, which Includes jQuery and CSS files for fancybox. Use AJAX to get some JSON of image filenames Create a hidden unordered list on the page with