firefox

Want to add popup entry in Allow popup option of firefox using javascript

Hi Guys , I want to add popup blocker entry for the specific site in htmlunit webclient we can do it manually by clicking to edit popup blocker entry option in browser but how to do it in htmlunit is it possible ? if yes ......how? I want to do this in htmlunit Thanks ...

ActiveX Object is not defined

Firebug is giving me the following error: ActiveXObject is not defined [Break on this error] var xmlhttp = new ActiveXObject("MSXML2.XmlHttp"); I've read that ActiveX is a Microsoft framework and its mostly used in IE. All of the internal web pages at the place I work were designed and built specifically for IE 6, but now they want m...

Inspect Content-Type header of downloaded files

How can I see the Content-Type header of a file downloaded from a web server? I've tried using Firebug and the developer tools in Chrome, but for downloaded files they don't display any information. ...

JavaScript confirm() crashing with FF 3.6.4

Hello, Yesterday I added a line of JavaScript that uses confirm(), and I was using FireFox 3.6.3 and it was working fine, but today FireFox upgrades to 3.6.4 in the background and the confirm() freezes my browser, although it still works in IE. I suspect it is a FireFox 3.6.4 issue. I was wondering if that was indeed a FireFox 3.6.4 is...

DHtml grid 1.1 is not working in firefox

Can somebody tell me some steps to make the DHtml grid to work in Firefox ? 1. I cannot see the grid data properly. 2. Client side Sorting is not happening. 3. Edit cell is not editing properly. ... ...

Struts2 application giving blank pages while browsing ..

I have struts2 application with struts2 version 2.0, There is no error on server side or client side but frequently its showing blank pages while browsing. It seems like browser could not render the html page. These blank pages are not shown on specific pages but randomly shown on different pages. I have been told to fix problem but co...

firefox no longer being ignored by fiddler.

After updating firefox to 3.6.4, fiddlerhook no longer allows you to disable firefox traffic. It will always show up in fiddler. Is this a known issue with the new way firefox is handling add ins? ...

How Do I Not Allow Any Firefox Customizations of my web application?

I have built an ASP.NET mvc web application and it seems that some of our users have started making add-ons or extenstions of some type in Firefox to customize the app for them specifically. Is there any way to not allow this? Can I do something with my app so they have no access to run customizations? My boss is freaking out over thi...

jQuery warnings in Firefox Error Console

All of the sudden, I'm getting a bunch of warnings in the Firefox Error Console... this wasn't happening earlier today, and I haven't made significant changes. The error is just constantly repeating and accumulating about 3-4 times a second: Warning: reference to undefined property jQuery.ajaxSettings.traditional and that points to li...

Firefox table css generate tbody killing table width

I am working on taking an IE only site and making it cross browser. Everything is looking food in IE, Chrome, and safari. However firefox isn't happy. I have a table class called "datatable" it is as the name suggests a datatable. I am trying to get it to stretch to 100% of width of the div it's contained in. The div above is 100%. Whe...

Firefox (3.6.3 Mac) fails to float left the last of a set of left-floated list items

I have a set of <li> elements in an unordered list. The items are all floated left, with a bit of space between them. Problem is, the last list item is wrapped (isn't at the end of the list, but leftmost on a new line). I have no idea why. The rendering is fine with Mac Safari and with IE 7. The CSS for the li items floats them left: l...

Use different font when Zooming in in Firefox

When I zoom in using Firefox, I would like to change the font used on the site to Georgia because it looks better in larger size. Is there a Firefox extension or javascript I can use to make this happen? Or attach the Zoom keyboard hotkey to a user defined css file maybe? ...

How to set the color to the select box and its border in firefox ?

I want to set the color to the border of the select box and its contents. I am able to see the color to the border of select box in IE. But I cannot see the border color in Firefox. I want to set the color to the border to the select box items also. Is there any way to do this ? To set the border color to the IE I am using the followin...

Jerky jquery scroll movement in firefox

I have 2 divs in fixed positions on my page, the idea being that their content scrolls when the page scrolls. However, when using Firefox, when there are lots of other DOM objects on the page, movement (especially vertical) is very jerky. Performance is fine in chrome and IE7/8. Code is shown below - If anyone can point out ways this c...

Firefox and IE aren't displaying "<script ... > ... </script>" provided from PHP.

Hey everyone, I am having a problem with a website I'm trying to build; basically I have a class that I call from my header file that loads all of the link and script tags. The link tags show up across all browsers, but the script tags only show up in safari and chrome, they do no show up in firefox or IE. <script type='text/javascript...

on page load event of *not the focus* tab in Firefox extension

Hi, I develop firefox extension and using the "load" and "DOMContentLoaded" events to raise when document was fully loaded. My problem, however, is that my 'content' variable is always pointing to the focused tab and not to the new loaded tab (for example, when firefox restarts and load several tabs or if you right-click a link and op...

How to replace a javascript file request with contents from another file in a FF addon?

I'm looking for some guidance on how to replace requests for a specific javascript file with another file that I'll package with the Firefox addon. ...

Determine the length of this Node-set?

Javascript for Mozilla: while (result) { alert(result.childNodes[0].nodeValue); //txt=txt+result.childNodes[0].nodeValue+"<br/>"; result=nodes.iterateNext(); } This is intended to return a series of strings from an xml file. When I use the alert line, it alerts as expected with the proper strings in a series. T...

Detecting Download Status in Firefox

Is there any way to detect whether a download has completed or is how much it has downloaded , in the context of a greasemonkey script Or and extension .(i.e) how to detect if firefox is still downloading a file or not, in a greasemonkey script or an extension ? Also please give a Reliable way for using jQuery in greasemonkey. ...

Firefox addon to view/edit/create localStorage data?

Is there an addon that allows you to view, edit, localStorage information? If there is and it works as an extension of Firebug I will be extremely happy. Something like Google Chrome's similar to Firecookie but for the localStorage Is there something like it? ...