firefox-3

Firebug debugger not working in FF 3.x ?

Hi, I have been using Firebug for a while now and for the past month I can't get the javascript debugger to work. I mean, it will work sometimes, but it does random things 80% of the time. I don't think that it's just me because a friend of mine have the same problem. I've googled the issue and I can't manage to find an interesting an...

Is there a XDomainRequest equivalent in Firefox?

Is there an equivalent to Internet Explorer's XDomainRequest in Firefox or any of the other browsers? I'd like to access a service/website outside of my domain. ...

Firefox 3 syntax error with external css

I get a strange syntax error in Firefox 3.0.10/Leopard when using the following html/css: foo.html: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt; <html lang="en"> <head> <link rel="stylesheet" href="foo.css"/> </head> <body> Foo </body> </html> foo.css: div { color:...

How do I disable images and Flash from loading when using Selenium with Firefox?

When running selenium tests through Selenium RC in Firefox 3, the instance of Firefox that launches to run the tests in always displays images even though I've setup Firefox 3 to not display images. Do anyone know how to disable the images from loading? I'd also like to disable flash from loading on the test pages as well. ...

How do I get clientX and clientY to work inside my "drag" event handler on Firefox?

Mozilla firefox 3.x seems to have a bug when listening to "ondrag" event. The event object doesn't report the position of the object being dragged, clientX, clientY and other screen offsets are all set to zero. This is quite problematic as I wanted to make a proxy element based on the element being dragged and using of course, clientX an...

Firefox 3 and XML/XSLT

Firefox 3 and XML/XSLT I am relatively new to developing web apps with client-side processing in Firefox. I have a few straight-forward questions regarding the use of XML/XSLT in Firefox. I send an initial XML document with an XSLT reference to the browser. The browser successfully transforms the XML to XHTML using the referenced XSL...

GWT/Firefox: getOffsetHeight() always returns 0

Using GWT 1.6.4, I have the following code to retrieve the dimensions of the browser window: RootPanel panel = RootPanel.get(); int height = panel.getOffsetHeight(); int width = panel.getOffsetWidth(); Now, in the Hosted Mode browser, and in IE (but I believe the hosted mode browser uses IE, right?), this returns the correct values f...

FireFox showing Flash button but can't click on it

Hi, Got a weird bug with FireFox only. I'm using Uploadify - a great jQuery upload utility to allow multiple uploads to my site. I have a Modal Popup which appears in the middle of the window with blackened out background. My Flash upload button is inside this popup. In all other browsers this works fine, but in FireFox, sometimes (n...

AJAX plugin in wordpress rendering incorrectly in Internet Explorer

An AJAX log-in plug-in for Wordpress, 'iredlof AJAX login', is rendering correctly in Safari and Firefox on my Mac, and in Safari, FF and Chrome on PC, but not in Internet Explorer. I know nothing about AJAX, Java, php and at a loss to even start to know where to look for an answer. The developer is not being helpful. It's a new blog on...

Bug : Dojo Dialog + Flash in Firefox 3

i have a flash component on a dijit.Dialog.In Firefox 3, i cant click on the flash button.When i right click on the flash i get the tooltip(settings) far away from where i clicked.It's working on all other browsers. I had to update dojo from 1.1 to 1.3 for IE 8 issue.After updating i seem to get this problem.Before it worked fine in doj...

Do you know which library Firefox 3 uses for the "download completed" info?

It's the window that shows up when you set showAlertOnComplete = true. about:config browser.download.manager.showAlertOnComplete = true I want to add notification messages in my applications and I need to find a good open source library for that task. ...

Silverlight 2 Does not render content on IE7 IE8 Firefox 3

I have a very simple silverlight xaml page displays textbox and a button. When i run my application on IE6 it works fine. But for IE7 IE8 and FF3 - it does not display any content. The page is rendering blank. <div style="height: 100%; width:100%;"> <asp:Silverlight ID="Xaml1" runat="server" Source="~/ClientBin/test.xap" MinimumVersio...

Can I drag files from the desktop to a drop area in Firefox 3.5 and initiate an upload?

I've set a ondrop event on my drop area and it receives an event when I drag an image from my desktop to the drop area. However, according to the Recommended_Drag_Types document: https://developer.mozilla.org/en/DragDrop/Recommended_Drag_Types A local file is dragged using the application/x-moz-file type with a data value that is a...

Silverlight crashes FireFox 3.5, IE7, & IE8

One of my users has an HP Pavilion DV4-1430us laptop running Windows Vista Professional 64-bit. She is using the latest version of the Silverlight Plug-In, downloaded on 24 July from microsoft.com/silverlight. While typing in a text box in a silverlight web application my company developed, all three browsers will occasionally crash. Ni...

FormsAuthentication.SignOut don't work on the firefox 3 (asp.net)

I'm using this code in login page. This is work fine. FormsAuthenticationTicket ticket = new FormsAuthenticationTicket( 1, // Ticket version eUserName.Text, DateTime.Now, DateTime.Now.AddMinutes(30), true, "administrator", FormsAuth...

Multiple Instances of Firefox and Visual Studio

After upgrading to FF3.5, I noticed Firebug is slower. A lot slower, it is annoying to debug web applications and have to wait 5 seconds to open a tab. After some googling, I got FF3.0 and FF3.5 running side by side, with different profiles. Now I can use GMail, Google Docs, and all the Google Apps we use here at work in FF3.5 (a lot fa...

DirectX Firefox Plugin rendering artifacts

QUICK ANSWER: For those of you who reach this page via Google looking for a solution to the same problem, try this quick fix (suggested by Goz) - Add D3DCREATE_FPU_PRESERVE to the behavior flags on your CreateDevice() call. That cleared it up for me! I'm creating a DirectX 9-based NPAPI plugin. It seems to be working well ...

Firefox 3.5 "hangs" when rendering TABLE

I have a simple HTML Table (10 columns x 500 rows). When the page loads I start to scroll down and the browser hangs, and won't allow me to scroll for 3-5 seconds. This usually happens around row 75-100. Sometimes I have to scroll all the way to the bottom, and start scrolling back up to the top. Either way, it is rare that I don't e...

Selectable input fields and textareas but no other content selectable in Firefox?

I need to prevent users from selecting elements in my web app UI, except for text in input fields and textareas. For Firefox, the technique seems to be to use this css: * { -moz-user-select: none; } And that works well enough (tested Firefox 3.5.2), except that you cannot then select within input fields or textareas. I tried dividin...

Is there any way to get the Firefox API's

Is there any way to get firefox Api so that i can access them programatially There any other method other than XPCom ...