0
votes
1answer
36 views

Internet Explorer Error : SCRIPT5009: ArrayBuffer is undefined

I am receiving an error in internet explorer 9 and under which does not occur on other browsers. It's: SCRIPT5009: 'ArrayBuffer' is undefined My code is as follows var rawLength = ...
0
votes
2answers
22 views

How to get the link with long tap with Javascript?

Basically I want to get the link the user tap on (long tap gesture) on IE 10. For click event, I found this function linkClick(e) { alert(e.target.href); } links = ...
1
vote
0answers
25 views

How to display large amount of data (~8Mb) on a web browser at once?

I have to display around 8Mb of data on a web browser. Unfortunately I am not allowed to use pagination. Currently my chrome, FF, IE hang while rendering this huge data. Is there any way to tweak ...
0
votes
0answers
25 views

vanishing content in IE9 only when mouse moves

ok I recently asked about this problem but as I have zero clue where to begin or where to look for the problem I couldnt give much for people to go on. My problem is that a webpage on my site ...
0
votes
0answers
16 views

How to code around corporate policy of not upgrading Windows XP

We have a web app that is not supported on older browsers that we license to companies. One problem we're running into is that many companies are still running Windows XP and only allow Internet ...
1
vote
1answer
42 views

Session loses data on page refresh (php, apache vhost, IE)

