firefox

Firefox: Can I use a relative path in the BASE tag?

I have a little web project where I have many pages and an index/ToC file. The toc file is at the root of my project in toc.html. The pages are spread over a couple of subdirectories and include the toc with an iframe. The project doesn't need a web server, so I can create the HTML in a directory and browse it in my browser. The problem...

Selectively disable specified referenced javascript files on Firefox

Is there any way to selectively disable specified javascript files on Firefox/Firebug? Perhaps using another add-on? I'm facing drag/drop conflicts between several static javascript files and I want to disable them one by one until finding the conflicting one. ...

Reload JsonStore making OPTIONS request

Why is a call to the reload method of a JsonStore making an OPTIONS request to the server? When running under IE, the reload makes a POST request, but under FF an OPTIONS request. Can I prevent FireFox (or ExtJS) from making an OPTIONS request? ...

Select control problem with Firefox when "size" and "style height" are specified

I have a problem with select listboxes under Firefox 3.5.6. When both the "size" attribute and "style:height" attribute are specified, the select control does not seem to process Page Up and Page Down key presses properly. They act strangely: first of all they scroll through the options one at a time, just like an arrow up or down key ...

Proper way to disable browser spellcheck in Smart GWT?

Does anyone know a 'nice' way to prevent SmartGWT from creating TextItem form items with the spellcheck="true" set? It's annoying to get spellcheck markers on name fields etc. The nuclear option is to hack out the problem js code from the smartGWT library, or replace the js method at runtime with: formItem.setAttribute("getBrowserSpel...

jQuery .remove() call in callback triggers infinite loop

Hi folks, While I have the problem itself seemingly resolved, I'm hoping someone can shed some light on the why of this... Below are two snapshots of the same function whose job is to remove a div that contains a user feedback message. It's setup to use an optional timeout, if a timeout is specified it makes a call to itself using set...

drawImage on canvas has weird aspect ratio in firefox and other problems

I am running firefox 3.5.6. I want to display an image on a canvas and draw a couple lines on it. It needs to display properly in firefox and internet explorer (using excanvas). Here is what I am getting: The top image is what I see in IE8, the bottom is what I see in firefox. IE seems to be a bit messed up as far as the canvas is...

Triggering the Change Saved Password dialog in firefox

I am implementing a change password ui, but when I change the password, the dialog that firefox's password manager displays to change the saved password doesn't appear. I can't find the documentation on what is required for the form fields to trigger this behavior. If anyone has the resource that goes through how firefox decides when t...

firefox cache maximum size ? for adobe tv.

i want to know maximum cache size limit for firefox? when i do about:cache i can directly access videos seen, i usually see adobe tv, so what maximum cache limit?is it unlimited or what? ...

Firefox scales my silverlight app?

Take a look at the follwing url in FF 3.5 and IE8. In FF it will first load at the same size as in IE8, but then it will zoom in. Why does this happen and how can i prevent it, or work around it? The code is a basic Silverlight project as created by Visual Web Developer 2008 Express with only a TextBox added. The html page is also gener...

Can I use xpath 2.0 with firefox and selenium?

I saw other questions referring to xpath 2.0, which apparently simplifies string expressions. I'm using Firefox 3.5.5 and selenium 1.0.1. How can I check if my versions of Firefox and Selenium support it? Does Selenium defer to Firefox's built-in Xpath implementation? In that case, if I start using another (perhaps older) browser with ...

Full window onClick handler in Firefox and Internet Explorer

I would like an event handler to fire whenever someone clicks anywhere on a window (so I can clear away a menu if they click someplace other than the menu). The following works in Safari: function checkwho(ev) { obj=(window.external) ? event.srcElement : ev.target; var type=obj.nodeName; if ((type == 'BODY') || (typ...

dojo.require() prevents Firefox from rendering the page

Im experiencing strange behavior with Firefox and Dojo. I have a html page with these lines in the <head> section: ... <script type="text/javascript" src="dojo.js" djconfig="parseOnLoad: true, locale: 'de'"></script> <script type="text/javascript"> dojo.require("dojo.number"); </script> ... Sometimes the page loads normally. But s...

Changing an attribute using jQuery doesn't seem to work in Chrome

Hi! I have this jsbin http://jsbin.com/ehidi. I wanted to change the data attribute and param[name="movie"] value attribute. It seems to work on Firefox but not on Google chrome or Safari (webkit?). Thanks! ...

How to copy textarea to clipboard for Firefox (see the http://j.mp copy button) ?

I wonder how the http:j.mp can use the auto copy function. Please help me! ...

Selenium keypress esc not work in FireFox

Hi everyone! I wrote this code for my unit tests in c# with selenium to test my web application. In particular I'm testing that the window for the tooltip is properly displayed and after esc key press it disappears: private const string XPathToolTipStyle = "//form[@action='search.aspx'] //div[@id='searchToolTip']/@style"; private bool...

when to release object in npapi plugin

I am confused about the ref count in npapi. Mostly, I don't know which method will increase ref count. Can anyone explain in detail about this? For the convenience, I listed most common used NPN_* functions here and my own understanding: NPN_CreateObject: set ref count to 0 NPN_RetainObject: inc ref count NPN_ReleaseObject: dec ref co...

Firefox Temp files

I am in the middle of creating a CCleaner like application for unix based/styled systems. I am having trouble finding out exactly where Firefox holds its temporary files, and those in the Firefox dev community don't seem to willing to help me find out where. I know atleast in Linux(which is my focus now), the temp files are held in...

why link title not showing in IE but showing in firefox?

see example here http://jsbin.com/elesa code <p> <a target="_blank" href="#" title="Download PDF, 58KB, opens in a new window"> <img width="150" height="50" border="0" src="http://sstatic.net/so/img/logo.png" alt=""/> </a> </p> ...

What is the steps to add Open Search Feature to an existing ASP.NET MVC Website?

I notices when i go to some sites (include Stackoverflow) by Firefox a little blue circle shows I can add the site to my Search providers . so wanted to know how can add this feature to my MVC project . I Heared an XML file should be added ... ...