X
Tap here to go to the mobile version of the site.

Support Forum

Total questions: 76

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

96%
Showing questions tagged: Firefox 4.0b6 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. Tylerdowner
  5. John99
  1. iamjayakumars
  2. MandoAtef
  3. the-edmeister
  4. ideato
  5. feer56

0

new this week

9

replies

201

have this problem

Flash player video rendering problem

Hello I have a problem with my flash video. When I play YouTube video and scroll with my mouse wheel, the static part of the video is redrawn with the rest of the website… (read more)

Hello I have a problem with my flash video. When I play YouTube video and scroll with my mouse wheel, the static part of the video is redrawn with the rest of the website. The dynamic part is rendered correctly. It's hard to explain it in words so, please, see the picture.

Does anyone have any idea how to fix it? Already tried to reinstall flash plugin.


Feel free to ask another info what you need to know to help me solve this issue.

Solved
Contributed
Locked

0

new this week

5

replies

72

have this problem

firefox4 java plugin

My java plugin in Firefox4 is not detected and is installed similar to older versions of Firefox. Where do I install the java plugin?

Solved
Contributed
Locked

0

new this week

4

replies

72

have this problem

The font/text in the menu bar and tab titles look like crap.

Because my question involves the appearance of firefox, I have taken screenshots and posted them on a free image hosting service. After clicking the link, click the image… (read more)

Because my question involves the appearance of firefox, I have taken screenshots and posted them on a free image hosting service. After clicking the link, click the image to view it in full-size.

Figures 1-3 Figures 4-5

I am running Windows 7, and Firefox 4.0 Beta 6.

I recently turned off cleartype, but because Segoe UI is designed for it, I switched my default system font to Tahoma. Now all my fonts in all my programs are much clearer. There is only one program that didn't follow-suit, and that is firefox.

Figure 1 is an example of the font issues with firefox, figures 2 and 3 are examples of the same font displaying without any issues in Windows Explorer and IE. In figure 1, note how the vertical line letters such as 'i', 'k', and 'l' look terrible next to other letters, as in Edit and Tools.

Figures 4 and 5 are enlarged examples. The letters in the exact same word, 'Tools', using the same font, Tahoma, are all squished together in Firefox. It also appears the word is 3 or 4 pixels shorter in width, while being the same height. It is as if Firefox is trying to force a font size of 9, while the rest of my system uses 10.

Solved
Contributed
Locked

0

new this week

2

replies

68

have this problem

How do I restore my personal toolbar in Firefox 4.0b6?

When I installed the 4.0beta6 (from 3.6.9 or 10, I believe), it wiped out my personal toolbar. It seems I found an answer to restoring it once, but now I can't find it.

Solved
Contributed
Locked

0

new this week

2

replies

53

have this problem

Where can I customize the Panorama hotkey?

I want to customize the Panorama hotkey so it doesn't conflict with my quicksilver hotkey.

Solved
Contributed
Locked

0

new this week

6

replies

34

have this problem

Do I have to uninstall Firefox4 Beta manually once the final FireFox4 version is released?

Can I just update Firefox4 Beta to the latest Firefox 4 stable (once released) the same way I update Firefox3.6, or will I have to manually uninstall it to avoid having t… (read more)

Can I just update Firefox4 Beta to the latest Firefox 4 stable (once released) the same way I update Firefox3.6, or will I have to manually uninstall it to avoid having two FireFox browsers?

Solved
Contributed
Locked

0

new this week

5

replies

33

have this problem
Solved
Contributed
Locked

0

new this week

5

replies

30

have this problem

Whenever I close Firefox the bookmarks button disappears from the navigation toolbar

I just upgraded from Beta 3 which worked fine to Beta 6. Now every time I open FF the bookmarks button is missing from the navigation toolbar and I have to re-place it th… (read more)

I just upgraded from Beta 3 which worked fine to Beta 6. Now every time I open FF the bookmarks button is missing from the navigation toolbar and I have to re-place it there manually.

