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

114 questions
0
votes
2 answers

Microsoft JQuery Template plugin: Script Stack Space Quota is Exhausted

I read a few questions regarding the Firefox "Script Stack Space Quota is Exhausted." The answers are usually "work with less data". However, how much "JSON" data we process is not the issue. We created a very small template, then loaded over 700…
Zachary Scott
  • 20,968
  • 35
  • 123
  • 205
0
votes
1 answer

Firefox 3.6 for Mac font problem (picks wrong font)

I have the following problem with Firefox 3.6 on Mac. Windows and older versions of FF work perfect. The body is defined like this: body {color:#000;font:normal 12px/16px "Cambria", Times, Times New Roman, Georgia, serif;background:#fff} But my…
JeroenVdb
  • 798
  • 1
  • 12
  • 21
0
votes
1 answer

jQuery: hidden visibility selector does not work in Firefox 3.6

Firefox 3.6 would show $(":hidden").show();, but IE 8.0 works fine.…
Jichao
  • 40,341
  • 47
  • 125
  • 198
0
votes
1 answer

Intermittent JavaScript Issue

I'm running some JavaScript via eval (I know, shoot me), that basically enumerates all of the properties on the document object. My issue is that while it works in firebug, it throws a not implemented exception in Firefox, when run from a…
Michael
  • 1,380
  • 2
  • 10
  • 14
0
votes
2 answers

Confirm dialog from silverlight crashes firefox

I've found some strange behaviour of firefox 3.6 - when I call HtmlPage.Window.Confirm() method from my silverlight 3 app it crashes the browser. This behaviour, I think, begins from the version when plugin container became separate process. Maybe…
ogojack
  • 13
  • 5
0
votes
1 answer

Regular Expression validator with file upload control (asp.net) does not work in FireFox

I am using Regular Expression validator with file upload (Asp.Net) control in-order to restrict the files uploaded. My regular expression is as follows: ^(([a-zA-Z]:)|(\\{2}\w+)\$?)(\\(\w[\w].*))+(.wmv|.avi|.mpeg|.MPEG|.mp4|.MP4|.flv|.f4v)$ It…
Harun
  • 5,109
  • 4
  • 38
  • 60
0
votes
3 answers

HTML - After page load, page jumps down

This problem has been bugging me for awhile. For some reason, after the page is finished or near-finished loading, the page jumps down, about half-way. What I want to happen, and what I expect, is that pages remain at the top post-load. Is there…
Michael Robinson
  • 29,278
  • 12
  • 104
  • 130
0
votes
1 answer

During page load, when does Firefox autofill / autocomplete forms?

I'm troubleshooting a weird bug with a web app prototype and knowing when, precisely, Firefox autofills / autocompletes form fields would be useful. I have a small specialized audience and only need to target Firefox 3.6+. For this question, there…
jon
  • 1
0
votes
1 answer

Styling “input file” - works great, but there is a little annoying problem

I'm using Firefox 3.6.6. I styled my "input file" that looks like this: Here is the code: (live example here) HTML:
Choose…
Misha Moroshko
  • 166,356
  • 226
  • 505
  • 746
0
votes
1 answer

javascript how make download as text work in firefox 3.6

How can I make this code to work in firefox 3.6? Its working in the latest Chrome and Firefox browsers but not for the old firefox 3.6 which is a requirement for my project. Advance thanks for answering. (function($) { …
user3913971
  • 13
  • 1
  • 4
0
votes
3 answers

HTML5 SVG jQuery problem in FireFox 3.6

Here is my HTML file (jQuery needed and enable HTML5 in FireFox about:config)