firefox

"dojo is not defined" - Firefox 3.5 issue?

Please take a look at this code: http://3wcloud-com-provisioning-qa.appspot.com/testAjaxDojo Just tab off the "domain" input field to try to make the Ajax run. (Note: the test Ajax web service always sends back the same message, it pretends to check if domain is available but it really doesn't). When running in Firefox 3.5, I get "doj...

Trusted applet security warning (yes/no) dialog not appearing in Ubuntu 8.10 and firefox.

Has anyone ever had this happen? It appears to lock the browser up until I force quit, and I have a user whose setup can reliably reproduce this, which worries me. Thoughts? ...

jQuery Validation Submitting without Validation in Firefox

Hi Guys, I've put together a pretty simple competition script - it's commented out below and you can find the demo at http://www.jakeisonline.com/stackoverflow/jqueryvalidation/page/ I am using a jquery plugin to achieve the validation: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ The problem is only in Firefox (3.5....

Setting class on HR breaks TD colspan

Hi, I have a nested table arrangement for displaying data. I want the nested table to be in a TD that spans all the parent table columns. So I have colspan set. However I also want the user to be able to click on the parent to hide/unhide the child data. This works fine in IE8, but in FireFox and Chrome the nested table is ignoring the ...

Request.Form for a textarea returns bad data

This is a very weird error ocurring only with Firefox 3.5. I have tested it for IE, Safari and Chrome revealing no errors. I'm using my localhost IIS 5.1 and ye old asp. I've been able to reduce the scope to this... I have a textarea in a form, filled with 4000 characters, for example. < textarea name="obs" id="obs" cols="75" rows="1...

FF 3.5 extension: window.title is 'undefined'

From a sidebar in Firefox 3.5 I am getting a reference to the main window with: var mainWindow = window.QueryInterface(Components.interfaces.nsIInterfaceRequestor) .getInterface(Components.interfaces.nsIWebNavigation) .QueryInterface(Components.interfaces.nsIDocShellTreeItem) .rootTreeItem ...

NS_ERROR_XPC_GS_RETURNED_FAILURE error code

I'm developing extension for Firefox which calls XPCOM component writen in C++ and I get this error: [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: chrome://testtest/content/mytest.js ...

FireFox / JQuery / Dom : Not returning 'rowIndex.

I am writing a JavaScript function to highlight the row and column of a clicked cell. This function must take into account cells in previous rows that use "rowspan" to protrude down into the selected row - because this causes the cell indexes to differ from the "apparent" index. I.E. every cell in the second column of a table does not ...

How do I make Firefox open a file with an ampersand in the filename?

I've written some Ruby code to inspect ZIP-files as part of an internal company process. The way we usually launch this code is from a web browser. When you click to download the file, you select "open with" and specify the full path to a small batch file. This one-line batch file looks like this: \\mathworks\public\Matthew_Simoneau\...

prevent firefox reload when changing element position/size

i have a div which contains a flash object. the flash has a button that maximizes that object to the full height/width of the browser window[a sort full screen option but limited to the browser]. when ever the position[top,left] is changed it refreshes the content. because the flash object pushes data back and forth between the web app t...

Issues with most basic e4x test

When I load a page containing e4x in FF 3.5, I get no inkling that e4x even exists in the browser's JS implementation. Notes below, but here's my HTML : <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>e4x test</title> ...

Is there a Firefox Tab like IE Tab?

IE Tab allows users to view pages using the IE rendering engine. Is there something along these lines the other way around, rendering a tab using Gecko in IE? Is it possible to write an ActiveX control to include the Gecko engine or webkit and use that to render the page? ...

Silverlight WCF calls work in IE but not in FF

Hi, I'm having a WCF service deployed on one of my servers, and my Silverlight app on the other server. The problem I'm having is running it in Firefox 3.5. Opening in IE 6/7 works great, but when I open it in Firefox it loads the app, but on calling WCF service i get this: An error occurred while trying to make a request to URI 'http:/...

Launch file:// from Firefox/Chrome

I am looking to be able to launch a network file on our local intranet using FF or Chrome Currently the link work good in IE <a href="\\Start\Of\My\Network\file.xlsx">View Report</a>&nbsp; but in FF it show <a href="http://mydomain.com/\\Start\Of\My\Network\file.xlsx"&gt;View Report</a>&nbsp; is there a way to get the link to ren...

C++ writing HTML onto each of two already opened Firefox tabs from within extension

I'm seeking C++ help in writing HTML code to a new tab in Firefox within an extension. Our C++ code has been partially wrapped by an XPCOM wrapper and embedded within a Firefox extension thanks to the work of a consultant we have lost contact with, and still partially implemented by calling out to a standalone executable. To get our ou...

Problem with jQuery's fade in/out in Firefox

I already asked here with no luck, but feel free to read it: http://groups.google.com/group/jquery-en/browse%5Fthread/thread/fdf7a584b30d4bb9 Hmm check out my site: http://www.crtaci.info/ on top-right position i have search field. When you move your mouse over there small text shows up that says: Napredna pretraga Now, for some re...

YUI 2.7.0 File Uploader - Firefox 3.5 / flash 10 / iis 6

i have a project that uses the file uploader, i have taken the example of the queue management, and altered it to upload to the location i would like it to save to, and all the custom settings, and skins i have given it. i run it locally through vs2008 - running on my local iis 5.5 (xp machine), the post to page is aspx(vb.net) and test...

JQuery line is breaking my page

So I'm working on a little bit of jQuery for a site I'm working on and for some reason when I put single quotes inside double quotes Firefox, in it's eternal glory, changes them to double quotes thus breaking my code. I even tried putting it in an external javascript file even though I'm just prototyping at this point. No good. Wouldn't...

Why aren't custom JavaScript files loading in Firefox, when other JavaScript files in the same directory are?

I have a very weird problem in Firefox ( version 3.5.2), and I am using Firebug ( version 1.4.2). Google Chrome doesn't have this problem. A custom script ( bpoCases.js) I wrote, which is put inside the same directory as other javascript files such as jquery.js, is not loading, whereas jquery.js is loading. And when I check the HTML, i...

is there a way to trigger an IE window to open from firefox browser using php and javascript?

i am using simpletest as my php unit test framework. i put all my test cases into a single all_tests.php file however, because of the tendency of our developers to use firefox to run the all_tests.php, we tend to miss out on fail cases that are browser specific, especially ie7. is there a way that when somebody browse our all_tests.ph...