Solved
Contributed
Locked

0

new this week

3

replies

28

have this problem

When surfing, the URL does not change to reflect the page I'm on. Also, if I visit two consecutive sites, it's stuck with the first favicon and doesn't change either.

Let's say I'm surfing a website. Any website. I type in domain.com and start browsing inner pages. "Domain.com" in the URL bar does not change at all. Also, if I visit tw… (read more)

Let's say I'm surfing a website. Any website. I type in domain.com and start browsing inner pages. "Domain.com" in the URL bar does not change at all.

Also, if I visit two sites in a row and both have favicons, I will be stuck with the favicon of the first one.

Solved
Contributed
Locked

0

new this week

3

replies

27

have this problem

What kind of encryption is Firefox Sync using?

Can anyone tell me what kind of encryption cipher is Firefox Sync using on the server? This has not been answered in the FAQ.

Solved
Contributed
Locked

0

new this week

2

replies

27

have this problem

Is there a way to exclude a specific username/password from being remembered and if so is there a way to remove that exclusion?

I have several Gmail accounts. One particular username/password is not being remembered. It used to be remembered but now it does not appear in the dropdown list of usern… (read more)

I have several Gmail accounts. One particular username/password is not being remembered. It used to be remembered but now it does not appear in the dropdown list of usernames. I enter it manually each time and FireFox does not prompt to have it saved. If I enter a new Gmail username, I receive the prompt.

Solved
Contributed
Locked

0

new this week

1

reply

23

have this problem

Can I specify the file location for my Bookmarks?

I just want Favorites/Bookmarks in a different directory.

Solved
Contributed
Locked

0

new this week

1

reply

13

have this problem

How to disable the info bar from the bottom of Firefox?

Here you have an exeample image: http://img835.imageshack.us/img835/42.../bark.jpg

Solved
Contributed
Locked

0

new this week

2

replies

9

have this problem

#bookmarksBarContent toolbarbutton modifications in userChrome.css no longer working

In firefox 3.x I use a userChrome.css in, among other things, I hide the folder icons and the 'drop-down' "arrow" icon in order to reduce space used, with the following: … (read more)

In firefox 3.x I use a userChrome.css in, among other things, I hide the folder icons and the 'drop-down' "arrow" icon in order to reduce space used, with the following:

/* Remove Bookmark Item Icons */
#bookmarksBarContent toolbarbutton:not([type=menu]) image {
display: none !important;
-moz-margin-end: 0px !important;
}
/*Hide Bookmark Folder Icon*/
#bookmarksBarContent toolbarbutton[type=menu] image {
display: none !important;
-moz-margin-end: 0px !important;
}
#bookmarksBarContent toolbarbutton[container="true"] .toolbarbutton-menu-dropmarker {
display: none !important;
}

This is now longer working in firefox 4.0b6. Can someone tell me how to do this in firefox 4 ?

Thanks much

Solved
Contributed
Locked

0

new this week

1

reply

5

have this problem

I'm having problems finding how can I change my extention's xul so that it works on firefox 4

My extension uses the tag: to add the button. How it is made now on FF4 and how do I prepare the extension so that it works on… (read more)

My extension uses the tag: <toolbarpalette id="BrowserToolbarPalette"> to add the button. How it is made now on FF4 and how do I prepare the extension so that it works on FF3 and FF4?

Solved
Contributed
Locked

0

new this week

2

replies

4

have this problem

How can I delete a line in ff 4.0.6 that I added? previous methods don't work.

I added the Boolean line in about:config; network.manage-offline-status and set value to false, as FF was going offline every time my Mac slept. The next morning the offl… (read more)

I added the Boolean line in about:config; network.manage-offline-status and set value to false, as FF was going offline every time my Mac slept. The next morning the offline behavior returned. Silly me, I simply added the line again and now have it twice. How do I delete that extra command? Even if it's ineffective it's untidy.

Solved
Contributed
Locked