On IE my session does not work as i desire. the script:: <? session_start(); echo "Testing sessions " . $_SESSION['test'] . " working"; $_SESSION['test'] = 'are'; ?> load page (displays ...
1
vote
1answer
27 views

Could IE 8/9/10 remember the last src of an iframe between sessions?

Need some clarification in this question. I have an HTML page inside which exists iframe without src. This tag is generated each time main page is loaded. Then if user (for example) came first time to ...
-1
votes
0answers
14 views

Is there any cross-browser tester that list CSS properties that are breaking compatibility? [closed]

How can I easily debug which CSS properties are breaking cross-browser compatibility of a webpage in a specific version of a specific browser? There is a tool that does the job automatically? PS: I ...
0
votes
1answer
15 views

Background - IE issue (working with every other browser)

I have the following page that is working perfectly on every browser but IE. The issue on IE is the messed up background on the second maincontent/letcol div. Any idea why it doesn't fit with the rest ...
1
vote
0answers
40 views

multilinguale file name issue convert to url encode in browser

When user try to download file in pure ie8 , not compatibility mode which have multilingual character in name it shown "fileAttachment" name . that time i using header("Content-Disposition: ...
1
vote
0answers
23 views

Open watij browse in full screen

How do I open Google.com in fullscreen? public class Click extends WebSpecTestCase{ public void testGoogleSearch(){ spec.ie().open("http://www.google.com"); } public static void main(String ...
1
vote
1answer
53 views

Max size of location.hash in browser

I would like to use the location.hash to encode the state of my client app, such that users can easily bookmark and/or share the app in its complete state using the URL. There are a number of ...
1
vote
2answers
154 views

Browser support message pop up plugin

I know there are plugins like https://code.google.com/p/ie6-upgrade-warning/ and http://browser-update.org that are extremely handy to warn users to not use IE6/7. But what if I would like to go a ...
0
votes
0answers
95 views

The function FindProxyForURL in pac (proxy-auto-config) file can not work in IE browser

we spent three days still could not solve a strange technical problem, so we need your help. The pac (proxy-auto-config) file we write is working fine in all other browser, except IE(Internet ...
0
votes
2answers
101 views

IE caching ajax request does not execute javascript function

I have a javascript file loading via jQuery.getScript on the client and I'm setting cache-control headers with 1hr browser caching on the server side. It looks like IE caches ajax requests and the ...
0
votes
1answer
59 views

IE9: Script only works in debugger, but not when NOT debugging

I have some trouble with Internet Explorer's compatibility. I'm building an online tool with massive usage of HTML5 canvas, CSS3 and JavaScript. The program works fine in all major browsers, except ...
0
votes
1answer
69 views

PHP getting black image while taking screenshot

I use the code below and then save the result in a jpg file. But sometimes I get only a black image. It is not happening all the time, what can I do to prevent it? No error is thrown, only some ...
1
vote
2answers
100 views

Run local 'Javascript Dependant' HTML file in Internet Explorer

When you open a local HTML file (that contains Javascript) using Internet Explorer a message appears saying Internet Explorer restricted this webpage from running scripts or ActiveX Controls My ...
0
votes
0answers
47 views

Radiobuttons and checkboxes alignment issues for IE9

I had been developing on a server that uses IE8. When I deployed my application to another server using IE9, all my web controls become unaligned as below. Checkbox: and RadiobuttonList: ...
0
votes
3answers
127 views

filter: blur(1px); doesnt work in firefox, IE, and opera

I have a problem with css: when I try to do -webkit-filter: blur(1px); -moz-filter: blur(1px); -ms-filter: blur(1px); -o-filter: blur(1px); filter: blur(1px); it looks perfect in safari and ...
0
votes
1answer
42 views

Javascript Web App not working in IE

So I made this web app earlier and finally got all the bugs out of it...so I thought. I don't do any programing so this is really my first attempt at javascript and now I'm beyond lost. My app works ...
3
votes
0answers
570 views

We are getting a slew of requests from IE9 for /scanImageUrl [closed]

The requests are ALL from Internet Exploder 9 with compatibility mode turned on. We know compatibility mod is on, because of the trident attribute being sent in the user agent string. This just ...
0
votes
0answers
50 views

Why certain vbscript statements breaks with IE9+ whereas it works well on quirks mode?

It is 'lu'ck replaced with 'su' when something goes wrong due to browser compatibility issues. Wondering why certain vbscript statements breaks in IE9+ whereas works well on quirks mode. Following ...
0
votes
0answers
17 views

Display IE rendered iframe in Chrome

We have a locked down system that uses Chrome 20 for the browser. We've noticed that certain websites don't get rendered properly using Chrome as they are using MS specific controls. Is it possible ...
0
votes
0answers
70 views

How to implement a Google Plus 1 button in Internet Explorer 10 and Safari?

I've found a lot of code snippets to implement a google plus one button. They ALL work in Firefox and Chrome. For example: <script type="text/javascript" ...
1
vote
2answers
145 views

How to make IE8 understand file download name?

I use Controller.File(Stream fileStream, String contentType, String fileDownloadName) Method to download a file from server. In my case contentType is ...
0
votes
0answers
16 views

How to disable extension in user's browser on site?

I've detected some nasty toolbars hijacking advertising on my site, is it possible to disable performance of those toolbars for the users of the site from my (webmaster's) side?
-1
votes
1answer
88 views

HTML code doesn't render when jquery is added

I have the following html in JSP page, for some reason if <script type="text/javascript"> $("#department").autocomplete("department.jsp",{minChars: 4}); is added after first input type ...
-1
votes
3answers
212 views

object doesn't support this property or method document.querySelector

I'm testing one line code on IE7 but it's giving me the following error: Object doesn't support this property or method and it refers to Here's the problem line in question: var checked = ...
1
vote
0answers
53 views

LESS (client side) does not compile certain CSS properties

The website I'm working on need to support IE7 and display: inline-block does not work there. From searching around I see that *display: inline; and *zoom: 1; can solve this problem. The problem is ...
0
votes
0answers
105 views

Frame :Mouse wheel scroll behavior difference in IE vs. Firefox ,Chrome

Please see below source of web page to understand my Question. --Main page -------------- div ------------------frame 1 ---------------------frame2 Assume that all above elements display ...
0
votes
1answer
32 views

IE sometimes requests homepage (site root) at the same time as other page

My site consists of a sequence of form-submits. A very small number of browsers, less than 1% and perhaps only some IE browsers, will request the home page at the same time as every content page. ...
0
votes
2answers
44 views

Internet Explorer Nightly Build

Where i can download nightly build for IE? I searched google and found nothing. Its really good if Microsoft offer nightly/standalone build. Majority of good browsers like Firefox, Chrome, Safari ...
0
votes
2answers
101 views

IE CSS Background Image Work Around

Below is my CSS code for my logo at the top of the page that resizes its self to the users device size in all browser apart from IE8 and below it appears to work just fine constraining the original ...
0
votes
1answer
237 views

AS3 ScrollPane mouse wheel event not working outside IE

I have several ScrollPane instances in my project and when testing locally - just by running the swf - scrolling the mouse wheel while over them scrolls the content. However, when I run it in Google ...
-3
votes
1answer
47 views

Website trouble with Internet Explorer..is there a solution? [closed]

Please visit this website, it is working perfect on all other browsers except ie ..what could be the reasons ? I couldn't find out the exact reason ..please help [The website address is attached] ...
0
votes
2answers
137 views

Javascript function is not working in IE browser

i am working on javascript onclick event, when i call function on button click it not gets works on IE browsers (IE-9 & IE-8) code as following <input type='image' src="mybutton.jpeg" ...
0
votes
2answers
93 views

window.parent.$() doesn't work in IE

I don't understand my snippet below, it works perfectly in chrome (not tested in ff yet) but it has error in IE stating "Invalid argument", Is there any way we can work around this problem? ...
0
votes
1answer
197 views

Chrome-frame 25.0.1364.97 rendering

We have intranet web- system, and most of our employees use IE with chrome frame installed on it. So, all worked fine while chrome-frame had updated to version 25.0.1364.97. Now, with this new ...
0
votes
1answer
217 views

IE Compatibility Issue Dynamic Loading Jquery Ajax

I am generating Dynamic Vertical Menu using Jquery Ajax. The Code is working fine with Chrome, Firefox but it is not loading using IE. I am new to web development and Browser compatibility issues of ...
0
votes
1answer
87 views

ajax call in window.unload event of IE issue

when a user closes their browser or refresh the browser(onbeforeunload event does NOT fit for my scenario, seems user may cancle to leave), I want to send a log to server, so I have the following ...
1
vote
0answers
125 views

IE Freezing from onbeforeunload Request

I've run into an issue where Internet Explorer 7, 8 and 9 freezes because of a request that gets made in the onbeforeunload JavaScript event. This is a complex site with a lot of things going on, but ...
0
votes
0answers
59 views

Single Instance of web application

We have a web application that has a very critical behavior when the user works with it in multiple instances (browser windows or tabs). What is the best way to force the user to have only one ...
0
votes
2answers
204 views

Is there any way to show a loading image (like ajax loading gif) when I load big content with a normal request?

Is there any way to show a loading image (like ajax loading gif) when I load big content with a normal request? I have no ajax request, but a simple asp.net postback. And I have a large site with ...
2
votes
1answer
61 views

IE not displaying content of table UL

The UL area is left blank in IE and it displays content fine in Chrome, Firefox and safari. //on view source in IE am able to see the following code but the ul area is empty in browser: <!DOCTYPE ...
7
votes
5answers
282 views

How to increase cell height of GWT celltable : Issue with IE?

How to increase cell height of GWT celltable ? In mozilla firefox cell height proper(as per content) but In case of Internet explorer some part of content not displaying properly see image My ...
2
votes
1answer
66 views

How to select Document Mode in Firefox and Chrome without setting a DOCTYPE?

I am working on converting a web page that was creating using old web standards to support modern web browsers. The web page currently renders in Quirks Mode within Internet Explorer 9, Firefox, and ...
0
votes
2answers
45 views

Submit button cancel

Let me start by saying I'm not a web guy. We have an html form with a submit button on it and also an onClicked event defined. The onClicked event just does data validation on a few fields. In ie, ...
-1
votes
1answer
121 views

IE prompts (.js) Javascript file for download instead of executing it

Given a URL like: http:// host:port/app/whatever.js IE(Internet Explorer) attempts to download whatever.js, instead of rendering(or executing) it on the browser. I am using IE8/WinXP How can i make ...
-1
votes
1answer
90 views

JavaScript with Internet Explorer 8

var id = data.rslt; var element = id.attr("crawlLocation"); if (element.indexOf("\\") != -1){ var toSearch = element.substring(0,element.lastIndexOf("\\")); toSearch = "\"" + toSearch + "\""; } var ...

1 2 3 4 5 9