firefox

Can I solve Silverlight color rendering differences in IE7/8?

I have a Silverlight control that tries to have the same background as the underlaying div, but I'm facing color difference problems in IE7/8: That doesn't seems to be a problem for Firefox. Does anyone has a tip how to solve this problem? I try to avoid using the windowless mode in Silverlight and alpha transparency as 1st) it's s...

Does IE & Firefox have a div width limit?

In short, I'm trying to make a weather scroller that will display the weather horizontally for about 50 cities. The issue I'm having is that both IE and FF are making 2-3 lines worth of cities while Chrome keeps it in a nice horizontal line. So Chrome has 1 line scrolling with the weather and IE+FF have 2-3. I've pasted my current code ...

Don't Repeat TFOOT When Printing

A table that extends onto multiple printed pages will have its thead and tfoot sections reprinted in firefox. This is usually great, however, is there a way to turn off this behavior with CSS? [UPDATE] Thanks for the response so far. I would like to have the tfoot print once at the bottom of the table but not at the end of each page. ...

location of Firefox extensions in Mac OS?

Really stupid question, but I can't find the answer anywhere. In Mac OS X, where are installed extensions for Firefox located? ...

How to go about writing a firefox plugin for an existing cgi script?

I have a cgi script which takes form input, I want to facilitate the use case where if you right click from firefox inputs are passed to the cgi (rather than users entering values explcitly). Firstly can this be done? If yes any pointers where I can start/snippets of code where I can look would be great. ...

Browser "drag and drop" events: Can anyone fill in the blanks?

I've never really had the need to use any drag functions until now, so let me fill you in on what I've discovered so far: Drag events are events that take place when the user is dragging an object. This is "proper" OS dragging, eg: hiliting some text and dragging it, or even dragging in something from outside of the browser. While dr...

Why Java fails to use Verdana Font with Firefox3 under Terminal server? (AccessControlException)

The following GUI code is working in 99.99% of OS environments used by our customers: jStatusDescription = new JTextArea(); jStatusDescription.setFont(new Font("Verdana", Font.PLAIN, 12)); jStatusDescription.setText("test"); <-- crashes However, there are now 2 different customers both using Terminal server and firefox 3, the co...

Why is my Aspx page rendering different HTML in FireFox and IE

I have come across a problem where, my asp.net code is being rendered differently on Firefox and IE. When I say differently, I mean, A linkButton in IE renders as anchor tags. On Firefox however, it renders as a span code example <ItemTemplate> <div id="<%#Eval("Id","{0}") %>"> <asp:LinkButton ID="ProductName" runat="server" ...

How do I continuously run a single test case using Selenium?

I have recorded a very simple test case Using the Selenium IDE integrated with Firefox. I want the test case to run continuously over a period of time. How can I make the test run continuously? ...

Possible to flash a Browser window using Javascript?

Like many programs flash their window on the taskbar / dock to alert the user to switch to the program, Is it possible to flash the Browser window using Javascript? (FireFox-only scripts are also welcome) This is useful for web-based Chat / Forum / Community-based software where there is lots of real-time activity. ...

Is there a way programmtatically to export firefox bookmarks to and from xbel?

hi, firefox allows end user to export bookmarks to xbel bookmark exchange format. but i would like to programmatically: export some (not all) of the bookmarks and import xbel bookmarks into firefox. preferably using a web language so that i can run the script from web server. Can anyone suggest a solution? ...

How to use jQuery in Firefox Extension

I want to use jQuery inside a firefox extension, I imported the library in the xul file like this: <script type="application/x-javascript" src="chrome://myExtension/content/jquery.js"> </script> but the $() function is not recognized in the xul file neither do the jQuery(). I googled about the problem and found some solutions but no ...

protect_from_forgery vs. Firefox

I've recently switched from storing session data in a cookie to storing it in the database. Now every POST request causes an ActionController::InvalidAuthenticityToken error. It only happens in Firefox, and only on my home machine (I tried it out at work today in the same version of FF and everything was fine). This leads me to believ...

retrieving current URL from FireFox with python

I want to know what is the current url of active tab in running firefox instance from python module. Does FireFox have any API for this and does python know to work with it? ...

Is anyone using a firefox XUL IDE?

I'm not interested in Firebug, a XUL debugger, or a JavaScript editor, but a true WYSIWYG IDE for XUL form design. ...

Firefox DNS question

Is it possible to switch firefox to use a different DNS than what is in the windows.host file? For example, I have a development site on a different server but I'm trying to copy content over from the live site so it'd be handy to have the live site in IE and the dev site in FF. I tried FoxyProxy but I can't seem to get it to work. Th...

Open a new tab in firefox and keep ff in the background

Is the a way to programmatically open a URL in a new tab in firefox without firefox gaining focus? What I found out so far: firefox -new-window <URL> lets ff stay in the background, but opens a new window instead of a tab. firefox -new-tab <URL> opens <URL> in a new tab but gives focus to ff. EDIT: What I'm trying to accomplish is mak...

Firefox 2 - HTML button is just solid grey. All other browsers fine: wtf?

Hello all, I have a site that has a simple HTML button in a form. All browsers show this button correctly. However, in Firefox 2 and Seamonkey it appears just as a solid grey square that cannot be clicked on and that has no text. <input id="getaudiobutton" type="button" value="Get Audio" onclick="convert()" /> For those of you that h...

Acceptable CSS hacks/fixes

Is there a list of 'good' clean CSS hacks, which are certain to be future-proof? For example, zoom:1 is safe, as long as it's only served to IE, and you remember it's there. The very common hack of using child selectors is not safe because IE7 supports them. Using height:1% just feels dirty (but that might just be me). I know of ie7-...

Firefox killing the CPU

I love Firefox and Firebug, but Firefox seem to have some problem with the memory. Both mine and 2 co-workers at the office have the same problem - Firefox makes or PC/Vista or MacBook Pro sweat like a polarbear in Afrika. Anyone else have this problem? And is there some solution for those of us who sell or kidneys before working witho...