Questions tagged [firefox3.6]

Version 3.6 of the Mozilla Firefox browser. Released on January 21, 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

115 questions
1
vote
1 answer

Simulating the accelerometer event feature in Firefox 3.6?

I just downloaded Firefox 3.6 today and I noticed in the list of new features they have an Orientation API that can detect the direction that your laptop/computer is tilted. This is clearly a hardware feature of some sort; So if you don't have the…
leeand00
  • 23,306
  • 34
  • 125
  • 265
1
vote
1 answer

Socket.io 0.9 and firefox 3.6 - error when close tab

My firefox 3.6 gets error when I close connected to socket.io server tab in browser: Error: uncaught exception: [Exception... "Component returned failure code: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIDOMJSWindow.setTimeout]" nsresult: "0xc1f30001…
ElSajko
  • 1,357
  • 3
  • 14
  • 30
1
vote
1 answer

Firefox 3.6 not loading Jquery UI Tabs

I have a problem with my jquery UI tabs currently only in Firefox 3.6.24 where the first tab will not be loaded. It is driving me insane because the xhr says that it has the html data. jQuery v1.4.4 jQuery v1.8.18 wondering if there are some known…
BillPull
  • 8,335
  • 15
  • 54
  • 93
0
votes
1 answer

Search Field, clear default text on focus - FF 3.6?

I've tried the jQuery and JavaScript solutions here: How to clear text field on focus of text field All of which work, but not on FF 3.6 for some odd reason. SO! What can I use for this feature to work on FF 3.6 / that generation older browsers? I'd…
fred randall
  • 7,023
  • 18
  • 73
  • 167
0
votes
1 answer

font-face in firefox 8 on linux and firefox 3.6 on winxp

this is my CSS code: @font-face { font-family: 'WebMitra'; font-style: normal !important; font-weight: normal !important; src: url('./fonts/bmitra.ttf') format('truetype'); } @font-face { font-family: 'WebMitraBold'; …
sweb
  • 2,452
  • 3
  • 29
  • 44
0
votes
1 answer

Firefox 3.6 required inputs

I'm trying to find a shim which will stop Firefox 3.5 - 3.6 (under Prism) to stop submitting a form when the input is set to required. I've just tried using Afarkas's webshim but that hasn't worked either.
James
  • 5,016
  • 4
  • 37
  • 76
0
votes
1 answer

opening oracle applications in firefox

I'm using firefox 3.6 and I'm not able to open oracle applications on it. I tried the methods given on the websites such as enabling the next generation java jre plugin but still firefox crashes when I try to open oracle applications. Is there some…
Tom
  • 301
  • 9
  • 28
0
votes
2 answers

IE Not Passing PHP Session Variables

I'm trying to use session variables across several pages. However, the variables disappear when I go from the original page they are set on, to another page on my server. I've confirmed the variables are set originally on the first page but when I…
0
votes
2 answers

Firebug keeps randomly stopping in ExtJS

ExtJS 1.7.3 on FF 3.6 ² keeps stopping on this line 9863, every time I load my page: 9860 try{ 9861 var ssRules = ss.cssRules || ss.rules; 9862 for(var j = ssRules.length-1; j >= 0; --j){ 9863 rules[ssRules[j].selectorText.toLowerCase()] =…
Frank Nocke
  • 7,493
  • 3
  • 58
  • 89
0
votes
0 answers

ajax xhr.status = 0 errors after reload / refresh, how to prevent it?

I am running multiple ajax requests on a page, there is nothing wrong with the codes that I know of. It is just that when an ajax call is till running and the user chooses to hit reload or refresh, the browser will return an status error 0, in both…
Jamex
  • 1,094
  • 5
  • 21
  • 32
0
votes
2 answers

Testing in Firefox 3.6 (testing platform?)

1.Do you have any ideas on how to test websites in firefox 3.6 if I have win7 and ff6 installed? I've tried to install 3.6 and alongside with ff 6 but it gets all messy. Is there something like Ie tester for fire fox 3.6? Adobe lab-browser sucks…
0
votes
1 answer

Is there any way to inject own code into QTP's 11 Extension for Firefox

I'm still fighting with HP QTP 11: Script execution fails when running in Firefox, but Debug Viewer shows result of operation By entry in Firefox Error Console I see what files are used to perform interactions by QTP: Error: obj[FuncName] is…
vmg
  • 8,856
  • 12
  • 55
  • 83
0
votes
2 answers

Firefox 3.6 section rendering issue

I am working on fixing a display bug in a friend's webpage on Firefox 3.6. It displays correctly in all other browsers. I have narrowed the problem down to this: in most browsers, the HTML is generated and parsed as so:
0
votes
1 answer

Does the css background-size not work in FF 3.6.x?

Checkout my site in FF 3.6: www.compversions.com and look at it in every other newer browser (FF4+, Chrome latest builds, IE9, etc.) and they all look fine. In ff 3.6, the logo and the chameleon are too big. What's the fix here, or do I need to…
marcamillion
  • 29,563
  • 49
  • 161
  • 337
0
votes
1 answer

Box div doesn't expand to 100% width, but to width of an inner div child

I seem to have the following CSS issue only in Firefox 3.0, Firefox 3.6. With newer versions of Firefox, like 3.6.6 for example, my layout works fine. Unfortunatelly, I can't upload a full screenshot. Here is the code: #header { width:100%;…
Max
  • 831
  • 1
  • 10
  • 23