I've been working on this for a few days, and have made some (though very little) progress in getting my scripts to work in IE.
FF & Chrome are flawless. Both ... |
I've recently been made aware that my site is crashing in IE7. I tested it on a bunch of machines myself, but of course it always runs perfectly.
My brother just ... |
I just uploaded my site to the server, and it is working perfectly in Firefox and IE8, but not IE6 (have not tested in IE 7)...
Here is the address: |
Firstly, apologies if this is a duplicate. I've searched and looked at related questions but haven't found this question.
I'm debugging an AJAX problem in IE8. My throbber seems to spin forever, ... |
Not sure where to even start on this one...
I have a function that takes a select input field ID and populates it with an array of options.
function populateSelect(selectId, options){
...
|
I've been working on a popup window that interacts with the window.opener. I found a specific problem with IE not working when trying to append an object. I've set up a ... |
I'm really interested which way you guys use to effectivly debug a large (let's say 1000 lines and more) javascript in IE7/8/9.
I'm so sick of reading a message like 'error in ... |
|
In every browser, Win/Mac, Chrome, Safari, Firefox, Opera, IE6, and IE7 they ALL get the following console output:
352
254
But in IE8 I get:
414
434
454
474
Here is my JS/jQuery code:
$('#top-breadcrumbs').children('a').each(function(i){
if(!$(this).hasClass('permanent')){
...
|
I am hoping to get some help on this issue. Some users on IE have been reporting this javascript issue, but I have been unable to re-produce it.
In essence, for ... |
The following code works in Google Chrome and Firefox, but don't work in IE8. I don't know why, it's a tooltip and uses jQuery. It's not my code. When you run ... |
I have a website that's using a slightly modified version of Superfish that works fine in FF and Safari.
When I try it in IE 8, it doesn't work. However, when ... |
I've downloaded the latest version of IE9 beta and my site wrecks it. No problems on any other browser, but on IE9 it freezes on every page. The thing ... |
I am trying to fix a supposed bug in javascript for IE8 and here are the steps I tried:
- Checked in chrome/firefox(mac and win) to see if it also happens there. result: ...
|
i am getting an error when running a webpage on IE8. When i click on the error found it says:
how can i go to this ... |
I'm building an open-source web-application that navigates ancient documents for online publication (in action at http://ocp.tyndale.ca/testament-of-abraham). It includes one function that adds a new column to the text display ... |
I'm developing in Javascript for quite a long time now. Usually when I hit an error in IE I know roughly where it originated even if the message received from IE ... |
I'm trying to debug some JavaScript, I want to find out what code gets executed when I hover over a certain div element (I've got no idea which bit of code, ... |
i am using some plugin and updated jquery recently , some click on plugin crashes IE7 , is there anyway i can debug where exactly it is causing problem and crashing ... |
I am trying to use the IE 8's script debugger to run some JQuery code in the Console Tab, but all I get back is
{...}
For example if I try ... |
I have a javascript which works perfectly in chrome, FF2/3, and IE9
158: drop_area = $('#drop_area');
159: element = ui.helper;
however I get the following error in IE7 amd IE8:
SCRIPT438: Object doesn't support this ...
|
My javascript won't load because of errors it receives, only in IE. I used debugger to get the following errors. This page renders the javascript correctly in Safari, FF ... |
I'm using the jScrollTo plugin to create this website [removed]
Sadly, I've spent a few hours trying to debug why it's not working in IE7/8, I've tried many things but can't figure ... |
Update: The issue seems to be that due to the JavaScript that was written to acccomodate a problem with Firefox/flash, the program is now trying to play html5 in IE, which ... |
Is there a virtual testing center 'in the cloud' that I can remote into to run different configurations of IE9? I have a heavily modified jquery plugin that some users ... |
I get reports that a button does not work in my webapp on IE8 (and older). Everything works in IE9, FF and Chrome. The error is triggered in this click-bind:
$("#save_refresh").click(function(e) ...
|
A website I'm currently designing displays and works perfectly in all mac browsers, and Windows Firefox, Chrome and IE 8.
I'm having major problems in IE 7 though. Whilst the CSS ... |
the following code works perfectly in FireFox 7, but when pulling up the same page in IE 9, the jQuery functions (hide and show) don't work. However if you open ... |
Check out this jsfiddle:
http://jsfiddle.net/yxJey/6/
When run in FF with firebug you get the correct exception information.
When run in IE8 with developer tools the exception information is meaningless - only jQuery ... |
|
I have been staring at this issue for a week and am not getting past it. I am developing a site for a friend and am using a jquery zoomable map. It work great with everything except IE. Which clearly is a problem! If anyone can see the issue your assistance would be very much appreciated! Its on the following page: ... |
|
|