A free, open source and cross-platform web browser created by Mozilla.

learn more… | top users | synonyms

0
votes
0answers
14 views

youtube crashing on slackware 14.0

Some video will play for a bit, then it simply says "an error occured, please try again later". I'm using firefox 15, adobe flashplayer 11. I didn't seem to have this problem on Slackware 13.37. ...
1
vote
1answer
19 views

Y.DataSchema.JSON.apply() performance problems in FireFox

I am calling: Y.DataSchema.JSON.apply( { ... }, "..." ) against a large complex JSON string -- 275K in size, with elements nested four levels deep. Additionally, some of the parsers in the schema ...
0
votes
1answer
139 views

YouTube iframe API events not working in Firefox [duplicate]

I have been having issues with YouTube's iframe API in Firefox! I am using Google's very own code and the callbacks in the events object are never called! I'm on Windows 64 bit with Firefox 21 and my ...
0
votes
1answer
19 views

XMLHttpRequest in firefox addon sdk

I'm using Mozilla Add-on Sdk for Firefox to create a small extension. I want to get data from several servers and display it on top left corner on user page. I don't know why, but XMLHttpRequest is ...
0
votes
0answers
28 views

Facebook Canvas App Not Appearing in Firefox

My canvas app appears in Chrome and Safari but will not show up in Firefox. There are no errors in the console or in any log. It is just not rendering the content. Before there was an same origin ...
0
votes
1answer
130 views

How can I get video.js to play in Firefox?

I've (with help) added the video.js player to a web page and it plays well in all browsers except Firefox. When accessing via Firefox, and trying to play a video I see: "no video with supported format ...
0
votes
1answer
17 views

How to build a Firefox extension that open like firebug

I know that this is not easy to achieve, however there would be a way to do so as firebug does... I want to build firefox extension like firebug that open in popup. How to build such extension that ...
0
votes
0answers
7 views

Firefox: Enable (local) access to Components.utils

I have no access to Components.utils in Components.utils.import("resource://gre/modules/Services.jsm"); I have a local box to play arround with Firefox. It's no security risk to me if I somehow ...
0
votes
1answer
26 views

unable to open new tab in FIreFox,, Help me finding the solution

unable to open new tab in FireFox,, Help me finding the solution.... or suggest me is it possible or not using Selenium Web Driver - Java ? I tried many ways but failed. please help me solving this ...
-4
votes
0answers
35 views

Facebook Like Box Issue in Firefox (only) [closed]

Identified a Fix (original issue not solved). Managed to get the iframe option of a like box functioning with a forced background color of white. So, I was able to publish my like box across all ...
2
votes
1answer
39 views

Java applet can't access Firefox certificate storage

First of all, I'm relatively new to Java (and not really advanced in programming in general either), so if I missed something obvious, I apologize in advance for wasting your time. I'm trying to ...
-1
votes
0answers
26 views

Can I use inline installation in my web site for a published Firefox add-on

I have an extension published on the Firefox add-ons website. Can I use inline installation that will install the published extension just like I do with a Google chrome extension. I do not want to ...
0
votes
1answer
45 views

Devise logout when trying to update item only on firefox

I have a strange issue with my app: When i try to update an item i'm signed out by devise unexpectedly just after the PUT. More strange this is only happening on Firefox and in production. On all ...
0
votes
0answers
25 views

Selenium running headless Firefox browser in Windows

Is it possible to configure Selenium to use Firefox driver and run the browser headlessly within Windows? I am aware of other drivers working so within Windows or under Linux but not in the ...
1
vote
0answers
33 views

How to find the Firefox Profile Path using webdriver

I am unable to find the path of the Firefox Profile path , I am using the following code for static String HubHost; static String HubPort; ...
1
vote
1answer
24 views

read “about config” prefrences of mozilla firefox using javascript

I want to know that how can I read the about:config preferences of Mozilla Firefox ? Please note that I do not want to change its value, I only want to read them. I've already gone through ...
0
votes
3answers
42 views

ReferenceError: event is not defined in mozila firefox

