X
Tap here to go to the mobile version of the site.
Your Firefox is out of date and may contain a security risk! Upgrade Firefox

Support Forum

Total questions: 79

12 questions in the last 24 hours have no reply. Help solve them!

84%
Showing questions tagged: Firefox 19.0 Show all questions

Sort and Filter

Filter

Enter a tag. For example: "Firefox 14.0", "Windows 7", "crash"

Top Contributors

  1. cor-el
  2. jscher2000
  3. philipp
  4. iamjayakumars
  5. the-edmeister
  1. Tylerdowner
  2. ideato
  3. feer56
  4. amitshree
  5. John99

0

votes this week

0

replies

189

views

How to fix INTERMITTENT failure of a RUNNING Firefox instance to respond to URL shortcut under Windows 8?

This problem occurs on two different (one 32 bit, one 64 bit) machines running Firefox 19.0.2 under Windows 8 Pro. Firefox is the default browser on both machines. Fire… (read more)

This problem occurs on two different (one 32 bit, one 64 bit) machines running Firefox 19.0.2 under Windows 8 Pro. Firefox is the default browser on both machines. Firefox is set to open URL's in a new tab. I have disabled all extensions and add-ins and the problem persists.

[EDIT: Have now upgraded 64bit machine to Firefox 20.0.1 with no change in symptoms.]

ONLY IF Firefox IS CURRENTLY RUNNING, clicking on a URL shortcut will sometimes fail to open the URL in Firefox (or any other browser, for that matter). If Firefox is exited, then clicking on the same shortcut will always launch a new instance of Firefox and open the URL. This problem is intermittent -- about 10% to 20% of the time -- at other times clicking on the same shortcut will cause Firefox to open the URL as expected. However, once a running Firefox instance has ignored a click on the shortcut, no matter how many times the shortcut is clicked, Firefox will not respond until that instance of Firefox is exited.

Solved
Contributed

0

votes this week

0

replies

82

views

When I use "save my windows and tabs from last time" Firefox always brings up an old set of tabs, not what just closed. How to fix this?

I bring up Firefox after it crashes, which happens quite often, and all the tabs and windows I was working on are lost, even though I had the options set to "save my wind… (read more)

I bring up Firefox after it crashes, which happens quite often, and all the tabs and windows I was working on are lost, even though I had the options set to "save my windows and tabs from last time." The tabs that are brought up seem to be the same ones I had opened when I first selected that options setting. So the session manager does not keep up-to-date, just kind of randomly selects a session from some time in the past and always brings up that exact session, regardless of where I actually was before my crash (or if I have to kill the Firefox process because Firefox froze).

By the way, some time ago Firefox had the option to, when reloading Firefox after a crash, to choose which tabs to bring up after a crash, in case certain ones were creating the problem, so we could remove those tabs before reloading. What happened to that feature?

Solved
Contributed

0

votes this week

0

replies

9

views

How can i alphabetize mobile firefox bookmarks

how to alphabetize mobile firefox bookmarks

Solved
Contributed

0

votes this week

0

replies

49

views

Java based Chat console works fine, but does not automatically scroll down to last chat item

Hi, I am currently facing a problem with a Chat program using jsp (Java Server Pages) where the chat console works perfect except for one little thing. The chat window do… (read more)

Hi,

I am currently facing a problem with a Chat program using jsp (Java Server Pages) where the chat console works perfect except for one little thing. The chat window does not automatically scroll down to the last reply in the chat window.

the code used to scroll down to the last items (based on Netscape) is the following:

if (navigator.appName.indexOf("Netscape") != -1) {
  isOther = (navigator.appVersion.substring(0,1) == "3");
  isNS4 = (navigator.appVersion.substring(0,1) == "4");
  isNS6 = (navigator.appVersion.substring(0,1) == "5");
} else if (navigator.appName.indexOf("Microsoft Internet Explorer") != -1) {
  isIE = true;
} else if (navigator.appName.indexOf("Opera") != -1) {
  isOpera = true;
} else {
  isOther = true;
}
if (navigator.platform.indexOf("Mac") != -1)
    isMac = true;
if (isOther)
    alert("Sorry but you will have to upgrade your browser to NS4+ or IE4+ for this to work properly.");
