Questions tagged [mozilla]

DO NOT USE THIS TAG, it is going to be removed. The Mozilla Foundation is a non-profit organization that exists to support and provide leadership for the open source Mozilla project.

DON'T USE THIS TAG, it is going to be burninated.

The Mozilla Foundation is a non-profit organization that exists to support and provide leadership for open source Mozilla projects.

Mozilla Firefox is a free, browser built by Mozilla Foundation and Mozilla Corporation, first released in 2002 as 'Phoenix', becoming 'Firefox' in 2004.

1724 questions
0
votes
2 answers

.click() execute does not work in mozilla firefox

I have this simple piece of code that for some reason works on all browsers except for Mozilla. This is my HTML: Here is…
0
votes
0 answers

Change the size of my website on Firefox?

I am working on a website and I have been having trouble getting the whole thing to zoom out to about 80% on firefox. It zooms to the perfect size on internet explorer and google chrome but since I have to use -moz-transform:scale() rather than a…
bala
  • 107
  • 9
0
votes
1 answer

Javascript Letter Key Binding

I am trying to make these events happen when the D key ( for right movement ) and the A key ( for left movement ) but when I enter their correct key codes in the correct places it does not function when I press the D or S key to move. Can anyone…
Conman247
  • 25
  • 5
0
votes
1 answer

loading image using img src results in different size in Mozilla/Chrome

I am not an UI expert. For one of the requirement to show the reload icon, I downloaded the 128x128 pixel reload icon from the link - https://www.iconfinder.com/icons/28464/recycle_refresh_reload_sync_icon and used in my html page. Actually this…
spiderman
  • 10,892
  • 12
  • 50
  • 84
0
votes
1 answer

Table data identification using Xpath in mozilla browser

I am trying to identifying the table data for the below HTMLcode
Ak17
  • 75
  • 3
  • 15
0
votes
1 answer

Xpath webelement identfication in mozilla browser

I am trying to identify a WebElement in Mozilla browser using the xpath. Below is the html code:
0
votes
1 answer

Background shows in Mozilla but not in chrome

I've applied a background to a div. it shows in mozilla but not in chrome. Here is my code #product-header { background: -moz-linear-gradient(-70deg, #578EA3, #34495E) repeat scroll 0 0 rgba(0, 0, 0, 0); color: #FFFFFF; padding-bottom:…
Praful Bagai
  • 16,684
  • 50
  • 136
  • 267
0
votes
1 answer

Strange behaviour w/ bootstrap 3 layout in Firefox

I'm having an issue with the layout of col-lg-3 elements in the latest version of Firefox. You can see the issue here: http://dev2014.rab.co.uk/case-studies/ Oddly enough, I have tested this in an older version of Firefox and the issue doesn't seem…
Corey Harrison
  • 273
  • 1
  • 9
0
votes
1 answer

Datatables CSS broke with Mozilla

I am using Datatables.js for a table in my website. I haven't changed the original CSS from datatables, but only in Mozilla, the CSS is broken for a reason. Here is my HTML code:
Tasos
  • 7,325
  • 18
  • 83
  • 176
0
votes
1 answer

Ajax call to ColdFusion CFC in IE9 not completing, OK in other browsers

I have a number of Ajax calls set up in my ColdFusion 10 web application to update information in a shopping cart. These all work like a charm in various versions of Chrome, Firefox, Safari, and IE 10 and 11. However, they act unpredictably in IE9,…
0
votes
1 answer

Select box issue with "sign" effect of jquery-custombox in mozilla

Options of select field are moving away from selected field inside the lightbox only on mozilla and working fine on Chrome. Codepen demo
Tushar
  • 4,280
  • 5
  • 24
  • 39
0
votes
4 answers

Css Paper effect not working in FireFox

I created a div that gets dynamically populated with javascript that has a background that resembles a piece of notebook paper. This works in safari and chrome but for some reason doesnt render correctly in firefox. Can anyone give me some insight…
JayD
  • 6,173
  • 4
  • 20
  • 24
0
votes
1 answer

logStringMessage function inside Firefox extension

I was developing a small extension for Firefox. I wanted to log messages while a part of my extension is executing. CODE: var aConsoleService = Components.classes["@mozilla.org/consoleservice;1"].getService…
Naman
  • 991
  • 2
  • 10
  • 20
0
votes
1 answer

developing privileged apps in firefox os

Java script works in the basic permission mode. when changed to privileged mode, JavaScript does not work. I found in a post that it does not work on an actual device, but works in the simulator. But I am trying it in the simulator. As a matter of…
0
votes
1 answer

Firefox 42000x280 image not showing? What are Firefox's maximum image dimensions?

I am trying to display a 42000x280 2.46mb image that will not display in Firefox, but it works in Chrome + IE. The image can be found at http://tpupower.net/tron2.gif The image is made from an animated gif and I saved it with PHP's imagegif(). Could…
user2803250
  • 111
  • 1
  • 1
  • 4