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
2
votes
1 answer

Adobe Reader plugin eating certain keydown events only in Firefox 3.6

I seem to have exactly the same problem as this person: http://forums.adobe.com/thread/618752 He also has example code that purports to demonstrate the problem. Basically, I have a webpage consisting of 2 frames: in the right hand frame, a PDF,…
James Green
  • 1,693
  • 11
  • 18
2
votes
5 answers

Text Box size is different in IE 6 and FireFox 3.6

I am facing issues with text box size when veiwing in Fire Fox 3.6. < input class="dat" type="text" name="rejection_reason" size="51" maxlength="70" onchange="on_change();"> style is as: .dat { font-family : verdana,arial,helvetica; font-size :…
Anurag
  • 311
  • 4
  • 8
  • 14
2
votes
1 answer

document.getElementById() returns null when using mozrepl (but not in firebug)

I'm trying to use the mozrepl Firefox extension to give me a Javascript REPL from within emacs. I think I've got it set up correctly. I can interact with the REPL from emacs and can explore the document pretty much as described in the tutorial…
teamonkey
  • 33
  • 1
  • 5
2
votes
1 answer

firebug console error

I try to learn to use Firebug (debug). I try to run "bennadel Firebug debug example". URL SCRIPT http://www.bennadel.com/blog/1459-FireBug-s-Console-dir-vs-DOM-Tab.htm. With: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115…
alain saez
  • 21
  • 3
2
votes
2 answers

Firefox Gecko SDK : NPP_GetValue not getting called

I have tried out the NPRuntime sample provided with the Gecko SDK 1.9.1 with the help of this link. It works perfectly fine with Firefox 3.6. Following the above steps I created a new scripting plugin (npmyplugin.dll). I am currently placing…
2
votes
1 answer

Components.interfaces.nsIProcess2 in Firefox 3.6 -- where did it go?

I am beta testing an application that includes a Firefox extension as one component. It was originally deployed when FF3.5.5 was the latest version, and survived 3.5.6 and 3.5.7. However on FF3.6 I'm getting the following in my error…
rwired
  • 1,112
  • 3
  • 15
  • 28
2
votes
4 answers

Firefox 3.6 destroyed my page styling!

Don't really want to blame mozilla on this one, i'm sure it could be me doing something silly but the page at: www. neverMindFixed .com the presentation will work fine on other browsers, just not the latest firefox. anyone clued up on…
Si.
  • 23
  • 3
1
vote
0 answers

Firefox 3.6 Anchor Link - Improper Functionality

I have a jQuery Mobile Site that is using anchor tagging for navigation. The site has a URL like http://domain_name_here.com/smartphone/home.jsp. When I navigate to a page within the site, for example a product, a link would take you to…
Jack
  • 1,386
  • 1
  • 8
  • 17
1
vote
2 answers

firefox issues in document.forms[0].submit()

I have a form which I want to submit on bodyLoad. I have written document.forms[0].submit() which works fine with IE 9 and Chrome 14 but same is not working in FF 3.6.23. Any ideas? Is this a known issue with FF? I have tried other options like…
dev
  • 13
  • 5
1
vote
1 answer

Image loading: JavaScript onLoad and Image::complete (FireFox 3)

When loading images into a JavaScript Image object, I would presume that, once the load event is triggered for an image i, then i.complete should be true. Either that is not happening or (more likely, I suspect) I have a bug in my jQuery/JavaScript…
Joe Mabel
  • 1,372
  • 10
  • 29
1
vote
1 answer

firefox: flash not loading if tab inactive/window minimized

I have encountered a problem I believe to be related to what's stated in the topic. With selenium I'm currently automating tests for a website having flash elements for user inputs. While everything works fine when executing these tests on my…
mattes
  • 61
  • 7
1
vote
2 answers

Scriptable NPAPI plugin doesn't work with Firefox

I'm developing FF extension and plugin that work in tandem. My Extension injects npapi plugin into the html and calls some method of the plugin after an event occures. Here is the code I use for injection: if…
Kentzo
  • 3,881
  • 29
  • 54
1
vote
1 answer

Can a firefox extension enable/disable other extensions working?

I am working with firefox extensions. I want an option of enabling other extension in the options dialog box. this will depend on users choice. Like for doing some work there are 3 extensions user has. I would like my extension to have an option of…
Divya
  • 83
  • 1
  • 6
1
vote
1 answer

Avoiding radio input getting focus when an input element in its label is selected in Firefox

I have read this question and I am having the same problem: Put text input inside label for radio button? Feel free to take a look using Firefox (Chrome and IE8 do not have this problem.): http://pastehtml.com/view/1dbqqb3.html I now understand some…
bobo
  • 8,439
  • 11
  • 57
  • 81
1
vote
0 answers

Firefox/Gecko iframe doesn't render, is this a browser bug?

We have a public Cognos 8 BI reporting solution running inside an iframe. Cognos 8 BI supports Firefox and IE. IE works fine. With Firefox 3.6.13 (the current version) when the report parameters are changed the iframe is often not rendered but is…
XDF
  • 147
  • 1
  • 7