What are browser bugs that are obscure in the sense that they are hard to find or only occur under certain conditions, but can seriously bite you? Please also provide fixes or workarounds where available.
Things like the IE6 float margin or PNG bugs are well known by now, please concentrate on rarer problems.
This is a community wiki, ...
Hi, I want to include some charts on my website and I'm looking for a good cross-browser charting package - what are my options?
...
Do applet javascript calls serialize in any proper way? I'm considering implementing a model in which two threads send off javascript commands. One responds to requests from the browser (js), and the other hits the browser periodically. My question is this: what happens if these two javascript requests collide?
I'm worried about concurr...
I have an applet that does extensive communication with javascript and the browser. Now, I've stuck a JSObject call in the init method of the applet to notify the browser that the applet is there and good to go, but I've noticed something strange. Occasionally, when making a javascript call from an applet in its init() method, the call f...
Is it possible to detect when a user is printing something from their browser?
To complicate matters, if we are presenting a user with a PDF document in a new window is it possible to detect the printing of that document ( assuming the user prints it from the browser window)?
The closest I've been able to find is if we implement custom...
Is there a way to execute python code in a browser, other than using Jython and an applet?
The execution does not have to deal with anything related to graphics. For example, just sum all the digits of a binary 1Gb file (chosen by the browser user) and then return the result to the server.
I am aware that python can be executed remotel...
I want to simulate a button click on a website (not mine, www.gfainfo.com).
They want the page appearing on a laptop at their tradeshow and don't want to have to click the "Replay Video" button over and over again.
When the "start" button is clicked the video displays the first time. I want the video to display in a loop. Any sugg...
Possible Duplicate:
How do I write a Firefox Addon?
Any body knows how to develop an add-on on firefox?
...
Hi friends,
I just want to add a link for pdf file.
But when i click on the link then pdf file open in the browser,
But i want that user prompt for to save or open the pdf file.
Thanks in advance.
...
I serve a web page which makes the client do quite a lot of Javascript work as soon as it hits. The amount of work is proportional to the amount of content, which varies a lot.
In cases where there is a huge amount of content, the work can take so long that clients will issue their users with one of those "unresponsive script - do you ...
I'm not familiar with Qt or with Google Native Client. Is it possible for a TRIVIAL Qt console application to be ported to Google Native Client? I understand that some work would be involved. But the question is, how much if it's even possible?
...
I have the following specified on body:
body {
font: 63.5% Helvetica, Arial, sans-serif;
In Virtual Machines, I am unable to setup an IE7 installation to reproduce this problem, but on others' machines, some with IE7 render the font on the page abnormally large. The actual CSS and html are hundreds of lines long across multiple file...
Hi All,
We've got an ajax request that takes approx. 30 seconds and then sends the user to a different page. During that time, we of course show an ajaxy spinner indicator, but the browser can also "appear" stuck because the browser client isn't actually working or showing it's own loading message.
Is there an easy way to tell all maj...
I want to provide my visitors the ability to see images in high quality, is there any way I can detect the window size (or better yet, the viewport size - see green area) of the browser with Javascript?
...
Is there a program or website that can show me what my website will look like in Internet Explorer 7? I know there's one out there, I just can't find it.
EDIT:Preferably a program.
...
First, I'm not totally sure what is causing this behavior. JQuery, Ajax, default browser behavior (happens in IE, FF & Chrome).
But, I have a tab control with 5 tabs on a web page. Each tab is loaded via a jquery ajax call. Four of the tabs load without any issue. The fifth tab, the only one that contains a textbox input control scrol...
I have a string:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
I want to know what version of Firefox is in the string (3.5.2).
My current regex is:
Firefox\/[0-9]\.[0-9]\.[0-9]
and it returns Firefox/3.5.2
I only want it to return 3.5.2 from the Firefox version, not...
In most common web browsers, are the images displayed using <image> tags loaded by asynchronous requests?
...
Would like to understand how to build a tool like the mac os dash board widget (web clip). Am looking at trying to build it with webkit but not sure if thats the right way to go.
Some thoughts were to using webkit and some DOM to display only the viewport that a user requests.
While this works so well on mac os, am trying to build it...
Hi,
Just working away with CSS/HTML and wondering when I might "hope" to see a new IE or increased support for CSS3 and HTML5. I can't find anything about futher developments on Trident/IE apart from the mention of the Gazzelle
Can anyone point me to somewhere with information on the continued development of Internet Explorer, post the...