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
0 answers

Problem with Firefox "manifest" file

I was trying out this XUL tutorial on Firefox 3.6.13. The example extension in the tutorial is meant to find files. This is my manifest file: content findfile file:///home/darthshak/Programs/firefox/findfile/content/ skin findfile classic/1.0…
vishakad
  • 477
  • 1
  • 6
  • 7
1
vote
1 answer

Why does the following styling not work in firefox? (it works in all other browsers)

Edit: The copyright message does not appear on screen, but it is there in the HTML source of the Firefox window! ASP.NET page: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="learnvb1._Default" %>
user287745
  • 2,847
  • 9
  • 49
  • 97
1
vote
0 answers

Server error fires for IE but not Firefox

I have a RenderPartial that yellow screens IE at this line int addLocations = Model.Options.OfType().Single().AdditionalLocationsCount; error is: Exception Details: System.InvalidOperationException: Sequence contains no…
justSteve
  • 5,174
  • 18
  • 66
  • 131
1
vote
0 answers

Firefox 3.6.13 configuration for spnego authentification

I'd like to access to a web application which requires spnego authentification. This application is running on a network on which i'm connected by VPN connection. Proxy not used. It works fine under IE6/7/8, Chrome but not firefox 3.6.13 The matter…
kij
  • 1,342
  • 1
  • 14
  • 37
1
vote
1 answer

web page layout issue in firefox 3.6 /mac os

This web page does not display correctly in firefox 3.6 /mac os. http://solcuisine.com/dev/?page_id=2 .. and here's how it looks in firefox3.6/mac: firefoxmac.png located in dev/ directory of same domain (sorry, can't post more than one link…
angelie
  • 11
  • 1
1
vote
2 answers

Tab key, arrow keys and page up/down keys donot work on Firefox on Ubuntu 1.04 LTS

I am using Ubuntu 10.04 and Firfox 3.6.3. The tab key, arrow keys and page up / down keys have suddenly stopped working when on Firefox. They work fine on any other application (like Google chrome). I am not sure what is happening and how they got…
Syed Aslam
  • 8,387
  • 5
  • 39
  • 53
1
vote
1 answer

Supporting mulitple versions of Firefox (2.*, 3.*). What should I test?

I have a situation in which I did web development (Wicket running on Tomcat) on Firefox 3.6.3, and now need to support Firefox 2.0 as well. Do you have any tips on what I should expect to break or where I should focus my testing?
Alex B
  • 23,784
  • 13
  • 60
  • 84
1
vote
1 answer

Silverlight control goes black in FF during fullscreen (SL 4, Firefox 3.6, multiple monitors)

If I click to make my Silverlight object fullscreen in Firefox 3.6 it works successfully, but then if I select a different window (I'm running two monitors so can do this) then a new window appears in my Windows taskbar titled 'Microsoft…
Tej
  • 121
  • 1
1
vote
1 answer

Confirm Box from within Silverlight 4

I am having trouble getting the following code to work in FireFox (3.6.4), however, it works perfect in Chrome (5.0.375.70) and IE (8.0.7600.16385). Operating system is Windows 7 32 Bit. Silverlight…
fernferret
  • 846
  • 2
  • 13
  • 25
1
vote
1 answer

Firefox why window.opener is defined even for a new tab

I am porting quite old corp application from IE to Firefox. Here is my situation. User goes away from computer for a while and his session becomes expired. When user tries to access something in popup, he is being redirected to login page (in popup…
jonny
  • 3,111
  • 9
  • 41
  • 57
1
vote
1 answer

accessing embedded object with jquery not working in firefox 3.6

this code in my plugin used to work just fine: jQuery('#embedded_obj', context).get(0).getVersion(); and the html... Basically trying to get the properties from an…
taber
  • 3,096
  • 3
  • 43
  • 68
1
vote
2 answers

Firefox 3.6 - location.href not working in JSP

I have JSP page with method = POST and action='/mydir/mypage/nextpage' I have a button: and JavaScript method like: function…
Anurag
  • 301
  • 4
  • 7
  • 14
1
vote
1 answer

embedded image data

I've noticed that in recent versions of Firefox, some images are displayed even when I disable images (e.g., Google News). Apparently this is due to images being embedded in the code using the "data:image" specification. Does anyone know of a way to…
kurkevan
  • 11
  • 2
1
vote
0 answers

jQuery UI don't work for firefox 3.6

I try to get run jQuery, especially jQuery UI on Firefox 3.6. I know it is a pretty old browser - but you know how customers are. On version 4 it works fine, but v3.6 handle it as wouldn't be their any scripts. The website includes the accordion…
Paul
  • 37
  • 5
1
vote
3 answers

Native Drag + Drop file upload in Firefox 3.6

I've recently been told by a colleague that Firefox 3.6 supports native drag and drop file uploads + image resizing from the operating system without any extensions or plugins required. Can anyone post a code snippet or provide a link which…
Kane
  • 15,657
  • 11
  • 56
  • 82