A free, open source and cross-platform web browser created by Mozilla.
0
votes
4answers
36 views
CSS Background Image shifts content to the right in Firefox
The problem that I am having is that I assigned a background image to the body in the CSS. I have it set to repeat-x and fixed. The image and content display fine in Safari and Chrome, but in Firefox ...
0
votes
1answer
59 views
Why is WebGL render speed so inconsistent?
In my application I plot about 8 million vertices with a single call to WebGL's drawarrays using the LINE_STRIP flag. I don't actually want one long line, I want about 200k short lines, so I cap all ...
0
votes
1answer
25 views
column-count not works for table element in Firefox
It seems Firefox cannot separate table element into multiple columns. Here is an example: http://dabblet.com/gist/5608442
It works in all modern browsers but not Firefox. Any idea why this is ...
0
votes
0answers
19 views
Different JavaScript is being compiled during two exact surfs
I am having the weirdest problem.
I'm automating Firefox to surf a predefined 100 URLs in google (all in the same website). In Spidermonkey, I am writing to a file every JavaScript code Firefox is ...
0
votes
0answers
5 views
Do not let me install an application the marketplace
I have an application approved in the Marketplace, with its manifesto on my web site and from my installer works (http://message2space.es.vu/download/firefox/) but in the marketplace ...
0
votes
0answers
32 views
Selenium firefox profile opening pdf read when pdfjs.disabled is true
I am trying to download a pdf file using Selenium web driver with Java. This was working fine the last time I run it about 2 weeks ago, but now every time it clicks on the pdf link it is opening the ...
2
votes
1answer
16 views
A panel scrollbars doesn't work with a label content
I am trying to put a Label control within a panel control. the panel control is supposed to enable the user scroll down when the label content grows bigger than the panel capacity.
<%@ Page ...
0
votes
2answers
36 views
Checkboxes not displaying Chrome - Work in other browsers
I'm not sure what is going on. There should be a checkbox to the left of "Remember Me" and two test ones at the bottom for I have a bike, I have a car. They display in Firefox but not in Chrome. I ...
0
votes
0answers
39 views
Print function not working properly in firefox
In this webpage I added a print option. It works perfect in Google Chrome but not in Firefox and IE.
CSS(only Printing):
@media print
{
.printable{
display: inline;
}
.not-printable {
...
1
vote
1answer
42 views
img class tags not being recognized in firefox
So I'm running a social network site, in which I've installed plugins and modules that allow users to edit their fan pages by having their own CSS editor ( a style box ) This is for Social engine.
I ...
0
votes
1answer
35 views
mozrepl: go to the context of the browser window when entering in a new opened window
My problem is that I can not ascend to the browser window context after creating and entering a new window using mozrepl, how to do it?
ubugnu@spin-foam:~$ telnet localhost 4242 | tee -a .repl_log
...
0
votes
0answers
14 views
Automated form fill script from server
Is there an extension to the browser to automatically perform tasks (like autoit or selenium) that works like this:
Set up a link to the script form server and task is performed automatically.
?
0
votes
1answer
17 views
TypeError: 'module' object is not callable ( when importing selenium )
i have problem when running this code :
>>> from selenium import webdriver
>>> driver = webdriver.firefox()
Traceback (most recent call last):
File "<pyshell#19>", line 1, in ...
1
vote
1answer
27 views
right position and scroll bar in Firefox
If I animate a div position right it makes a strange movement. It only happens in Firefox, if I have a div positioned right, and if there is a scroll bar. Why does it happen and how can I solve it?
...
-6
votes
0answers
31 views
Decrypt firefox password in objective C [closed]
How to decrypt firefox saved passwords when "Master Password " is not used?
I access to passwords database which stores on signons.sqllite . It is encrypted and represents with Base64 format and ...
0
votes
1answer
13 views
How can I enable Firefox for Android reader mode for my site?
I'm creating a site which will be responsive, and suitable for mobile devices. Earlier I discovered Firefox's reader mode, which was available for certain sites, and provided a clean view for reading. ...
0
votes
1answer
20 views
Settimeout works in chrome/webkit based browsers but not firefox
Can somebody explain why this simple code works in webkit based browsers (even my android phone), but not on firefox?
(The code basically refreshes an iframe every 1000 ms (a bash script echos to that ...
0
votes
1answer
50 views
jquery $(this).html(var) not working in IE
HI I a have a var "status" that should be inserted into the anchor tag using the .html in Jquery.
(<a class="status"><span>$status</span></a>)
This works like a charm in ...
-1
votes
1answer
33 views
Why can I “save as image” a canvas in Firefox but not other browser [closed]
Why can I right click on a canvas in firefox and "save as image" but not in other browsers? This even works on a tainted canvas.
0
votes
2answers
21 views
Nivo slider wrong positioned in firefox
My nivoslider slideshow on my index page shows us correctly in chrome, IE 10 and opera.
Only in Firefox it shows us up on the right side.
Here is my site: http://www.colombian-emerald-jewelry.com/
...
0
votes
1answer
15 views
jqGrid - odd behavior by both Firefox and IE
I have a jqGrid that is populated in one of two ways - a submit button will create a row on a table which is then loaded on a refresh of the jqGrid, and also by selecting a row on the grid, which will ...
0
votes
3answers
29 views
date() function returning Invalid Date in Safari and Firefox
I am formatting a date in the following way:
date = new Date("2013-05-12 20:00:00");
formattedDate = new Date(date.getFullYear(),date.getMonth(),date.getDate());
When I run this in Chrome it ...
0
votes
1answer
29 views
CSS animation issue with Firefox
I'm experiencing a browser incompatibility issue for Firefox, which I can't seem to fix. This works fine in modern IE and Chrome, but you'll see that when you hover over a box that its contents show ...
0
votes
1answer
32 views
Why do images in my HTML emails resize nicely in firefox and IE, but not chrome?
In a daily digest news letter, I've often got several images. They all have the same constant width, but I need them to maintain their original aspect ratios. The code I used:
style="width: 300; ...
0
votes
0answers
9 views
Drag to Mouse Coordinates Works in Firefox, not IE
I wrote the following script below, which works in Firefox and not IE.
You can click on the word 'Hello' and move it anywhere on the page in Firefox.
I used a fellow posters idea of swapping out ...
0
votes
2answers
13 views
Problems with html select + firefox
I'm trying to do on "component" where i have radio, and select and some other info on a div.
And anywhere you click on div you select the radio, this is the expected behavior.
But, i can't do the ...
0
votes
0answers
14 views
Cross Browser alignment issue with select object
I have been agonizing over this, the alignment of my third table row is complete messed when viewed either Firefox or Chrome but look exactly as expected in IE9.
I have tried using style (text-align, ...
1
vote
2answers
31 views
Firefox CSS3 animations not working at all
So I'm stuck on what I've done wrong with my animation code. I have
-webkit-animation: wave 200s linear 0s infinite;
-moz-animation: wave 200s linear 0s infinite;
animation: wave 200s linear 0s ...
0
votes
0answers
16 views
JavaScript adding unexpected window.history entries
When I load a certain page on my site in a new tab, I noticed the back button was enabled. This shouldn't be the case considering it's the first page of a new tab. In fact when I click & hold on ...
2
votes
1answer
28 views
Print a PDF via an iframe in Chrome/Firefox/IE
I want to trigger the print of a PDF file which I load in and iframe.
After looking around, I came up with the following bit
<iframe name="pdfname" id="pdfid"></iframe>
<button ...
0
votes
1answer
83 views
Links/Clicks not working in Firefox after Using the Back button on an XPage
I'm finding that XPages I have, when loaded in Firefox, have an odd quirk that I can't seem to get around. On my XPage, there is a viewPanel, in which one of the columns is defined as such:
...
1
vote
1answer
24 views
WebAPI CORS doesn't work in IE10 and Firefox but not in Chrome and Safari
I deploy my API in a cloud service in Windows Azure. I want to allow to call my api from fron-end developers computers and We've found an error when we use IE10 and Firefox 21.0 but not with Chrome ...
0
votes
0answers
9 views
firefox floating divs not working correctly
If you view http://www.warriorperformancecentre.com/ in firefox and click menu, you see the two images at the top are not displaying correctly. I have a div for each image, one floating to the right ...
0
votes
0answers
10 views
Dynamically load widget panel based on active tab content
The idea is simple: I want to load a panel based on the page that I'm currently browsing. Basically, I'm sending the URL of the active tab to my API which returns some stuff that is to be displayed, ...
0
votes
0answers
56 views
Can't run Firefox with Selenium Webdriver
I'm trying to run this code in Python:
from selenium import webdriver
from selenium.common.exceptions import TimeoutException
from selenium.webdriver.support.ui import WebDriverWait # available since ...
0
votes
0answers
49 views
Back button and Firefox scroll position - cache issue?
I'm assuming this is a bug in Firefox and have seen some bug reports over the years related to it with Firefox specifically, but the issue is when you visit an (magento) e-comm site such as [this ...
0
votes
0answers
11 views
Impossible to configure Selenium + Cntlm proxy in Python?
Is it impossible for people behind authenticate proxy (with domain) to use Selenium in Python, going through CNTML proxy on localhost?
Nothing seems to be working. Eventhough I put proxy settings to ...
0
votes
0answers
29 views
FANCYBOX : issue with Firefox
this page www.claycreatives.com - > Gallery looks different in Chrome and FF
It seems its not at all working in FF.
It has to do anything with FANCYBOX itself or the HTML/CSS?
Can anyone shade some ...
1
vote
1answer
45 views
Cross browser jquery
I have a few jquery and ajax functions which work in google chrome perfectly. When I use them in firefox though on my live server it does not work. Is this a known issue in firefox or is there a ...
0
votes
0answers
27 views
Grayscale filter css failed jquery color box in firefox and ie
I use this code to show pop up using jquery colorbox
if($.browser.msie == true) {
$(document).ready(function(){
$(".group2").colorbox({inline:true}).css({"padding":"0px",
...
0
votes
0answers
20 views
selenium2 (webdriver), firefox short crash? then it reopens but InvocationTargetException is thrown
The following piece of code is used to kick start the firefox
public static WebDriver driverSetUp() {
// FirefoxBinary bin = new FirefoxBinary(new
// File("C:\\Program Files\\Mozilla Firefox ...
1
vote
0answers
19 views
FB.Canvas.setAutoGrow horizontal inactive scrollbar in Firefox
I am having an issue with my FB Canvas iframe app.
What I use:
window.fbAsyncInit = function() {
FB.init({
// my app code code code
});
FB.Canvas.setAutoGrow(true);
}
+ set Fluid width ...
0
votes
1answer
19 views
Image blur effect working on Firefox and IE
I'm testing the blur effect -webkit-filter:blur(5px) which seems to work only with Chrome.
But I've found this:
http://vectorflower.com/preview/trans_banner/
I dont know how they do it, but works ...
0
votes
1answer
29 views
css background-image specific to Firefox?
Is it possible to set the CSS background-image (or even just background) specific to Firefox? I tried specifying -moz-background-image:
.myClass
{
background-image: url(../images/1.svg);
...
0
votes
0answers
33 views
firefox 22 third party cookie in iframe session
This seems to be a much discussed topic the last time. Unfortunately I haven“t found something satisfying.
I have to Servers with different domains. Server A loads an application from Server B into ...
0
votes
0answers
31 views
firefox extension:- pagemod not working
I wanted to modify the web page, every time the top page (not the iframes within page) is loaded. To my estimate I would need to use page-mod. But in my case it is not working.
1) Created file ...
0
votes
2answers
28 views
FireFox: TH as offset parent for absolute positioned box?
I have run into a problem with position:relative on th elements in FireFox.
In Chrome and IE the th element is a valid offset parent for absolute positioned elements.
<div class="relative">
...
2
votes
1answer
34 views
Open selectBox element with javascript?
Can you help me? I want to open a selectbox with JS. But it does not work in Firefox. Do not know anyone help me how to solve?
<select id="selId" class="pos_fixed">
<option ...
0
votes
2answers
42 views
MP4 file not playing in firefox - whats a good video alternative?
I cannot get my mp4 video to play in Firefox - it simply says " No video with supported format and MIME type found". Here's my HTML...
<video poster="images/video.png" width="100%" controls ...
0
votes
2answers
26 views
Newline in Javascript for Mozilla Firefox
Example which is not working:
<div id="clockDisplay"></div>
<script type="text/javascript" language="javascript">
function renderTime() {
var currentTime = new Date();
var h ...


