firefox

Flex: Firefox memory vs Flash Builder Profiler

When I run my Flex application in Flash Builder's Profiler everything seems to be fine. No memory leaks, but apparently it happends somewhere because Firefox memory and System.totalMemory just keeps increasing until Firefox crashes. Anything I can do to prevent that? I'm guessing it has to do with loading of images since I am loading a ...

HTML5 LocalStorage size

Hello, Can anyone explain me the size of window.localStorage (for example, 5MB in Firefox) is 5MB for each scope or only for all? ...

css3 moz-linear-gradient not working

For some reason my webkit definition works on chrome but in firefox 3.5.11 I am not seeing my gradient. html { height: 100%; } body { height: 100%; background-repeat: no-repeat; } body{ height:100%; background-color: #eaebeb; background-image: -moz-linear-gradient(top, #eaebeb, #fff); background-image: -webkit-gradient(li...

How to copy HTML content from a Java application to an IFRAME in FireFox?

The basic setup for what I want to do is an JEditorPane with text/html content(in Java) and an editable IFRAME running in FireFox. Copying the HTML content form Java to other applications (including WebKit-Browsers btw) works, as does pasting HTML content from other applications into the IFRAME in FireFox - the only thing hat doesn't wor...

is anyone know how to display formular in wikipedia ?

in firefox, the label is " :1-\left(1-\frac{1}{m}\right)^{kn}. ", i think there should be one add-on to parse the formular to give right display. thank you. ...

Can't block keys using event listener

<body id="body" runat="server" onkeydown="return showKeyCode(event)"> Now whenever I hit a key, IE8 (or in comp mode) throws an exception directing to a problem in line x, which happens to be my body tag. How can I prevent that ? The JS code to my knowledge should be with IE comp. (works in Chrome) Moreover the code doesn't work in IE ...

dragover not working in Firefox.

When I try to drag a file into Firefox (using HTML5) the dragOver event only works when I drag the file out of the window. Here's my code: docOver: function() { jQuery(".whitebg[name=upload]").show(); }, docLeave: function() { jQuery(".whitebg[name=upload]").hide(); } using this plugin (http://www.github.com/weixiyen/jquery-fi...

Extending Firebug (Firebug/FBL is undefined)

Firefox 3.6.8 Firebug 1.5.4 I'm trying to write a Firefox extension that uses Firebug. I've gotten up and running with the Firefox extension part but I just can't seem to access Firebug. I've followed various tutorials and dug into the code of other Firebug extensions (such as FirePHP). From what I can tell, this should work (at it...

Firebug: setting a property that has only a getter

For quite a while now, I keep getting an annoying "setting a property that has only a getter" in firebug, on each page I browse (not only mine). Any idea what could cause it? and of course how I can fix it? ...

Event binding to buttons in FireFox requires an alert() box

Hi there I have a piece of javasacript code that searches through several iframes for buttons with specifi id's. When I find the button, I bind a click event to the button. This works perfectly fine in IE, but only works in Firefox if I alert something, and upon clicking ok on the alert box, the button clicks works fine. Here's my code ...

Firefox empty POST with $.ajax

I've got a jQuery function that's posting to the server using $.ajax and it works fine in IE, Chrome and Safari, but in Firefox, no POST values are being received by the server. When i query the form collection (using classic ASP), i get undefined for all the values $.ajax({ type: 'POST', url: url, dataType: "text", da...

Firefox extension development: How to find out if window has focus

Hey :) how can i find out if the active window has focus or no focus (means: hidden, minimized or what ever) ? I fetch the active window with "Application.activeWindow" but lets say i minimize the window or change focus to another program than firefox. How do i figure out that the window has no focus ? Example: setInterval(function() {...

Why is PHP not interpreted in FF but is interpreted in Chrome on my website?

Look at this URL in Chrome and Firefox. http://gymshuffle.com/contact.html If FF, there's uninterpreted PHP code on the page. In Chrome there isn't. What would cause the PHP to display in Firefox? ...

How to Autocalculate CSS of an element

I'm not so good at css, so I would like to if this is possible. Let's say I am not happy with the position of an element, I want to move it from left to right; however I want to use drag and drop so the stylesheet automatically updates. I am using Google Chrome, and would like to know if this is possible via Google Chrome Developer too...

Why does the dark blue background not appear in FireFox (it does in IE)?

Please can you tell me why the dark blue background (between the main white section and the outer light-blue section) not show in FireFox? It does show in IE. The site URL is http://www.moorespeed.co.uk/ The relevant code is at: http://www.moorespeed.co.uk/Content/site.css #page { background-color:#082d47; margin-left: auto...

POST variables sending correctly in FF3.6 but not in FF4 beta

Can anyone think of any reason why a $_POST variable might be correctly send on Firefox 3.6 but not in Firefox 4 beta. I have print_r($_POST) and this value simply doesn't show at all in FF4. Here is the input html: <input type="image" src="images/btn_preview.gif" value="preview" name="buttonPreview"/> Last line of the POST array in F...

Making crossdomain ajax requests with addons for Firefox

I'm a bit confused about how you can or cannot make crossdomain ajax requests in addons for Firefox. Addons such as LastPass and Xmarks suggest you can do it, however when I try to google how you do it, everyone seem to say you cannot, unless the user has set a preference in the settings of Firefox. If crossdomain isn't possible, then ho...

Firefox Bug With Paste + Dynamically Resized Textbox

I am having an issue with FF (surprisingly, IE works) with pasting into a dynamically-resized textbox (using a text shadow). http://pastebin.com/ZzbQdSh7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <t...

Cookie sharing between sites with the same top level domain

Hi guys, web newbie here, I'm sharing cookies between two sites of mine, myserver.com and other.myserver.com, by using in Django: SESSION_COOKIE_DOMAIN = '.myserver.com' This works in most cases, but when the first site is reached through an iframe like so: <iframe src="https://myserver.com/page?data=asdsafaf"&gt;&lt;/iframe&gt; ...

Flash rotating banner won't start playing in Firefox

This issue has been boggling me a few days, I would appreciate any input. On this site, the rotating flash banner at the top works fine in IE and Chrome, but when opened in Firefox, it doesn't load the picture or advance automatically. If you click on one of the other buttons to advance to another item, it works fine, but on page load, ...