Questions tagged [firefox6]

Version 6 of the Mozilla Firefox browser. Released on August 16, 2011.

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

18 questions
21
votes
3 answers

JavaScript alert not working in Firefox 6

I tried running this JavaScript code in the address bar in Firefox 6: javascript:alert("Hello") I get a ReferenceError: alert not defined. It used to work fine in Firefox 5 though, and still works on Opera, Safari and Chrome. How do I fix this?…
Ryan
  • 618
  • 1
  • 7
  • 16
5
votes
4 answers

Does Firefox cache javascript and use it without a request if there is a querystring in the path?

What I would like to do is append a query string on the end of the javascript path so that whenever my application is updated to a new version, the javascript is downloaded. As long as the query string is the same however, I want it to keep using…
Jon Hargett
  • 1,133
  • 2
  • 11
  • 19
5
votes
1 answer

Why does Flex Debugging stop working after a while in Firefox 6 with breakpoints?

I was currently working on a flex application with debugging set to Firefox 6. I set a breakpoint and was checking some variables... next thing I know the browser says "flash player crashed." How do I set it up so breakpoints work for an extended…
Cam
  • 988
  • 1
  • 12
  • 25
3
votes
1 answer

Flash (wmode=window) disappears after calling facebook dialog

We are writing app for facebook. It's a game written in flash and embeded with wmode window. We get problem with Firefox 6, but only on Windows XP. When user invoke some facebook dialog (for example: pay dialog or buying more credits dialog) flash…
pmaruszczyk
  • 2,157
  • 2
  • 24
  • 49
3
votes
2 answers

window.opener.focus() problem in FF5+

I'm opening new window with next code: window.open(url,pageName1,"menubar=1,resizable=1,scrollbars=1,status=yes,width=1050,height=820"); so window is not modal In new window I'm calling: if (window.opener) window.opener.focus(); in IE, Chorme,…
Andrey Koltsov
  • 1,956
  • 6
  • 24
  • 43
2
votes
1 answer

Dojo firebug in Firefox 6

I recently started using the Dojo firebug extension. I had gotten used to it since it had some nice features (letting you see dojo on the widget level). This was good for me because I am in the process of trying to learn dojo so this really let me…
hbhakhra
  • 4,206
  • 2
  • 22
  • 36
1
vote
1 answer

How to override the dojo control focus method on FF

We have an existing application using dijit controls. The previous behavior on pre FF6 when the control is focused is it also gets selected. However, starting FF6 the control is no longer selecting all text. The problem now is there are a lot of…
Nap
  • 8,096
  • 13
  • 74
  • 117
1
vote
3 answers

Did localStorage just break in Firefox 6.0.2 on Mac?

I'm playing around with HTML5. For that purpose I created some small Javascript widget using localStorage amongst other things. Up until yesterday Firefox played nice. Then 6.0.2 came around and suddenly the localStorage object is null. Going to…
erlando
  • 6,736
  • 4
  • 24
  • 29
1
vote
2 answers

Firefinder alternative

Since upgrading to Firefox 6, one of my favourite extensions for firebug no longer works. Does anyone know of an alternative to firefinder? I'm looking for a tool to highlight DOM elements from CSS/XPATH selectors. Preferrably connected to…
primavera133
  • 1,284
  • 1
  • 15
  • 24
1
vote
1 answer

Firefox 6 Extension and Search Plugin bundle does not work

Adding a Search Plugin for Firefox Via Extension is done using bundles, putting your .xml OpeSearch in /searchplugins/ directory and Firefox will automatically add them when the Extension is installed. See https://developer.mozilla.org/en/Bundles…
aviv
  • 2,719
  • 7
  • 35
  • 48
1
vote
3 answers

jquery ui 1.8.16 & firefox 6 - sortable not working properly

As I was developing an application with jQuery (latest version), my firefox browser decided to update itself to version 6. Right after that, I got the standard jquery ui "sortable" function not working properly. I tried on the jquery website and…
Nicolas C.
  • 235
  • 4
  • 14
1
vote
0 answers

Firefox's clientHeight and scrollHeight

I am experiencing problem with detecting an overflow inside a div. I'm using firebug to debug my html. In my firebug I see that my div has the same clientHeight and scrollHeight, even though Firefox rendered it with a vertical scrollbar (which…
strike_noir
  • 4,080
  • 11
  • 57
  • 100
1
vote
1 answer

Firefox 6 HTML audio.duration = NaN problem

I just found a possible bug in Firefox 6 for Windows. When I try to get the audio.duration value in a function that triggered by audio "loadeddata" event, in Firefox 6 for Windows, the value is NaN. And the audio.duration value updates with the…
Steve Wang
  • 794
  • 6
  • 19
1
vote
1 answer

onekeydown returns "Process" string for each keyboard press in Firefox 65.0 ubuntu 18.04

I'm using Firefox 65.0 for my web development. My project code contains password input. I developed this before more than a year ago using JS code that detects the key presses using onkeydown and onkeyup functions. It works fine for all browsers…
Kallel Omar
  • 1,208
  • 2
  • 17
  • 51
0
votes
1 answer

jQuery .appendTo() usage in FF breaks formatting

I'm making a simple shopping cart for my site. On an item's description page, after clicking the 'add to cart' button, the item appears at the bottom of your list of items in your shopping cart. It works perfectly in Chrome and IE9 but Firefox (v6…
jairbow
  • 1,294
  • 1
  • 9
  • 13
1
2