active questions tagged firefox - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T06:11:44Z http://stackoverflow.com/feeds/tag/firefox http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1878822/firefox-selected-text-html 0 Firefox Selected Text HTML vamsivanka 2009-12-10T05:36:30Z 2009-12-10T05:40:14Z <p>when i select some text from the browser, is there anyway i can get the selected html instead of just the plain text for firefox.</p> <p>Let me know if any one did this before.</p> <p>--vamsi</p> http://stackoverflow.com/questions/1873215/flowplayer-not-working-on-firefox 0 flowplayer not working on firefox krishna 2009-12-09T11:16:39Z 2009-12-10T05:19:09Z <p>Iam using flowplayer to embed an flv file in a page. It works just fine in IE8,Chrome and Opera, but firefox refuses to show anything. There is just blank space where the file is supposed to be. Is this a known issue ? </p> <p>Flowplayer version : 3.1.4 Firefox version : 3.5.5 Firefox extensions : Java Quick starter,RealPlayer Browser record plugin.</p> <p>js code:</p> <pre><code>flowplayer("flvContent", "flowplayer-3.1.5.swf", "somefile.flv"); </code></pre> http://stackoverflow.com/questions/1878067/delete-firefox-cookie -2 delete firefox cookie? [closed] fayer 2009-12-10T01:15:31Z 2009-12-10T01:15:31Z <blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="http://stackoverflow.com/questions/1877822/how-to-remove-cookie-in-firefox">how to remove cookie in firefox?</a> </p> </blockquote> <p>i have created a cookie with:</p> <pre><code>$domain = ($_SERVER['HTTP_HOST'] != 'localhost') ? $_SERVER['HTTP_HOST'] : false; setcookie('cookiename', 'data', time()+60*60*24*365, '/', $domain, false); </code></pre> <p>but how do i delete it?</p> <p>i tried with just switching the + to - but it didnt work.</p> <pre><code>$domain = ($_SERVER['HTTP_HOST'] != 'localhost') ? $_SERVER['HTTP_HOST'] : false; setcookie('cookiename', 'data', time()-60*60*24*365, '/', $domain, false); </code></pre> <p>sorry for double posting how to delete cookie in FF. but this is a really difficult issue and i cant figure it out</p> http://stackoverflow.com/questions/1877984/why-cant-i-create-cookies-in-firefox 0 why cant i create cookies in Firefox? fayer 2009-12-10T00:53:39Z 2009-12-10T01:09:44Z <p>I cant create a firefox cookie with following line:</p> <pre><code> setcookie("TestCookie", $value, time()+3600, "/", "localhost"); </code></pre> <p>does someone know why? i have checked the settings in FF and it accepts cookies from 3rd parties and are deleted when they expire.</p> <p>EDIT: i can create now with this line:</p> <pre><code>$domain = ($_SERVER['HTTP_HOST'] != 'localhost') ? $_SERVER['HTTP_HOST'] : false; setcookie('cookiename', 'data', time()+60*60*24*365, '/', $domain, false); </code></pre> <p>but how do i delete it?</p> <p>i tried with just switching the + to - but it didnt work.</p> <pre><code>$domain = ($_SERVER['HTTP_HOST'] != 'localhost') ? $_SERVER['HTTP_HOST'] : false; setcookie('cookiename', 'data', time()-60*60*24*365, '/', $domain, false); </code></pre> http://stackoverflow.com/questions/1877339/how-to-instruct-browsers-to-ignore-get-parameters-when-caching-a-resource 2 How to instruct browsers to ignore GET parameters when caching a resource Bozho 2009-12-09T22:21:12Z 2009-12-10T00:15:20Z <p>Is there a way (an http header) to tell browsers not to distinguish between <code>main.css</code> and <code>main.css?someparam=1</code> when performing caching. </p> <p>According to <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.9" rel="nofollow">w3c spec</a>:</p> <blockquote> since some applications have traditionally used GETs and HEADs with query URLs (those containing a "?" in the rel_path part) to perform operations with significant side effects, caches MUST NOT treat responses to such URIs as fresh unless the server provides an explicit expiration time. This specifically means that responses from HTTP/1.0 servers for such URIs SHOULD NOT be taken from a cache </blockquote> <p>My Firefox 3.5.5 re-fetches the files from the server, if the GET parameter changes. If it doesn't change, it servers the content from the cache. (verified that with FireBug).</p> <p>So, is there a way to cope with this (without removing the get parameter).</p> http://stackoverflow.com/questions/1876156/css-hacks-firefox-3-5-and-google-chrome 0 CSS Hacks, Firefox 3.5 and Google Chrome Sotkra 2009-12-09T19:16:05Z 2009-12-09T20:23:20Z <p>I searched around and allegedly, only body:nth-of-type(1) is used in CSS to target only Safari and Google Chrome. Lo and behold, mozilla reads it properly too. I searched x10 more but came up with nothing, so here I am.</p> <p>Is there a Google Chrome only CSS hack?</p> <p>G.Campos</p> http://stackoverflow.com/questions/1876471/browser-extension-is-there-a-way-to-stop-the-loading-of-images 0 Browser extension: is there a way to stop the loading of images? jldupont 2009-12-09T20:03:55Z 2009-12-09T20:06:42Z <p>In either Firefox/Chrome extension, is there a way to stop the loading of <code>&lt;img&gt;</code> <strong>before</strong> the browser actually starts loading them from a page?</p> http://stackoverflow.com/questions/1522252/how-to-resize-firefox-window-when-selenium-is-running 1 How to resize Firefox window when Selenium is running? chobo2 2009-10-05T20:35:08Z 2009-12-09T18:28:46Z <p>I am using <a href="http://en.wikipedia.org/wiki/Selenium%5F%28software%29#Selenium%5FRemote%5FControl" rel="nofollow">Selenium Remote Control</a> and I hate when it starts running the tests when the actual Firefox window is so small. I want it full screen so I can see what is happening. How can I make it so it loads full screen?</p> http://stackoverflow.com/questions/1864178/why-doesnt-my-expires-headers-make-my-files-stay-in-cache 1 Why doesn't my expires headers make my files stay in cache? EarthMind 2009-12-08T02:12:48Z 2009-12-09T14:51:01Z <p>I'm using valid expires and no-cache headers for my static files and they stay cached for as long as I keep browsing, but when I close my browser and use it back after a while I see the static files loading again, even when not refreshing with ctrl (+ shift) + r</p> <p>I'm using Firefox, cache size set to 250MB and I don't let it remove any private or cached data.</p> <p>Headers: Accept-Ranges: bytes Cache-Control: max-age=29030400, public Content-Length: 142061 Content-Type: image/png Date: Tue, 08 Dec 2009 19:18:43 GMT Expires: Tue, 09 Nov 2010 19:18:43 GMT Last-Modified: Sun, 18 Jan 2009 18:33:48 GMT Server: Apache/2.2.14 (EL)</p> http://stackoverflow.com/questions/1872960/good-resources-for-learning-to-develop-firefox-extensions 4 Good resources for learning to develop Firefox Extensions. Scott 2009-12-09T10:22:25Z 2009-12-09T13:33:56Z <p>I am looking for good resources to learn to develop Firefox extensions. Resources can be either books or tutorials on the net. Prefer basic tutorials as I am a newbie in the world of Firefox extensions but I have experience in Software Development so programming is not an issue.</p> http://stackoverflow.com/questions/724987/jquery-append-select-not-working-in-ie7-but-works-in-firefox 0 Jquery append <select> not working in IE7, but works in firefox Dan 2009-04-07T10:29:07Z 2009-12-09T12:38:46Z <p>I am getting data from a database through AJAX and appending tags to a select statement. The following code works in firefox, but only partially in IE. The problem in IE is that is creates the option elements in the dropdown, but the "text" attribute value is empty (the dropdown appears with 30 blank rows! However, the "value" attribute value gets set correctly (which is hte primary key from my database). Is there a different field I need to set in IE other than "text"? The bolded text in teh code below is where I think the problem lies. BTW, value is not empty, and i have tried putting in a string literal in its place and it is still blank in IE.</p> <p>The code is:</p> <pre><code>$.each(data, function(key,value){ $("&lt;option&gt;").attr("value", key).attr("text",value).appendTo("#select1"); }); </code></pre> http://stackoverflow.com/questions/94767/debugging-my-web-app-with-json-firefox-firefox-handling-of-json 5 Debugging my web app with JSON/Firefox - Firefox handling of JSON? JP 2008-09-18T17:38:12Z 2009-12-09T11:19:53Z <p>I'm attempting to debug my web application with FireFox3. However, when a JSON feed comes from my application, Firefox wants to open up the "application/json" in a new program. Is there a way to configure FireFox3 to handle JSON like regular text files and open up the JSON in the current tab?</p> <p>Thanks.</p> http://stackoverflow.com/questions/827716/emulate-clicking-a-link-with-javascript-that-works-with-ie 3 Emulate clicking a link with Javascript that works with IE Tam 2009-05-06T02:06:47Z 2009-12-08T23:59:40Z <p>I want to have java script clicking a link on the page..I found something on the net that suggests adding a function like this:</p> <pre><code>function fireEvent(obj,evt){ var fireOnThis = obj; if( document.createEvent ) { var evObj = document.createEvent('MouseEvents'); evObj.initEvent( evt, true, false ); fireOnThis.dispatchEvent(evObj); } else if( document.createEventObject ) { fireOnThis.fireEvent('on'+evt); } } </code></pre> <p>Then call it using:</p> <pre><code>fireEvent(document.getElementById('edit_client_link'),'click'); </code></pre> <p>This seems to work fine for FF but with IE it doesn't work!</p> <p>Any ideas?</p> http://stackoverflow.com/questions/1870298/mac-eclipse-xdebug-firefox-issue 0 Mac eclipse xdebug firefox issue Onema 2009-12-08T22:22:41Z 2009-12-08T22:22:41Z <p>I have worked with eclipse, firefox, and xdebug for months now on a linux-ubuntu machine. recently i moved to a mac 10.6 and set up all these programs and they all work fine until I try to run xdebug using firefox as the default browser in eclipse.</p> <p>It will work, but the browser must be close other wise it will prompt a message saying</p> <p><strong>Close Firefox: A copy of Firefox is already open. Only one copy of Firefox can be open at a time.</strong></p> <p>and when this happens I can not debug, I have to close the browser and start the debugger again. This becomes very annoying after a few tries.</p> <p>If I use safari I do not have this issue, it just opens a new tab and I can debug with no problems. I can live with this set up, but I prefer to use FF. any idea why this is happening?</p> http://stackoverflow.com/questions/1869785/putting-a-div-on-a-new-line-problem-caused-by-floating-ul-elements 0 Putting a div on a new line (problem caused by floating <ul> elements) Chris T 2009-12-08T20:58:18Z 2009-12-08T21:02:02Z <p>So I have a 3 unordered lists like so:</p> <pre><code> &lt;ul class="menu"&gt; &lt;li class="heading"&gt;Title (Click To Download)&lt;/li&gt; &lt;li&gt;&lt;a title="Download sample.mp3" href="http://example.com/sample.mp3"&gt;Sample Song&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; </code></pre> <p>With the following css style:</p> <pre><code>/* SITE MAP MENUS */ ul.menu { float: left; margin: 0 10px 0 10px; display: block; font-size: 13px; line-height: 24px; color: #898989; } ul.menu li {} .menuText { } li.heading { color: #493f0b; font-weight: bold; border-bottom: 1px solid #d7d7d7; } </code></pre> <p>However when I put a new div:</p> <pre><code>&lt;div class="pleasedontfloat"&gt;The paganation would go here..&lt;/div&gt; </code></pre> <p>Instead of going below the lists it goes next to them. How would I fix this? (the class pleasedontfloat has no rules applied to it)</p> http://stackoverflow.com/questions/1869217/generate-browser-window-screenshot 0 generate browser window screenshot amit 2009-12-08T19:18:05Z 2009-12-08T19:20:38Z <p>i have to work with multiple pages (tabs) at once and need to see how the different pages look like at any one instance. is it possible to take screenshots of open tab of Firefox/Chrome through Javascript? </p> http://stackoverflow.com/questions/792194/why-are-linkbuttons-not-grayed-out-when-disabled-in-firefox 0 Why are linkbuttons not grayed out when disabled in FireFox? Middletone 2009-04-27T03:51:21Z 2009-12-08T07:32:59Z <p>Why when I set enabled=false on a button does it not render correctly in Firefox? Instead of graying out the link it is still blue.</p> <p>[UPDATE]</p> <p>ASP.net already removes such tags on the link so the only thing that is needed is to grey out he link. In other words a CSS style change not a functionality change.</p> <p>The following effectively resolved the disabled buttons not showing up as grayed out in firefox and google chrome. I put this into my style sheet and now all my link buttons render correctly.</p> <p>a[disabled]{<br /> color:Grey !important; text-decoration:none !important; }</p> http://stackoverflow.com/questions/312625/opening-a-url-in-current-tab-window-from-a-firefox-extension 4 Opening a URL in current tab/window from a Firefox Extension aryo 2008-11-23T15:35:21Z 2009-12-08T03:15:37Z <p>I am creating a Firefox Extension...what would be the javascript to open a URL in the current tab from a menuitem?</p> <p>e.g. in my overlay.xul file i have the following line:</p> <pre><code>&lt;menuitem label="Visit homepage" oncommand="window.location='http://www.somepage.com'"/&gt; </code></pre> <p>but in firefox, when i click on the menu item, it opens the URL but it screws up the entire layout of the browser.</p> <p>What's the correct way to do this?</p> http://stackoverflow.com/questions/1863398/firefox-3-6-build-error-on-windows-vs2005-c-compiler-cannot-create-executables 0 Firefox 3.6 build error on Windows VS2005 - C compiler cannot create executables Ron 2009-12-07T22:36:35Z 2009-12-07T22:41:38Z <p>I am trying to build Firefox 3.6 Beta 4 using Visual Studio 2005 on Windows. I downloaded the release source, the latest version of mozilla build, but get the error "C compiler cannot create executables.". I have been able to build all other 3.5 and previous versions without any issues.</p> <p>The problem occurs at the start of the build process where it is testing whether or not it can even compile and create an executable.</p> <p>The build output is...</p> <p>$ make -f client.mk build Adding client.mk options from /c/dev/ff3.6/mozilla-1.9.2/.mozconfig: MOZ_OBJDIR=$(TOPSRCDIR)/obj-firefox MOZ_CO_PROJECT=browser make[1]: Entering directory <code>/c/dev/ff3.6/mozilla-1.9.2' cd /c/dev/ff3.6/mozilla-1.9.2/obj-firefox /c/dev/ff3.6/mozilla-1.9.2/configure Adding configure options from /c/dev/ff3.6/mozilla-1.9.2/.mozconfig: --disable-tests --with-windows-version=501 --enable-application=browser --disable-vista-sdk-requirements loading cache ./config.cache checking host system type... i686-pc-mingw32 checking target system type... i686-pc-mingw32 checking build system type... i686-pc-mingw32 checking for gawk... gawk checking for perl5... no checking for perl... /bin/perl checking for gcc... cl checking whether the C compiler (cl ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. *** Fix above errors and then restart with "make -f client.mk build" make[1]: *** [configure] Error 1 make[1]: Leaving directory </code>/c/dev/ff3.6/mozilla-1.9.2' make: *** [/c/dev/ff3.6/mozilla-1.9.2/obj-firefox/Makefile] Error 2</p> <p><hr></p> <p>The config.log is...</p> <p>This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.</p> <p>configure:1019: checking host system type configure:1040: checking target system type configure:1058: checking build system type configure:1141: checking for gawk configure:1258: checking for perl5 configure:1258: checking for perl configure:2350: checking for gcc configure:2463: checking whether the C compiler (cl ) works configure:2479: cl -o conftest conftest.c 1>&amp;5 Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved.</p> <p>cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release cl : Command line warning D9024 : unrecognized source file type 'c:/mozilla-build/msys/DTEST=2', object file assumed conftest.c Microsoft (R) Incremental Linker Version 8.00.50727.762 Copyright (C) Microsoft Corporation. All rights reserved.</p> <p>/out:DTEST=2.exe /out:conftest.exe c:/mozilla-build/msys/DTEST=2 conftest.obj LINK : fatal error LNK1181: cannot open input file 'c:/mozilla-build/msys/DTEST=2.obj' configure: failed program was:</p> <h1>line 2474 "configure"</h1> <h1>include "confdefs.h"</h1> <p><hr></p> <p>The .mozconfig is ..</p> <h1>Options for client.mk.</h1> <p>mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-firefox mk_add_options MOZ_CO_PROJECT=browser</p> <h1>Options for 'configure' (same as command-line options).</h1> <p>ac_add_options --disable-tests ac_add_options --with-windows-version=501 ac_add_options --enable-application=browser ac_add_options --disable-vista-sdk-requirements</p> <p>Any ideas?</p> http://stackoverflow.com/questions/721085/yui-uploader-ssl-firefox 0 YUI Uploader + SSL + Firefox Franz See 2009-04-06T11:45:56Z 2009-12-07T22:13:37Z <p>If your server has SSL enabled, and you're using YUI uploader, is it possible to upload using Firefox browser?</p> <p>We are currently having problems with firefox but uploading with IE (7) seems to be ok.</p> <p>Any ideas why it fails in Firefox (Note: the certificate was already accepted ) ?</p> <p>Thanks, Franz</p> http://stackoverflow.com/questions/1862063/disabled-controls-in-firefox 1 Disabled controls in Firefox strakastroukas 2009-12-07T18:49:33Z 2009-12-07T19:55:17Z <p>First of all in my custom webpage project, i use a master-page.</p> <p>What drives me nuts, is that hyperlinks (2 of 5 in a child page) seem to be disabled while debugging with firefox (V3.5.5).</p> <p>I face the same problem with a radio-button-list which exists within an asp wizard control. It seems to be disabled, (Does not accept focus).</p> <p>What i cannot figure out why this happens only in firefox and not in I.E.</p> <p><strong>UPDATE:</strong> This one works both in firefox and IE</p> <pre><code>&lt;asp:Label ID="lblSh" runat="server" Font-Names="Tahoma" Font-Size="8pt" ForeColor="White" Text="Update your personal"&gt;&lt;/asp:Label&gt; &lt;asp:HyperLink ID="hyperProfile" runat="server" Font-Names="Tahoma" Font-Size="8pt" Font-Underline="True" ForeColor="#FF6D06" NavigateUrl="~/ClientCenter/MyAccount.aspx"&gt;Profile&lt;/asp:HyperLink&gt; </code></pre> <p>and this one works only in I.E.</p> <pre><code>&lt;asp:HyperLink ID="hyperUpdateSuscription" runat="server" Font-Names="Tahoma" Font-Size="8pt" Font-Underline="True" ForeColor="#FF6D06" NavigateUrl="~/ClientCenter/PlaceOrder.aspx"&gt;Update&lt;/asp:HyperLink&gt; &lt;asp:Label ID="lblShmeio9" runat="server" Font-Names="Tahoma" Font-Size="8pt" ForeColor="White" Text="your subscription"&gt;&lt;/asp:Label&gt; </code></pre> http://stackoverflow.com/questions/207490/updated-firefox-extension-still-says-no-updates-were-found 2 Updated Firefox Extension - Still says "No updates were found." tlianza 2008-10-16T05:01:43Z 2009-12-07T18:44:29Z <p>I am working on a new version of a firefox extension, but after releasing it, and incrementing the em:version in install.rdf and update.rdf, when I click "Find updates" Firefox reports that "No updates were found." When I run it with debugging on, the output in the console is actually identical to what I see when I don't put the update live. </p> <p>It starts with RDFItemUpdater:checkForUpdates with all of the parameters, and returns with Addon Update Ended and status: 8.</p> <p>I verified with McCoy tool that the extension is signed, and has the same Id as the old one, etc. I'm not sure what else to try. Any advice would be appreciated. This is with Firefox 3 (and the extension is marked as compatible with it... that didn't change).</p> http://stackoverflow.com/questions/1861296/firefox-long-thumbnail-list-img-rendering-issue 0 Firefox + long thumbnail list => img rendering issue jacksonhoods 2009-12-07T16:56:19Z 2009-12-07T17:02:09Z <p>Hi, been searching a while to no avail. I have a photo gallery page with a flash slideshow player (imagerotator). Underneath I am showing thumbnails of all gallery images in one line w/horizontal scrolling. </p> <p> Now when that list gets long, all thumbs after an arbitrary number (somewhere between 50 and 80) are rendered plain white upon first page load in Firefox; Or more precisely, the space that a thumb occupies gets created, but there's no image. </p> <p> Then, the missing images instantly show up properly when Firefox is redrawing that area, such as when scrolling out of and back into that area, or when I fire up my web developer plugin outline tool and go over that thumbnail list. </p> <p> I'm able to reproduce this in FF2+3/Win XP and FF2/Mac. </p> <p> Here's a demo: http://www.katjaheil.de/debug/ <br />Use the back arrow next to the thumbs to jump forward to the last thumb. Note that once the thumbs are cached it usually doesn't happen again. Clearing my cache and restarting the browser reproduces it every time. </p> <p>Any ideas, thoughts or pointers are appreciated as I'm pretty much out of ideas.</p> <p>Thanks!</p> <p> //Edit: how do I make the URL a link!? The suggestions in the "How to Format" box don't work for me. </p> http://stackoverflow.com/questions/13518/browser-sync-accross-many-machines 2 Browser Sync accross many machines kazakdogofspace 2008-08-17T04:58:38Z 2009-12-07T16:34:49Z <p>Everyone remembers google browser sync right? I thought it was great. Unfortunately Google decided not to upgrade the service to Firefox 3.0. Mozilla is developing a replacement for google browser sync which will be a part of the Weave project. I have tried using Weave and found it to be very very slow or totally inoperable. Granted they are in a early development phase right now so I can not really complain. </p> <p>This specific problem of browser sync got me to thinking though. What do all of you think of Mozilla or someone making a server/client package that we, the users, could run on your 'main' machine? Now you just have to know your own IP or have some way to announce it to your client browsers at work or wherever.</p> <p>There are several problems I can think of with this: non static IPs, Opening up ports on your local comp etc. It just seems that Mozilla does not want to handle this traffic created by many people syncing their browsers. There is not a way for them to monetize this traffic since all the data uploaded must be encrypted. </p> http://stackoverflow.com/questions/1858670/iframe-with-wrong-url-parent-page-displayes-error-in-ie-how-to-solve 0 IFrame with wrong URL - parent page displayes error in IE - how to solve? Ngm 2009-12-07T08:43:49Z 2009-12-07T15:13:45Z <p>I have the following html in a page:</p> <pre><code>&lt;div&gt; &lt;iframe src="http://google.co.in" style="width:200px;height:200px"&gt; &lt;/iframe&gt; &lt;iframe src="http://" style="width:200px;height:200px"&gt; &lt;/iframe&gt; &lt;/div&gt; </code></pre> <p>This page displays correctly in Firefox: <img src="http://i50.tinypic.com/ezhpio.jpg" alt="Firefox"></p> <p>But in IE (7 &amp; 8), the whole page gets replaced with the following error page: <img src="http://i47.tinypic.com/14ocgzp.jpg" alt="IE7 and IE8"></p> http://stackoverflow.com/questions/1818113/firefox-profile-changing-using-command 0 Firefox profile changing using command Ali Bozorgkhan 2009-11-30T06:17:45Z 2009-12-07T13:36:55Z <p>Hi all, I want to switch between two firefox profiles online using bat file without closing my firefox. Is it possible? thanx in advance.</p> http://stackoverflow.com/questions/1859841/cookies-in-ie6-safari-vs-opera-firefox-jquery 1 Cookies in IE6+, Safari vs. Opera, Firefox (JQuery) krukid 2009-12-07T13:04:09Z 2009-12-07T13:04:09Z <p>Hi, I have found a weird difference in cookie behavior in IE+Safari/Opera+Firefox while navigating with the 'back' button:</p> <p>in IE and Safari the cookies set on a page get dropped (reverted) when returning to the previous page via the 'back' button, while in Opera and Firefox the new cookies persist.</p> <p>The latter behavior is what I need, but how do I implement it for IE and Safari, if that is even possible?</p> <p>The cookies are set by the server and read using JQuery cookie API ($.cookie)</p> <p>Thanks.</p> http://stackoverflow.com/questions/787268/firefox-2-freezes-when-trying-cross-browser-inline-block-trick 1 Firefox 2 freezes when trying cross-browser inline-block trick. mikez302 2009-04-24T19:37:21Z 2009-12-07T11:41:32Z <p>I am trying to design a form that uses the CSS inline-block display value for a table-like arrangement. I know that some browsers including Firefox 2 don't know how to handle it, so I used this method to make it work in all browsers. However, sometimes when I try it in Firefox 2, the browser freezes. My CPU usage gets stuck near 100% and sometimes the memory usage rapidly increases to a huge value. Does anyone know why this is happening or how to work around it? Here is a simple example of a page that shows this problem:</p> <pre><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt; &lt;html&gt;&lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8"&gt; &lt;title&gt;-moz-inline-stack test&lt;/title&gt; &lt;style type="text/css"&gt; div { display: -moz-inline-stack; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;div&gt; &lt;input type="radio" name="test" value="yes"&gt; &lt;br&gt; &lt;input type="radio" name="test" value="no"&gt; &lt;/div&gt; &lt;/body&gt;&lt;/html&gt; </code></pre> <p>It works fine in Firefox 3 but it freezes Firefox 2. The &lt;br&gt; tag is not necessary for the bug but it keeps the inputs from being on top of each other.</p> http://stackoverflow.com/questions/1574988/radio-buttons-being-reset-in-ff-on-cache-refresh 0 Radio buttons being reset in FF on cache-refresh Andrew Song 2009-10-15T20:51:32Z 2009-12-07T09:59:09Z <p>(This is technically an addendum to an earlier <a href="http://stackoverflow.com/questions/1544479/checking-if-radio-buttons-are-checked-in-firefox">StackOverflow question</a> I had posted, but my original post asked a different question which doesn't really cover this topic -- I don't want to edit my older question as I feel this is different enough to merit its own page)</p> <p>While browsing my website in Firefox 3.5 (and only FF3.5), I come across a page with two radio buttons that have the following HTML code:</p> <pre><code>&lt;input id="check1" type="radio" value="True" name="check" checked="checked"/&gt; &lt;input id="check2" type="radio" value="False" name="check"/&gt; </code></pre> <p>This page renders as expected, with 'check1' checked and 'check2' unchecked. When I then go to refresh the page by pressing Control + R, the two radio buttons render, but they are <strong>both</strong> unchecked even though the raw HTML code is the same (as above). If I do a cache-miss refresh (via Control + F5 or Control + Shift + R), the page returns back to the way you'd expect it.</p> <p>This is not a problem in any other browser I've tried except FF3.5.</p> <p>What is causing these radio buttons to be reset on a normal refresh? How can I avoid this?</p> http://stackoverflow.com/questions/1808419/creating-new-tab-switching-between-tabs-in-firefox 0 Creating new tab / switching between Tabs in Firefox? Pekka 2009-11-27T12:14:25Z 2009-12-07T08:41:23Z <p>I am looking for a way to improve the workflow in a PHP based CMS. There is a lot of switching between the editor mode and the preview mode of the page. The editor mode is huge to load, and so I would like to open the preview mode in a different window.</p> <p>I don't want to use new windows or an iframe within the current window to keep the workflow simple and to avoid confusion.</p> <p><strong>Is there a way to explicitly open a new tab (not window), and to jump to that tab from a document, in Firefox?</strong> The number of users is limited, so there is the possibility to set up the client with the necessary extensions / permissions. </p> <p>I know Firefox can be forced to open all links in tabs, but I think that won't cut it, as I still can't address and focus the newly opened window.</p> <blockquote> <p>Thanks for all the great answers everyone. I have now enough material to decide whether I'll take the greasemonkey approach, rely on the user to set up "open in tabs" and address the window by name, or use a "inline" HTML solution as so many of you suggested. I am accepting the answer that I feel went most effort into. </p> </blockquote>