This code is not working for me in firefox(V21.0) but works in IE(V9,V10) and Chrome (V 27.0.1453.110 m) method cal: <input type="text" id="txt1" class="search-bar-input" ...
0
votes
0answers
10 views

I cant use RHQ server in mozila firefox

Am in trouble to use RHQ server in Mozila Firefox, actually when i access through to url to rhq server system in the firefox still loading the page, same time i opens IE it supports. what might the ...
0
votes
0answers
21 views

Is using droid serif in Non-English (Hindi) font is a good practice or I am missing something in css to set?

I have used Bootstrap (latest) to make few pages in Hindi (indian) language. Now I see a problem. 14PX font droid serif work fine in cHrome but it's going too bold in Firefox. 12px work good in ...
0
votes
0answers
8 views

@fontface issues with firefox and yahoo hosting

I have a problem that was answered in this thread here: css @font-face not working with firefox, but working with chrome and IE but my client is hosted on yahoo hosting, which doesn't allow .htaccess ...
0
votes
1answer
30 views

css for android browser and firefox

I'm using a Wordpress responsive theme and would like a fixed background. background-repeat: no-repeat; background-position: top center; background-attachment: fixed; I have found that the site ...
0
votes
0answers
27 views

Applet Jpopupmenu displays away from specified coordinates

I have an applet within a browser which has a popup menu but when the menu is triggered it is shown away from the applet. Here is the demo code <html> <head> <title>Test the ...
1
vote
1answer
17 views

Fancybox + Firefox on Mac

I'm wanting to use Fancybox to load PDFs and I have gone through multiple forums to find the answer and have tried many suggestions, but I just can't seem to get it to work in Firefox on my Mac. I ...
1
vote
0answers
17 views

Firefox - transform and svg filter issue

I'm trying to apply -moz-transform and filter combined in firefox, in order to, say, give a grayscale appearance to a rotated image. The CSS code I'm issuing for this is the following: ...
0
votes
0answers
17 views

Firefox places font baseline at center of line-height (font: Knockout 46 Flyweight)

I'm guessing that Firefox is reading this font's height as 0 in all cases, so that its baseline is always at the center of the line-height. This seems to be a problem with this particular font, but ...
1
vote
2answers
43 views

what is wrong with this date format

This works in Chrome but not in Firefox. new Date("2013-06-03 17:09:06-0400") Works fine in Chrome Gives 'NaN' in Firefox. I would appreciate any help.
0
votes
0answers
16 views

Border-radius bug on image in Firefox for android

Have done some searching without any luck. Thought that it had something to do with my css reset but as i removed all css and only styled the image the problem remains. border-radius seems to behave ...
1
vote
2answers
58 views

I can't force this image to 100% in Firefox?

The code is here: <div class="entry-page-image"> <div class="featured-image-container"> <?php the_post_thumbnail('large'); ?> </div> ...
0
votes
1answer
29 views

Firefox add-on sdk : how to use simple-storage API in a content script?

I am making a Firefox add on using toolbar button by Erik Vold and I would like to know how to have access simple-storage API in a content script. I know that you cannot access the API directly. var ...
1
vote
1answer
22 views

css margin -5px issue in Firefox 18 WinXP

i am getting a strange bug when testing on FF 18, WinXP. my element with margin-top: -5px; is positioned differently; it seems the margin is being ignored and some extra added. This can be only ...
0
votes
1answer
24 views

which addon is used to recognise which database is used in application using browser FF and chrome

which addon is used to recognise which database is used in application using browser FF and chrome. When I load any website or application I want to know which DB is used by that website and what are ...
1
vote
2answers
31 views

Dropdown menus not appearing in correct place for Firefox

