Questions tagged [firefox3.5]

Version 3.5 of the Mozilla Firefox browser, which was released on 30 June 2009.

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

34 questions
19
votes
7 answers

Geolocation provider for Firefox that allows manual input

Are there any easy ways to override the default behaviors of the geolocation api and just hard code your current location? I think this would be useful for testing and for privacy reasons (providing fake location data) I thought there was an add on…
Ryu
  • 8,641
  • 10
  • 65
  • 98
18
votes
3 answers

event.target on Firefox

var x = event.target||event.srcElement; document.getElementById(x.id).style.left = 200 + "px" ; document.getElementById(x.id).style.top = 100 + "px" ; Works fine on Google Chrome and IE but not on Firefox. Tried it on Google. Google says …
niko
  • 9,285
  • 27
  • 84
  • 131
13
votes
5 answers

Count number of words in string using JavaScript

I am trying to count the number of words in a given string using the following code: var t = document.getElementById('MSO_ContentTable').textContent; if (t == undefined) { var total = document.getElementById('MSO_ContentTable').innerText; …
V_B
  • 1,571
  • 5
  • 16
  • 37
13
votes
9 answers

Firefox 3.5 color correction hack?

After finally getting down to upgrading to FF 3.5, I noticed that some of my web pages have color problems. Specifically, say I have a PNG image with a color in it which is meant to be the same as the body's background color but when it is rendered…
cwj
  • 2,473
  • 5
  • 28
  • 38
10
votes
7 answers

What does Firebug "XML cannot be the whole program" error message mean?

I just got this error message in Firebug. A google search reveals nothing but other mystified people! Does anyone have any idea what it means? It's being indicated on the last line of this 3-line script:
user122299
9
votes
3 answers

Should setting `checkbox.checked = false` not clear the HTML attribute too?

Here's my HTML: Here's a Firebug excerpt: >>> test >>> test.checked = false false >>> test Um...am I missing…
Kev
  • 15,899
  • 15
  • 79
  • 112
9
votes
4 answers

Firebug Net Panel Logs

Is there a way to have firebug retain the activities log even after navigating to another page?
Saravanan M
  • 4,697
  • 5
  • 35
  • 37
8
votes
4 answers

How to embed video like Firefox page?

I just updated Firefox 3.5. When I visited Firefox website there is a video. When you click it, it enlarges and plays. I wonder if anyone knows how you can do it. Does it use any plug-in?
shin
  • 31,901
  • 69
  • 184
  • 271
6
votes
4 answers

Firefox 3.5 & 3.6: Unable to style
if it contains an

The following web page will render with unexpected result in Firefox 3.5. The first
element will not have a pink background, but the second will. Is this only happening for me? Is my code incorrect? Or is it a bug? Edit: This also happens…
Vitamin
  • 1,526
  • 1
  • 13
  • 27
5
votes
3 answers

HTML5 Video and degradation?

I've been playing around with the HTML5 video tag and I'm puzzled as to how best to degrade when you can't support a codec? For older browsers (or IE) that don't support the video tag at all this quite is straight forward:
5
votes
4 answers

Can Firebug be required to run my website?

I'm working on a new project which has some complex javascript. I can't post any code so that's not what my question is about. I have a script which works in Firefox 3.0. It was pointed out that the script did not work in Firefox 3.5, so I'm trying…
Ropstah
  • 17,538
  • 24
  • 120
  • 194
4
votes
1 answer

jQuery div hover function not working in Firefox

http://cambridgeuplighting.com/testimonials This code works in Safari, IE7, and IE8, but not in FF 3.5.7. The code changes the background of the little background icon when you hover over a div. jQuery(function( $ ){ …
HandiworkNYC.com
  • 10,914
  • 25
  • 92
  • 154
4
votes
5 answers

complete client side application using HTML 5

Is it possible to create a complete client side application using HTML 5 (it will embed chat clients, stock ticker) + JavaScript, and then bundle is with underlining Firefox 3.5 engine, so that user can install it as a desktop app on Linux, and then…
Girish
4
votes
1 answer

Where is a sample of some Javascript code for Location Aware Browsing in Firefox 3.5?

Does anyone know where I can find an example of some javascript code for the new location-aware features of Firefox 3.5?
leeand00
  • 25,510
  • 39
  • 140
  • 297
3
votes
2 answers

problems with execCommand justification in Firefox?

I am building a very simple WYSWIG editor for a div with contenteditable = "true". I am using execCommand to do simple formatting such as bold, italicize, and underline along with text justification. PROBLEM: Bold, italic, underline all work but…
zach
  • 346
  • 2
  • 9
1
2 3