function setScrollProperties() {
    if (isMac) {
        scrollStart = 0;
        scrollEnd =  answerFrame.document.height - scrollStart;
    } else {
        scrollStart = 0;
        scrollEnd =  answerFrame.document.height - scrollStart;
    }
}
function doScroll() {
    documentYposition += scrollAmount;
    window.scrollTo(0,documentYposition);
    if (documentYposition < scrollEnd) {
        setTimeout('doScroll()',slowScrollInterval);
    }else if (moreScrolling){
        moreScrolling = false;
        scrolling = false;
        startScroll();
    }else{
        scrolling = false;
    }

I cannot see what goes wrong in here and the manufacturer does not know how to fix this either. Irritatingly this scrolling function is working normally in IE, Chrome and some other browsers.

I sure hope you can help me, as this is a very irritating problem that needs to be solved.

Best regards, Corné Snoek

Solved
Contributed

0

votes this week

0

replies

48

views

FF 19.0.2 doesn't allow me to attach files in Gmail - I have recent Flash, created other profiles, those didn't work. Only works in Windows7 Pro safe mode

I have FF 19.0.2 (FF 18.x had problems too), I log into Gmail, try to Compose an email, and the attachment (regardless of type or size) won't attach. Gmail gives me an er… (read more)

I have FF 19.0.2 (FF 18.x had problems too), I log into Gmail, try to Compose an email, and the attachment (regardless of type or size) won't attach. Gmail gives me an error of "Retry, Remove, Help"

I have the most version of Flash, a few weeks ago with FF18.x everything was working fine, with FF18.x the above problem started. Safe Mode with FF doesn't fix it, in creating a new profile FF was updated to 19.x, that didn't fix it. When Win7 Pro loads normally, I turned off my antivirus software (Kaspersky), and my antimaleware software, cleared all my cache in FF, nothing worked.

Attachments work with IE v8.0 without a problem. Attachments also work on my WinXP Pro (old computer) with older version FF. On my netbook, which has an OEM version of Win7 and FF 10.0, attachments do work.

IF I start Win7 in Safe Mode, then the attachment works. So something in windows is causing the problem. I have not updated Win7 Pro in months, so it's nothing I recently changed, because nothing has changed w/the OS.

I'm at a loss as to what to trouble shoot at this point.

Solved
Contributed

0

votes this week

0

replies

4

views

Since your last update about 2 weeks ago, Firefox acts as an agressive site to block other IP addresses I want to go to. Even the Veterans administration.

This will mean I will remove firefox from my pc. other people also have the same problem.I need to have more control and let me override the standards and go to the webpa… (read more)

This will mean I will remove firefox from my pc. other people also have the same problem.I need to have more control and let me override the standards and go to the webpage if I deem it acceptable.

Solved
Contributed

0

votes this week

0

replies

18

views

Which of the following 3D plugins work best with Firefox: Cosmo, Cortona, Flux, Octaga, Free WRL, Orbit Snap?

I am sharing a 3D application for family trees that require shared users to install one of the mentioned plug ins. I will be sharing on a website. I expect most invitees … (read more)

I am sharing a 3D application for family trees that require shared users to install one of the mentioned plug ins. I will be sharing on a website. I expect most invitees will be using Windows but also would like Mac users to have access. The developing company has not been extremely helpful in answering my question.

Solved
Contributed

0

votes this week

0

replies

10

views

Why doesn't king.com run as smoothly om Windows 7 with Firefox as it did with Windows XP?

I have downloaded latest versions of Flash Player, Firefox and have a new Toshiba computer. Games on king.com play okay on Google Chrome, but not on Firefox with frequen… (read more)

I have downloaded latest versions of Flash Player, Firefox and have a new Toshiba computer. Games on king.com play okay on Google Chrome, but not on Firefox with frequent "freezing", crashing and overplay.

Solved
Contributed

0

votes this week

0

replies

35

views

How to enable dragging of playhead in QuickTime plugin for Firefox?

I have a problem with QuickTime plug-in 7.7.1 for Firefox on Mac OS 10.7.5. I am unable to drag the playhead to some arbitrary point in the middle of a quicktime video. T… (read more)

I have a problem with QuickTime plug-in 7.7.1 for Firefox on Mac OS 10.7.5. I am unable to drag the playhead to some arbitrary point in the middle of a quicktime video. The plugin prevents the playhead from moving to any point beyond the prefix of the video that has been downloaded until then.

I have no problem dragging the playhead to any point on Safari or on an iphone.

If I disable the plug-in opting instead to start QuickTime in a separate window, Firefox either (1) downloads the entire video before invoking QuickTime, or (2) starts the QuickTime video playback right away but, if the playhead is dragged to the middle of the video, the video/audio freezes but the timer continues to tick away. Whether 1 or 2 happens seems to be somewhat non-deterministic.

Solved
Contributed