firefox

Javascript works in Chrome, Safari and Opera but not Firefox

Site here. Basically the box in the middle doesn't generate random string from my database in Firefox as it does in the other browsers. I can't seem to find the problem, my JS skills aren't amazing. I haven't tested it in IE as I don't have access to it right now. Any ideas? Thank you! ...

Sun One web server CSS problem with Mozilla

Hi all, I have a css problem with Firefox. The css files on my website don't work on Firefox but it works fine on IE. I am using Sun One web server and the mime.types file is already configured for css and the virtual server's obj.conf file has ObjectType fn="type-by-extension" in the default Object. Anyone here know what could be ca...

Firefox loading all css files referenced in conditional comments

I have a regular css file plus two IE specific css files. In Firebug in Firefox I noticed the same div is getting properties from the three files. Why is Firefox loading iestyle.css & ie6style.css? <!--[if IE 7]> <link rel="stylesheet" type="text/css" media="all" href="iestyle.css" /> <![endif]--> <!--[if lt IE 7]> <link rel="style...

image in pattern in path in SVG in Mozilla Firefox?

I have the beginnings of a jigsaw demo in SVG that works in Opera, Chrome, and Safari, but not Firefox: the background rect shows, but the pieces are all entirely missing. The pieces consist of a path element whose fill property references a pattern that in turn contains a copy of the image translated so that the correct part of the ima...

Firefox link to javascript function opens a new window when not intended

Hey All, I have this problem where when I have this html in firefox it opens a new window <a style="float:right;" href='javascript:window.location.href="#";'onClick="javascript:addNewRecord();">New Record</a> I have tried self.location, window.location, #body, and #h1 as the href. Originally I had the code as, but in firefox that di...

jquery datepicker with custom caldendar?

I hate to just come out and ask a question I've made no progress on but the simple reality is that I am not that good with javascript and only able to stumble my way through jquery. But here's what I am attempting to do. I am part of a play by post RPG site that recently has changed its calendar system to something that is a bit more f...

Why is my cross-domain POST request being preflighted with an OPTIONS request?

According to the Mozilla Developer Center HTTP access control article, cross-site POST requests can be "simple" -- i.e. require no preflighting -- if the request's Content-Type is application/x-www-form-urlencoded. I'm not getting this behavior in Firefox, and I'm not understanding at all why this is so. Here's my setup code: function ...

Mozilla Firefox programmatic screen capture

Hi, I'm interested in writing javascript that will programmatically perform a screen capture of what is viewed in the browser, and save the file to the hard disk. I'd like to be able to type in a list of keywords, and use a search engine's api to programmatically view the page, and take a screen capture. My first question is, does this...

Greasemonkey: setting form values is not working in Firefox

This works flawlessly under Chrome, but in Firefox the fields don't populate until the SECOND time I hit submit on the page (after it comes back from the first time telling me invalid user/pass). What am I missing? This is my code for the Greasemonkey script: document.getElementById('loginBtn').addEventListener('click', function (even...

How do I scroll a window in Firefox that does not have scrollbars?

We have some pages that we are developing that are pop ups. We disable the scroll bars in general for these pop ups. However, during development there is some debugging info that shows up past the view port which we cannot get to because the page does not have scroll bars. In IE we can click and drag and that will scroll the window but...

Ajax function that works in FireFox but not in IE 6

Hello, I have a function that allows me a selection from a list to update a table. When I tested in FireFox it works without problem But my application should also run IE6 and when I test any results my table does not update much but I get to put my lines in my table. My script: <script type="text/javascript"> function actualiserDLIS()...

Firefox is acting weird on this form.

I am trying to float a <button> to the right. the <button> is outside of <form> but is on the same line. For some reason this is not working in FF. I made my form background red and found out that the <button> is still in the <form> in FF even though its not! Every other browser works fine, the <button> is not in the <form>. Screenshot:...

Why is this span bold in every browser except Firefox?

A page I am working on displays a span inside a div in bold sometimes, while in others it displays it unboldened with the same markup. Good (Product Details is bold) - Screenshot <div class=infoPanel><span>Product Details</span><br /><ul><li>7.7% APR for loans between &pound;7,500 to &pound;14,999 for up to 5 years</li><li>Available if...

What is the maximum size of local storage available for Firefox add-ons and/or Chrome extensions?

Designing some extensions that will continuously update a dataset that is used to render additional information on webpages. ...

How to use Content-Type: Multipart/Related

I want to send a binary file to the user and have some HTML display on the browser. I'm using a CGI-BIN script with apache2. I found this example on page 4. The link also shows details about the multipart/related content-type. Here's what I tried so far: Content-Type: Multipart/Related; boundary="boundary-content"; start=""; type=\...

Firefox addon doesn't work when using % in menu label and tooltip.

I am working on a firefox addon, and when I use % for a menu label and tooltip the addon doesn't work (doesn't show up on firefox). I am using the % in a .dtd file like this: <!ENTITY addonName.menuX "%09 (Tab)"> And in the .xul file like this: <menuitem class="menuitem-iconic" image="chrome://addonName/skin/image.png" tooltiptext="...

How to get Firefox instances launched by Selenium server to remember form history?

I have a special profile for my Selenium server with various form history in it, and when I launch Firefox regularly I can indeed use them. However, when Selenium server launches a Firefox instance from this profile, there is no trace of them (although the regular browser history appears just fine). Any ideas? ...

Forcing firefox to render XML in a tree like fashion?

Hi there, I am trying to get firefox to render the xml that is being returned to it in a tree like format as in Internet explorer.. Currently it just displays the field values .. i.e. NO XML Is there some special setting i am missing? EDIT Here is the xml that is being returned <ArrayOfSampleItem xmlns="http://schemas.datacontract....

Firefox + jssh build

Has anyone been able to get anything past 4.0b1 of firefox either nightly or releases to build with jssh enabled in the .mozconfig, I get the error .js component without matching .manifest and if I change the rules I get a missing header file, which if I manually copy to the jssh directory and then build gives many many compile errors, w...

howto hide firefox add-on popup initiate by selenium rc ?

everytime i test my selenium test, the instant of firefox will popup and show page of selenium rc. It's ok and cool. But i have problem. For every test i also have to see a firefox's page pop up and shown selenium plugin have been add to firefox. is there any way to configure selenium so it initiate firefox without a popup page cause af...