firefox3.5

How to embed video like Firefox page?

I just updated Firefox 3.5. When I visited Firefox website there is a video. When you click it, it enlarges and plays. I wonder if anyone knows how you can do it. Does it use any plug-in? ...

FireFox 3.5 Fetches Image Sprite Repetitively - how to prevent?

EDIT: Mozilla fixed the bug. This thread is dead. EDIT: This is a Mozilla bug. See this thread: https://bugzilla.mozilla.org/show%5Fbug.cgi?id=501853 I have a sprite I use for my images here: http://www.trailbehind.com/site%5Fmedia/images/sprite.png In FireFox 3.5, the sprite seems to get fetched every time I render an icon on my map,...

GWT DecoratorPanel problem in Firefox 3.5

Rounded corners ing GWT's DecoratorPanels don't look right for me in FF3.5. See the gap below the upper right-hand corner: http://img.skitch.com/20090705-c95g8b1cn33t22wnypk4h5mjwt.jpg Anyone else having this problem? The showcase app uses rounded corners without issue. What am I doing wrong? I'm on GWT 1.6.4. -Mike ...

Firefox 3.5 color correction hack?

Hello stackoverflow.com. After finally getting down to upgrading to FF 3.5, I noticed that some of my web pages have color problems. Specifically, say I have a PNG image with a color in it which is meant to be the same as the body's background color but when it is rendered it comes out as lighter than it should be on Windows. On Mac I'...

Offline storage in firefox 3.5 for file://

Hi, I was trying out the code for offline storage in firefox 3.5, taken from http://starkravingfinkle.org/blog/2008/05/firefox-3-offline-app-demo-part-2/. When the page loads i get a dialog prompting me that the application is asking for storing data, but when i press Allow, the dialog does not go away . The app works fine at the online...

Silverlight 3 on Mac OS X in Firefox 3.5 doesn't work!!

I'm trying to upgrade my site to Silverlight 3. All my customers are having a reasonabily good experience from upgrading to Silverlight 3 from Silverlight 2 or just a fresh install. But on Mac OS X in Firefox 3.5, after Silverlight is installed they cant view any Silverlight apps, it's just blank on screen. No errors, I can right click ...

Firefox 3.5 fixed-position scrolling annoying flicker

Please try to scroll down this page with the newest version of Firefox (3.5) http://resopollution.com/rentfox/html5/dashboard.html =( Is there any way to fix the flickering? Thanks in advance for help! Solution Found you have to add overflow:auto on all flickering divs using position: fixed version here: http://resopollution.com/ren...

Where is a sample of some Javascript code for Location Aware Browsing in Firefox 3.5?

Does anyone know where I can find an example of some javascript code for the new location-aware features of Firefox 3.5? ...

complete client side application using HTML 5

Is it possible to create a complete client side application using HTML 5 (it will embed chat clients, stock ticker) + JavaScript, and then bundle is with underlining Firefox 3.5 engine, so that user can install it as a desktop app on Linux, and then it runs in its own window using firefox 3.5 engine. The app will store everything in loca...

Firebug Net Panel Logs

Is there a way to have firebug retain the activities log even after navigating to another page? ...

Multiple Instances of Firefox and Visual Studio

After upgrading to FF3.5, I noticed Firebug is slower. A lot slower, it is annoying to debug web applications and have to wait 5 seconds to open a tab. After some googling, I got FF3.0 and FF3.5 running side by side, with different profiles. Now I can use GMail, Google Docs, and all the Google Apps we use here at work in FF3.5 (a lot fa...

Different css rendering for span inside td with FF3.5 versus FF3.0

I have a web page that has a table and inside one of the td is span that uses a smaller font, float right to place it to the far right, and a negative margin-top, so it is aligned with larger text in the td. With Firefox 3.0 it works fine, but I just updated to Firefox 3.5 and the margin is moving the text up too far. I have another pa...

FF 3.5 extension: window.title is 'undefined'

From a sidebar in Firefox 3.5 I am getting a reference to the main window with: var mainWindow = window.QueryInterface(Components.interfaces.nsIInterfaceRequestor) .getInterface(Components.interfaces.nsIWebNavigation) .QueryInterface(Components.interfaces.nsIDocShellTreeItem) .rootTreeItem ...

What does Firebug "XML cannot be the whole program" error message mean?

I just got this error message in Firebug. A google search reveals nothing but other mystified people! Does anyone have any idea what it means? It's being indicated on the last line of this 3-line script: <script> g_BuildServer = "/"; </script> ...

Can Firebug be required to run my website?

I'm working on a new project which has some complex javascript. I can't post any code so that's not what my question is about. I have a script which works in Firefox 3.0. It was pointed out that the script did not work in Firefox 3.5, so I'm trying to make it work. Indeed the script didn't produce the expected results, so I installed th...

Multiple jquery code works in every browser apart from Firefox 3.5

I have 3 different jquery uses & put it into one code as follows: $(function() { $("#ticker01").liScroll({travelocity: 0.075}); $(mainContent).corner("10px"); $(".article .thebody").hide(); $("#mainContent .article ul") .prepend("<li class='readbody'><a href='' title='Read the article'>Read/Hide Story</a></li>...

How to fix @font-face glitches in Firefox 3.5

In existing code I had CSS @font-face declarations for .EOT embedded fonts that worked flawlessly actually, in internet explorer. So now I read that Firefox does embedded now too, in 3.5, except it embeds .ttf fonts directly. So I altered the @font-face declaration for firefox and gave it a shot: @font-face { font-family: FontX; sr...

jQuery Coda Slider Plugin Tearing sides on Firefox 3.5

I'm currently using this jQuery Coda Slider plugin at www.ndoherty.com/demos/coda-slider/1.1.1/ with some custom code to make it auto-rotate. Works in all browsers but Firefox 3.5 on both Mac and WinXP. The issue is the sides of the slider seem to be tearing and it tears only partially so I suspect its a rendering issue. And if so I dou...

Is there any way to get the Firefox API's

Is there any way to get firefox Api so that i can access them programatially There any other method other than XPCom ...

Firefox 3.5.3 horizontal menu drop-off

URL: www.htiops.com CSS: www.htiops.com/css/htiOps.css The last two links in the gray horizontal nav bar are vertically dropping down in FF 3.5.3. It doesn't happen in older versions of FF, IE7, O8, Saf3. Changing the font in #navBar ul li a from .8em to 10px fixes the drop-off problem, but is not the desired appearance of the menu....