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
0
votes
2 answers

Open a child window to work like alert box in Firefox

I want to open a child window to work like alert box in Firefox. and user should close the window before proceeding with any other operation. I want to do this because in Firefox the alert box title displays the ipaddress and I want to customize…
0
votes
2 answers

Firebug debugger not working in Firefox 3.x?

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…
marcgg
  • 65,020
  • 52
  • 178
  • 231
0
votes
2 answers

Animation working very slow in my Firefox 3

Look at this code snippet: $('#clickme').click(function(){blinkText($('#SendedText')); }); function blinkText(element) { $(element).fadeIn('slow'); $(element).fadeOut('slow'); } http://jsfiddle.net/aXMtH/5/ This code works fine in all…
Neir0
  • 12,849
  • 28
  • 83
  • 139
0
votes
1 answer

Questions on backwards compatibility of Firefox Addons/Extensions

Background info: Over the past week, I have been messing around with Chrome extensions and had no problem creating my extension. Great, Chrome rocks for making the development process very easy to learn, and, well... just easy! Now I have it in my…
delta9
  • 403
  • 1
  • 7
  • 16
0
votes
2 answers

Very strange jQuery selector bug in Firefox 3.6.x

Alright, I spent a lot of time turning a non-AJAX shopping cart checkout into an AJAX checkout. I did this by separating out the various sections into tabs using jQuery UI tabs. I then use AJAX to post changes on one tab and selectively refresh…
clifgriffin
  • 2,008
  • 3
  • 21
  • 41
0
votes
1 answer

Why doesn't ":active" work properly inside a Gecko frame?

It seems to me that Gecko has a bug involving ":active". To illustrate, put this into a file called test.html:
mike
  • 46,876
  • 44
  • 102
  • 112
0
votes
1 answer

Firefox 3 and Safari doesn't load some parts of CSS

I have a page that works in IE 7,8,9; Chrome and FF6 but I have some problems loading a part of style in FF3. This is a part of the .css file: .recipe_search_results table td ul.trait_icons { margin: 0; list-style-type: none;…
Sadiel
  • 1,344
  • 3
  • 18
  • 33
0
votes
2 answers

ASP.NET MVC: Redirecting back to page when no parameter is provided in Firefox 3

I'm trying to do exactly the same thing as detailed in this question: ASP.NET MVC: Redirecting back to page when no parameter is given to URL Here's my code: public ActionResult Details(long? id) { if (!id.HasValue) return…
Paul Suart
  • 6,505
  • 7
  • 44
  • 65
0
votes
1 answer

Why the ajax code works in IE, chrome, FireFox5.0 but not works in FireFox 3?

I got a simple AJAX demo code from internet which fills one select listbox dynamically with values from database. It contains a html file with AJAX code embedded in it and a PHP file. The problem is this code works fine in IE, Chrome, FireFox4 but…
Param-Ganak
  • 5,787
  • 17
  • 50
  • 62
0
votes
1 answer

What is intended fallback action for Firefox 3.x?

Seems like Firefox displays a plugin with an "X" in older versions of Firefox (i.e. - any version below Firefox 4) and refuses to default to the flashplayer. I understand that Firefox 4 is supported by mediaelement.js in that it can play ogg…
Nateq
  • 1
0
votes
6 answers

Text wrapping inconsistent in Firefox 3 on PC only

This is a recurring problem I have in Firefox 3.0. It seems when I keep refreshing sometimes it wraps, sometimes it doesn't. When it doesn't wrap, I can adjust the window size and the sIFR'd element will snap to its correct size. I need my elements…
Harold
0
votes
5 answers

Getting Firefox 3 to work with JSUnit

Thus far this is what I've tried, I'm using Firefox 3.07 Make sure in about:config that the property browser.cache.check_doc_frequency is set to 1 which the browser interprets as "check for a new page every time". Make sure in about:config that the…
leeand00
  • 25,510
  • 39
  • 140
  • 297
0
votes
1 answer

Div width clipped - only in Firefox for Windows

I am having a problem occurring only in Firefox for Windows (although I admit I am using Browserlab to test, and crossing my fingers it is accurate!) The test page is here: http://carolineelisa.com/rkl/index2.html Currently in FF3-4 the grey…
Caroline Elisa
  • 1,246
  • 6
  • 18
  • 35
0
votes
1 answer

fetch the redirect object body in firefox extension

I am trying to fetch the http object content/body via registering a stream listener to channel when receiving "http-on-modify-request" notification. var newListener = new…
winterTTr
  • 1,739
  • 1
  • 10
  • 30
0
votes
2 answers

Any way to make firefox 3 compatible with HTML5 tags? (like section, header, etc.)

So yeah.. firefox 3 isn't compatible with html5 tags. How would one get around this without recoding everything? You know, like IE's conditional statement or some such.
Chris Bolton
  • 2,878
  • 6
  • 38
  • 57