firefox

Problem with jQuery Mouseenter/Mouseleave in Firefox

I'm having a problem with the mosueenter/mouseleave events only in Firefox... http://www.screencast.com/users/StanleyGoldman/folders/Jing/media/be3572de-9c72-4e2a-8ead-6d29b0764709 <HTML> <HEAD> <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.js"&gt;&lt;/script&gt; <script> $(docume...

Baffling ASP.NET Macintosh Firefox page hangs

We host a site on IIS 6 with use of the ajaxcontrol toolkit on asp.net 3.5 and use forms authentication. We have a large Mac user base and since moving to the the ajaxcontrol toolkit have had many complaints about our website hanging on our servers. I've tried mulitple things to elminate the problem, including the shutting of partial p...

Is there a way to see a trace of the executed JavaScript in Firefox without using Firebug?

Update: Thanks for the responses so far. To clarify, I'm not really looking for a logger, but more of a debugger/tracer -- I want a dump of every piece of JavaScript that executed and when it executed. I tried Venkman earlier today but it isn't very stable. My theory is that something is going wrong deep in the Dojo code, or even the Fir...

link element prefetching not working in Firefox 3.6

I am trying to test prefetching on Firefox 3.6. I'm using: <link rel="prefetch" href="hst_galaxy.jpg"/> I don't see any requests in Firebug's Net panel. When I look at the Apache2 logs, I see only the page request, nothing after. I don't see the expected X-moz: prefetch header either. I have also inspected the packets using Wireshark ...

Why firefox shows <object> and internet explorer shows <iframe> ?

Why if i use <object> in place for <iframe>, but IE shows <iframe> in rendered source. ...

Can't connect to a TLS web service using C# and digest authentication, Firefox succeeds where IE8 fails

Hi all, I'm trying to connect to a web service using C# and digest authentication, but every time I got the 401 - Not Authorized error. But when I try to reach the service over Firefox, everything's OK. When I use IE8, my password is not accepted and I got a 401. Do you have any ideas? Thanks for the help. Here's the test code I'm us...

firefox fills in the password into the username field

This is weird: if i login to my application, ask firefox to save the username/password. Then log out and go back to the login screen, firefox fills in the password inside the username input field, thus rendering it visible! Any idea what could cause the problem? Here is the html of my form, although i've checked it 10 zillion times. <f...

Postback issues with firefox on an aspx page

Hi, I have a strange problem on an aspx page. In short, I have 3 radio buttons and a table on the page. When the user activates the middle radio button two text boxes and a button is shown to the user. The button serves as a way to post back the page. Anyway, the postback should be only a partial postback. Everything works fine in IE bu...

Is there a Firefox extension that has ReSharper-like camelCase keyboard shortcuts to bookmarks?

I work on multiple client projects and have bookmarks for each one. I'm looking for a way to get functionality similar to ReSharper's ctrl-t (Navigate To Type) behavior for my bookmarks, e.g.: I type BCL and a bookmark named BigClientLocal appears in the result list. Is there a FireFox extension out there anywhere that does this or so...

In Firefox, when printing a page with anchor tags, the link location is printing after the text.

For example, <a href="../somepage/page.aspx?qs=asdf">Text Here</a> will print out as... Text Here(../somepage/page.aspx?qs=asdf) In IE, it looks normal (doesn't print the url). Any ideas why this is acting in this fashion? ...

Firefox 3.6 plugins fail on Mac?

I just upgraded my mac to Firefox 3.6, and now neither of my TIFF Viewing plugins work. in 3.5, If I had Quicktime on, then I'd get the tiff, viewed through quicktime. If I had Quicktime disabled, but my own plugin, AcellViewTIFF enabled, then I would get ViewTIFF viewing the TIFF. Since I'm the author of ViewTIFF, That's how I had it ...

Unzipping zip archives with JavaScript in Firefox 3.6

I am toying with an application that will demo some Firefox 3.6 specific functionality, most of which are listed here: http://demos.hacks.mozilla.org/openweb/ I want to drag a zip file in the browser, unzip it, and work with the unzipped contents. Are there any existing libraries that can do this? Does FireFox 3.6 in particular have so...

Firefox-only bug when calling .flv videos from xml file using php

I have a simple site put together to play a few flash videos. I have the information for the videos and their related comments stored in an xml file. I use SimpleXML to iterate through all of this and display the stuff in reverse chronological order. Everything works perfectly in IE8, Safari, and Chrome, but in Firefox the same video (t...

I added bad js to my website. Now it won't load completely and I can't get to the admin to remove it...

is there a firefox plugin that will let me ignore a certain snippet of code? If I turn off js, the page loads but I can't get to the admin because that requires js. I would like to leave js on, but have my browser simply ignore a couple lines of code. Possible? Thanks! ...

Form submit button remains disabled when using Back button in Firefox

I'm using some jquery to disable a form submit button after it's been clicked to prevent accidental repeated clicking. This works fine in all browsers except Firefox. In Firefox if the user uses the browser Back button to go back to a page after the submit button disabling has occurred, the submit button is still disabled. Is there an...

Cufon has a slight delay when refreshing BUT not when directly loading the page

I am using Cufon in Firefox, it has a slight delay of converting fonts to images when I F5 but not if I click on the URL bar and hit enter. Any idea why? And it wasn't originally like this, I tried to add a line replacing another selector and then this happened. Then I undoed but the problem remains. ...

A couple of questions regarding Cufon

On Firefox, when I load my blog (http://dailyblogdose.com) there is a delay before the fonts get replaced by the pngs. However if I load technosailor.com there isn't any noticeable delay. However on Google Chrome both sites have delays. Any ideas why? I put a margin-left:-8px for my div.posttitle because there is an empty canvas generat...

How can I detect if all images are loaded in document?

Hi, I am developing a firefox extension and need to know that all images are loaded without attaching onload event handler to those images. Is this possible? I tried document.images[0].complete attribute but it always returns true. ...

disable or change shortcut of fullscreen mode in Firefox 3.6 due to Firebug shortcut conflict

Hi, I am using Firebug with Firefox 3.6 on OSX 10.5.8. Since FF 3.6 there is a shortcut to activate fullscreen mode which is "shift" + "command" + "F". But it is the exact same shortcut of Firebug to launch "Display Element Information". Since i never and don't really need fullscreen mode and use extensively the "Display Element Inform...

Firefox displays incorrect value for php strlen function on variable

I have a variable that I am calculating the length of and in all browsers except FF (IE, Chrome, Safari) the value is 0. However in FF, the value is 65 (see screenshot - value beneath photograph) screenshot Link to site page I have cleared my cache with cc cleaner and using the clear cache option in FF itself. The code I am using wo...