Questions tagged [firefox-3]

Version 3 of the Mozilla Firefox browser. Released on June 17, 2007. This version was supported until March 30, 2010.

Mozilla Firefox is a free and open source web browser developed for Microsoft Windows, OS X and Linux (including Android) coordinated by Mozilla Corporation and Mozilla Foundation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. wikipedia

90 questions
2
votes
1 answer

How to create firefox3 sidebar?

Hi I want to create sidebar in Firefox 3 but have no clue how to do this. I find tutorial on MDC (https://developer.mozilla.org/en/Creating_a_Firefox_sidebar) but after installation extension do not work with "not compatible with Firefox 3.0.3"…
wonglik
2
votes
4 answers

Images & Hyperlink Borders - Ghost 1px x 1px Border

I've an image that is wrapped in an anchor tag that, through jQuery, triggers an action somewhere else on the page. When I click on the image, two tiny 1px by 1px boxes show up in the upper and lower left corners of the image. My CSS styles…
neezer
  • 19,720
  • 33
  • 121
  • 220
2
votes
2 answers

Firefox Addon Development : Detecting non-compatible addons?

Few addons are not compatible with mine, so how to detect their presence and inform the user. Thanks
iTech
  • 71
  • 4
2
votes
2 answers

Firefox XPCOM component - Permission denied to call method UnnamedClass

Can a firefox XPCOM component read and write page content across multiple pages? Scenario: A bunch of local HTML and javascript files. A "Main.html" file opens a window "pluginWindow", and creates a plugin…
Curious Developer
1
vote
1 answer

CSS Sprites Not Rendering Correctly in Internet Explorer 6/7/8

Test Site Here: http://testsitefree.nfshost.com/ IE9:Works fine IE8:Only the first image is rendered. IE7:Only the first image is rendered + Dropdown menu moves to the right. IE6:Doesn't work Firefox 3:Only first image is rendered. Thanks for…
1
vote
1 answer

FireFox showing Flash button but can't click on it

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…
Graeme
  • 1,657
  • 5
  • 28
  • 46
1
vote
1 answer

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…
user116060
1
vote
1 answer

JQuery and tablesorter on Firefox 3.5

I'm using JQuery 1.6 and the latest tablesorter (sorttable) I can find. I have one page which does a $("div#child_container").load(child_url); where the page referenced by "child_url" has a sorttable in it. In FireFox 8, this works exactly as you…
Meower68
  • 929
  • 9
  • 21
1
vote
1 answer

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…
Paul Mendoza
  • 5,709
  • 12
  • 53
  • 82
1
vote
1 answer

Does Firefox 3 support Rails3 UJS, despite not supporting HTML5 data-* attributes?

Am I missing something or is Rails3 UJS incompatible with Firefox 3? AFAIK, all the previous-gen browsers didn't support the HTML5 data- attributes, so does this mean all the Rails3-style UJS code won't work on Firefox browsers prior to Firefox 4?…
1
vote
4 answers

IE7 and Firefox 3 Rendering Difference

Here is an outline of a page I'm developing.
gvkv
  • 1,894
  • 2
  • 22
  • 34
1
vote
2 answers

Is there any way to stop Firefox from submitting a form on a Javascript error? Maybe in about:config?

Is there any way to stop Firefox from submitting a form on a Javascript error? I mean I know I can use an alert box or firebug to stop it from doing so, but...not all pages that people work on work with Firebug, and that alert box is just…
leeand00
  • 25,510
  • 39
  • 140
  • 297
1
vote
4 answers

Which Versions of FireFox Should I Support?

I have recently built a template for a website that I see looks slightly different in different versions of FireFox. I was wondering, as a rule of thumb, which versions of FireFox are worth supporting? FF2 and up? FF3 and up? Thanks for your…
Oliver Spryn
  • 16,871
  • 33
  • 101
  • 195
1
vote
3 answers

Cross-browser jQuery transition animation?

Are there any jQuery 1.3 animation-transitions that work in both Firefox 3 and IE7? I have a table with multiple table rows (25 or more), with some of the rows starting hidden (these rows all share a common class; in this example, it's ".hidden").…
bsberry
  • 954
  • 1
  • 10
  • 24
1
vote
2 answers

jQuery: Why do hidden table cells get (sort of) shown again when I measure their height in FF3 and Chrome

I can successfully hide some table cells using jQuery. When I then measure the height of a hidden cell, the space that the cell would occupy if not hidden appears as blank space, pushing all the remaining cells in that row across by one column. It's…
Alex Scordellis
  • 492
  • 5
  • 16