Questions tagged [firefox-3]

Version 3 of the Mozilla Firefox browser. Released on June 17, 2007. This version was supported until March 30, 2010.

Mozilla Firefox is a free and open source web browser developed for Microsoft Windows, OS X and Linux (including Android) coordinated by Mozilla Corporation and Mozilla Foundation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. wikipedia

90 questions
0
votes
1 answer

Embedded media player gets inconsistent currentPosition on both IE8 and Firefox3

I have a embedded media player in the browser that is controlled by javascript to handle all the mediaChange event. The code looks like mediaChangeHandler: function(media) { if (media && this.offset && !this.offsetJumpPerformed) { if…
wen
  • 681
  • 1
  • 7
  • 17
0
votes
3 answers

How to change url for some sites automatically in Firefox 3

I want some particular urls like "springer.com" to automatically convert to "springer.com.proxy1.mycollege.edu". The second url takes me to springer site through my college library gateway; I am able to access some parts that would otherwise be…
amit kumar
  • 20,438
  • 23
  • 90
  • 126
0
votes
1 answer

Seeking: Firefox pluggin to email a screenshot of the *whole screen* (not just browser)

If find frequent need to send a screenshot of my entire screen to someone via email. And I use Gmail so I can't just paste a screen capture in, I have to open an image editor, paste, save, open Gmail, browse, drill down and select the file. I fond a…
Clay Nichols
  • 11,848
  • 30
  • 109
  • 170
0
votes
3 answers

jQuery keypress event problem

I have a function (filterLeads) that I wish to call both when a form field is moved away from (blur) and when the enter key is pressed within a form field. $('#filter input, #filter select').blur(filterLeads); $('#filter input, #filter…
Tom
  • 1,115
  • 1
  • 8
  • 13
0
votes
2 answers

javascript- How to play an audio file 5 seconds after the loading of a webpage?

I want to play an audio file 5 seconds after the loading of a webpage. I wrote the following code, but it does not work. Can someone teach me how to play an audio file 5 seconds after the loading of a webpage? I appreciate your great help. Thanks.…
user35426
  • 19
  • 5
0
votes
2 answers

Reset-Button only if available

i have a form with about 50 inputfields, lists, checkbox and selectes. I got an submit- and an reset-button. Id like to disable the reset-button if no changes are made, activate if the values are changed by user or javascript and redeactivate if…
Grim
  • 1,938
  • 10
  • 56
  • 123
0
votes
2 answers

How to detect TraceMonkey?

Is it possible to detect that a Firefox browser is running the TraceMonkey JavaScript interpreter? If so, is it possible to do it with JavaScript? A solution which involves examining the browser binary or shared libraries is also OK for me. I'm…
pts
  • 80,836
  • 20
  • 110
  • 183
0
votes
1 answer

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
subbu
  • 3,229
  • 13
  • 49
  • 70
0
votes
2 answers

FF3.0.7 Text wrap

Clutching at straws here but anyone got a solution for wrapping text in Firefox 3.0.7? Text should wrap within container like other browsers. Example: http://jsfiddle.net/4t7Ut/ (obviously viewed in FF3.0.7) #container { border: 1px dashed; …
Alex Gill
  • 2,395
  • 1
  • 16
  • 18
0
votes
1 answer

FormsAuthentication.SignOut don't work on the firefox 3 (asp.net)

I'm using this code in login page. This is work fine. FormsAuthenticationTicket ticket = new FormsAuthenticationTicket( 1, // Ticket version eUserName.Text, DateTime.Now, …
ebattulga
  • 10,774
  • 20
  • 78
  • 116
0
votes
3 answers

Silverlight crashes FireFox 3.5, IE7, & IE8

One of my users has an HP Pavilion DV4-1430us laptop running Windows Vista Professional 64-bit. She is using the latest version of the Silverlight Plug-In, downloaded on 24 July from microsoft.com/silverlight. While typing in a text box in a…
Chris
  • 1,231
  • 1
  • 17
  • 35
0
votes
3 answers

Selenium IDE 1.8.1 and Firefox 3

Is Selenium IDE 1.8.1 compatible with Firefox 3.x.y?
Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
0
votes
1 answer

Do you know which library Firefox 3 uses for the "download completed" info?

It's the window that shows up when you set showAlertOnComplete = true. about:config browser.download.manager.showAlertOnComplete = true I want to add notification messages in my applications and I need to find a good open source library for that…
Nick Dandoulakis
  • 42,588
  • 16
  • 104
  • 136
0
votes
1 answer

Firefox 3 with image links and roll over

I have a menu that isnt behaving for firefox 3 (and possible other versions)
0
votes
1 answer

Bug : Dojo Dialog + Flash in Firefox 3

i have a flash component on a dijit.Dialog.In Firefox 3, i cant click on the flash button.When i right click on the flash i get the tooltip(settings) far away from where i clicked.It's working on all other browsers. I had to update dojo from 1.1 to…
anpsmn
1 2 3 4 5
6