firefox3.6

What is your Wordpress 2.9 theme development workflow after getting PSD from client?

What are useful and free resources to make Wordpress 2.9 themes? Is Dreamweaver helpful to make themes ? What are time saving tips? I'm using Dreamweaver CS3 on Windows. and my main browser is FF 3.6. I know some extensions of dreamweaver but those are not updated with wordpress versions. Should we edit theme files directly on live ...

FireBug didn't working.

Hi, I created a index.php file located in http://localhost/home/index.php. The file filled with the code below. <?php # //include the file require_once("FirePHP.class.php"); # //create the object $firephp = FirePHP::getInstance(true); # //send information $firephp->fb("Hello world!"); ?> I enabled fireBug and firePHP, BT...

Silverlight 4 xap doesn't show up in Firefox, but works in IE.

I recently upgraded a Silverlight 3 web project to Silverlight 4. All i had to do was rebuild the code in VS 2010 with toolkit et al installed and host it on server. On testing, the SL xap showed up in IE 7 and worked as expected. But, on Firefox, the xap is getting downloaded but doesn't showup. Little bit of firebugging shows that, th...

Ruby on Rails, autocomplete => "off" in text input fields, not working on Firefox

I have both a text_field and a text_area in Rails, and I want to disable the browser's auto-complete. Setting the attribute in either the text_field, text_area, or in the form itself, doesn't seem to make the browser stop trying to auto-complete. This is for Firefox 3.6.3 on OS X. Maybe it's more a browser issue than a RoR issue. Thanks...

Firefox why window.opener is defined even for a new tab

Hi! I am porting quite old corp application from IE to Firefox. Here is my situation. User goes away from computer for a while and his session becomes expired. When user tries to access something in popup, he is being redirected to login page (in popup window). In login page onload event popup window chain is being closed and root pag...

Why the vertical scroll bar moves automatically ?

I don't understand why the vertical scroll bar moves automatically to the most top position when "Line 9" clicked, for example. Further clicks does not move the scroll bar. Could anyone explain why, and how to fix this ? I work with Firefox 3.6.3. HTML: <html> <head> <link rel="stylesheet" href="test.css" type="text/cs...

Check Ctrl / Shift / Alt keys on 'click' event

How could I identify which Ctrl / Shift / Alt keys are pressed in the following code ? $("#my_id").click(function() { if (<left control key is pressed>) { alert("Left Ctrl"); } if (<right shift and left alt keys are pressed>) { alert("Right Shift + Left Alt"); } }); I work with Firefox 3.6.3. Thanks ! ...

Issues with Firefox 3.6 & SWFObject 2.2

I've searched the net for a solution but still haven't found one yet. I'm on Mac OSX and I use FlashBuilder. I try to publish a movie with the values of 100% for the width & the height. These are the values I use both in SWFObject and the CSS. Flash doesn't display in Firefox but displays on Opera, Chrome & Safari. SWFObject test suit...

Plugin methods are missing in Firefox 3.6

Hi, We have a plugin that we use to enable printing and saving from our app. We instantiate it using tag with all needed attributes, and then call Save() or Print() method on the document.embeds[0] object. This used to work perfectly on Firefox 3.5 and earlier, but it no longer works in Firefox 3.6. In 3.6, document.embeds[0].Save is n...

Why does the existing hidden rows are not displayed when I added two rows to the jsp in Firefox3.6?

I have added two rows to a jsp which are displayed one at a time based on the text entered. There are two other rows which are already existing and they are displayed based on their own conditions not related to my changes. All this process works fine in IE6, Chrome, Opera 10 and Safari 4. Except Firefox 3.6: my two rows are displayed as...

Confirm Box from within Silverlight 4

Hello, I am having trouble getting the following code to work in FireFox (3.6.4), however, it works perfect in Chrome (5.0.375.70) and IE (8.0.7600.16385). Operating system is Windows 7 32 Bit. Silverlight Version(4.0.50401.0) System.Windows.Browser.HtmlPage.Window.Confirm("Are you sure you would like to Remove this?") As a matter...

HTML5 SVG jQuery problem in FireFox 3.6

Here is my HTML file (jQuery needed and enable HTML5 in FireFox about:config) <!DOCTYPE html> <html> <head> <script type="text/javascript" src="js/jquery/jquery-1.4.2.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $('svg').append("<rect x='100px' y='...

Silverlight control goes black in FF during fullscreen (SL 4, Firefox 3.6, multiple monitors)

If I click to make my Silverlight object fullscreen in Firefox 3.6 it works successfully, but then if I select a different window (I'm running two monitors so can do this) then a new window appears in my Windows taskbar titled 'Microsoft Silverlight' which is where my fullscreen Silverlight application now lives. So it's moved out of Fir...

Supporting mulitple versions of Firefox (2.*, 3.*). What should I test?

I have a situation where I did web development (wicket running on tomcat) on Firefox 3.6.3 and now need to support Firefox 2.0 and Firefox 3.6.3. Do you have any tips on what I should expect to break? Tips on where I should focus my testing? ...

Firefox 3.6 crashes when trying to display a thumbnail

I use Uploadify to upload multiple pictures to server. I want to display pictures thumbnails before the pictures are actually uploaded to the server, based on this. I use Firefox 3.6.6. Here is how I thought to do this: $('#fileInput').uploadify({ ... onSelect: function(event, queueID, fileObj) { var img = document.cre...

Is that possible to set gradient on text color ?

Firefox 3.6 allows to set gradient on backgrounds. Is that possible to set gradient on the text color as well ? For example: HTML: <span>Hello</span> CSS: body { background: -moz-linear-gradient(left, red, white); } span { font-size: 13em; color: #222; } I would like to "replace" #222 with -moz-linear-gradient(left, ...

Styling “input file” - works great, but there is a little annoying problem...

I'm using Firefox 3.6.6. I styled my "input file" that looks like this: Here is the code: (live example here) HTML: <div id="wrapper"> <div id="customButton"> <img src="http://i28.tinypic.com/2nv5lww.png" /> <span>Choose Files</span> </div> <input id="fileInput" type="file" size="1" /> </div> CSS: #wr...

During page load, when does Firefox autofill / autocomplete forms?

I'm troubleshooting a weird bug with a web app prototype and knowing when, precisely, Firefox autofills / autocompletes form fields would be useful. I have a small specialized audience and only need to target Firefox 3.6+. For this question, there is no server interaction beyond initial page load. This question is just about the order o...

Tab key, arrow keys and page up/down keys donot work on Firefox on Ubuntu 1.04 LTS

I am using Ubuntu 10.04 and Firfox 3.6.3. The tab key, arrow keys and page up / down keys have suddenly stopped working when on Firefox. They work fine on any other application (like Google chrome). I am not sure what is happening and how they got disabled, only for firefox. ...

HTML - After page load, page jumps down

This problem has been bugging me for awhile. For some reason, after the page is finished or near-finished loading, the page jumps down, about half-way. What I want to happen, and what I expect, is that pages remain at the top post-load. Is there something I've done that could cause this? For me it happens in Firefox 3.* Example 1 Ex...