I have created some drop down menus (which appear if you hover over their parent's link), the drop down menus simply contain links; nothing special. They work absolutely fine when using Google Chrome ...
-2
votes
0answers
36 views

JavaScript error in Firefox: TypeError: Person is not a constructor

Here's my JavaScript code in separate example.js file: function Person() { var first_name = "None"; var last_name = "None"; this.ShowFirstName = show_first_name; this.ShowLastName = ...
0
votes
0answers
13 views

Geckofx - override local file path programmatically

I need to display in my applicaiton (geckofx control) local images using <img> tags. I set my images local folder path in chrome.manifest: resource myalias file:///D:/ And it works fine - but ...
1
vote
1answer
25 views

Javascript: in ff in history object custom function disappears

I have strange situation in ff. I added custom function to history object and after some time it disappears. Is that some kind of ff protection of default objects or what? Maybe when new state added ...
0
votes
1answer
27 views

firefox webdriver for selenium on debian issue

How do I install the webdriver.Firefox() on debian? When I execute my python script, for now I get this error: untimeError: Could not find firefox in your system PATH. Please specify the ...
1
vote
1answer
11 views

Double click in Firefox: Select whole path, dont't stop at slash

If I double click on "bar" in a path like "/foo/bar" in firefox only "bar" gets selected. In gnome terminal it works the way I like it: the whole path gets selected. How can I modify firefox to ...
0
votes
1answer
28 views

Is it possible to check installed addons in firefox using a webpage (php/javascript)? [duplicate]

I need to check, whether my Firefox addon is installed or not when users log into my website. If addon is not installed then users will see an alert to install the addon and if addon is already ...
1
vote
1answer
19 views

Audio tag not working in firefox add-on

I have a FireFox extension where I am trying to play (and loop) an audio file when a specific page loads. I am embedding an audio tag like so: start.js window.onload = function() { ...
0
votes
0answers
13 views

jPlayer - Flash fallback isn't ready when page loads

My jPlayer code calls jPlayer("setMedia", {mp3: url}) on the jPlayer element fairly soon after I initialize it. This works fine in Safari and Chrome, but in Firefox, which falls back to the Flash ...
1
vote
1answer
23 views

context.getImageData() operation is insecure

I want to realize a simple greyscale filter for HTML5 canvas, but I canot grab the Image data as pixels. I get security warnings from FF and Chrome. Finally the filter does not make the image grey. ...
4
votes
2answers
48 views

Div position issue in Firefox

I am working on this code and this code working fine in Chrome but not in Firefox Here is code <html lang="en-US"> <body><table style="width: 100%;"> <tbody><tr> ...
0
votes
0answers
12 views

jQuery UI Draggable and overflow: auto in firefox

I have a div of fixed dimensions and draggable. Within it there is an image which could have greater dimensions than its parent div. So if images dimensions are greater, scollbars are added. This ...
0
votes
0answers
14 views

Width of my drop down menu is expanding the length of the whole menu in Firefox

I am trying to create a simple drop down navigation menu but Firefox is automatically expanding the width of the sub menu to its parents width. The reason im using position relative and not some ...
1
vote
1answer
36 views

YUI 3.10 Simple scroll animation

We moved our project to latest YUI version and some problem which should be trivial became night mare. Goal: Click on 'back to top' element need to move our users to top element Animated Scroll ...
0
votes
1answer
18 views

Custom Radio Buttons Won't Display in Firefox

I'm using Screw Default Buttons (http://www.screwdefaultbuttons.com/) to customize the radio buttons and checkboxes in a client project (https://artofgivingfl.com/make-gift). I've tried everything I ...
0
votes
4answers
41 views

FireFox - Blinky Hover Divs

So in FireFox / IE for some reason, my hover keeps blinking, I'm not quite sure why. Is it just better to do my hovers in javascript or is there an easier fix in CSS? Here's a JSFiddle to show what i ...
-2
votes
1answer
25 views

create app to display website [closed]

I am looking for a tool to create an app out of a website. Basically I want to provide two files: .exe (win) and .app (mac), which both either look for an appropriate browser software on the clients ...
0
votes
0answers
20 views

Automatic autorestart Firefox on close [migrated]

I want firefox to restart automatically when I close it. I found this script #! /bin/sh while [ true ]; do firefox done and I put a file with that script in the /etc/init.d folder. Firefox ...
2
votes
1answer
72 views

Cannot see javascript object properties in Firefox

When I run this function in Firefox (Firefox 20, Linux) I just see {};{}: es.addEventListener('error', ...

1 2 3 4 5 284