MozillaZine

Back and Forward Button Sizes & Text Zoom

Discussion about official Mozilla Firefox builds
Timecop67
 
Posts: 23
Joined: January 6th, 2003, 10:29 pm
Location: Kansas
May 17th, 2008, 12:02 am

Post Posted May 17th, 2008, 12:02 am

Is there any way to have the large back and forward buttons like on Beta 5......on RC1?
Last edited by Timecop67 on May 17th, 2008, 11:46 am, edited 1 time in total.

Bob20737

User avatar
 
Posts: 25
Joined: November 21st, 2005, 1:19 pm
May 17th, 2008, 6:11 am

Post Posted May 17th, 2008, 6:11 am

Right click on the Navigation Toolbar and select Customize. Uncheck use small icons and the large arrows will appear.

Timecop67
 
Posts: 23
Joined: January 6th, 2003, 10:29 pm
Location: Kansas
May 17th, 2008, 10:12 am

Post Posted May 17th, 2008, 10:12 am

I have the small Icon field unchecked. The forward & back Icons in Firefox 3 Beta 5 was just more preferable to me.

Also does any anyone know of a global zoom setting for RC1.....all my websites now are too small to read unless I zoom on them each time I visit a new page. Zooming each time I visit a new page is something I'd rather not do just to see text on my new widescreen monitor.

Firefox 3 beta 5 had no issues with fonts and sizes but with RC1 I'm having to constantly zoom and or adjust font sizes.

alterna

User avatar
 
Posts: 3993
Joined: January 16th, 2007, 8:27 am
Location: Big Apple
May 17th, 2008, 10:20 am

Post Posted May 17th, 2008, 10:20 am

No Squint can set a default zoom level for all sites

https://addons.mozilla.org/en-US/firefox/addon/2592

(disable javascript to rightclick "save link as" install button, drag xpi to opened addons window, or File > Open File)

Use Nightly Tester Tools to force compatibility

http://www.oxymoronical.com/web/firefox/nightly

Timecop67
 
Posts: 23
Joined: January 6th, 2003, 10:29 pm
Location: Kansas
May 17th, 2008, 11:24 am

Post Posted May 17th, 2008, 11:24 am

Thanks alterna. I got the addon squint to work great on Firefox RC1. That should be a standard feature on Firefox 3 - to have adjustable global default zoom settings for both text and images. Now if I can get the forward & back buttons a little larger & bookmarks toolbar to increase a little in size I'll be a happy once again.

James
Moderator

User avatar
 
Posts: 16174
Joined: June 18th, 2003, 3:07 pm
Location: Made in Canada
May 17th, 2008, 3:10 pm

Post Posted May 17th, 2008, 3:10 pm

Do you have the back/forward icons on the Menu bar? ..try checking use small icons then uncheck.

1wayjonny
 
Posts: 3
Joined: May 17th, 2008, 5:34 pm
May 17th, 2008, 5:37 pm

Post Posted May 17th, 2008, 5:37 pm

This is a full documentation of what he is talking about with pictures

i have a 61 screen I use so this is a sword in my chest

he is talking about DPI scaling in vista or XP or linux is set higher then normal and firefox 3 has picked up the increase and automatically scaled the WEB and IMAGES as well as firefox's GUI

http://www.neowin.net/forum/index.php?s ... y589408129

to where i have some more information and pictures

1wayjonny
 
Posts: 3
Joined: May 17th, 2008, 5:34 pm
May 17th, 2008, 5:41 pm

Post Posted May 17th, 2008, 5:41 pm

someone please help fix this

"Layout.css.dpi" is a missing preference in about:config

this site game the information about Layout.css.dpi

**UPDATE **

please confirm this and confirm it here as well

https://bugzilla.mozilla.org/show_bug.cgi?id=434257

thanks so much!
Last edited by 1wayjonny on May 17th, 2008, 6:23 pm, edited 1 time in total.

Bluefang

User avatar
 
Posts: 3782
Joined: August 10th, 2005, 2:55 pm
May 17th, 2008, 6:12 pm

Post Posted May 17th, 2008, 6:12 pm

If that option doesn't exist in about:config, just create it (right-click -> New -> Integer).

http://kb.mozillazine.org/Layout.css.dpi
There have always been ghosts in the machine... random segments of code that have grouped together to form unexpected protocols. Unanticipated, these free radicals engender questions of free will, creativity, and even the nature of what we might call the soul...

1wayjonny
 
Posts: 3
Joined: May 17th, 2008, 5:34 pm
May 18th, 2008, 5:01 am

Post Posted May 18th, 2008, 5:01 am

ok got good and bad news

you can add this option to the about:config in beta5 and change from -1 or 1 or 0 and it effect exactly what we are talking about make everything go big small big small

we have found it and it works...

so i install RC1 back and added "Layout.css.dpi" in the about:config and set -1 then 1 then 0 and it did nothing they definitely broke this... back to beta 5

kliu0x52

User avatar
 
Posts: 484
Joined: October 18th, 2006, 2:23 pm
Location: .us
May 18th, 2008, 5:29 am

Post Posted May 18th, 2008, 5:29 am

As requested in the bug, could you please get a regression range for this? There were a number of DPI/scaling patches that landed in the time between B5 and RC1, and it'd be helpful if you could narrow down which one was the culprit by narrowing down the regression range.

Nightly builds:
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/

The 20080331 and 20080402 trunk nightlies are good starting points as two DPI-related bugs (394103 and 424375) landed during that time... (it almost certainly is 394103)
My addons: ClassicFox | NoRedirect | QuickDrag | URL Flipper
Developers: Make sure to test your addons for RTL compatibility!

kliu0x52

User avatar
 
Posts: 484
Joined: October 18th, 2006, 2:23 pm
Location: .us
May 25th, 2008, 12:32 pm

Post Posted May 25th, 2008, 12:32 pm

Someone just confirmed the regression range of 0331-0401, so yea, it's 394103.

bug 394103 was the result of Linux sending incorrect DPI values to Firefox, so it was decided to not scale images unless the DPI was greater than 192, in order to wallpaper over this Linux bug. But the change that was made was made for all operating systems, not just Linux. A hidden preference was proposed to override this new behavior (bug 424822), but it has yet to be implemented (I wonder if it's fallen through the cracks and forgotten).

So someone needs to go in and fix bug 424822.
My addons: ClassicFox | NoRedirect | QuickDrag | URL Flipper
Developers: Make sure to test your addons for RTL compatibility!

M-Dayyan

User avatar
 
Posts: 51
Joined: June 24th, 2008, 4:42 pm
November 6th, 2009, 10:11 am

Post Posted November 6th, 2009, 10:11 am

alterna wrote:No Squint can set a default zoom level for all sites

https://addons.mozilla.org/en-US/firefox/addon/2592

(disable javascript to rightclick "save link as" install button, drag xpi to opened addons window, or File > Open File)

Use Nightly Tester Tools to force compatibility

http://www.oxymoronical.com/web/firefox/nightly


Great, my friend.
Thanks a lot.
My problem was solved.

pal-moz
 
Posts: 3028
Joined: September 23rd, 2005, 5:40 pm
Location: Tokyo , Japan
November 6th, 2009, 5:04 pm

Post Posted November 6th, 2009, 5:04 pm

>Timecop67

for text size,
set "Minimum font size", Tools>Options>Content >> Fonts & Colors>Advanced

DanRaisch
Moderator

User avatar
 
Posts: 57830
Joined: September 23rd, 2004, 8:57 pm
Location: At the Jersey shore
November 6th, 2009, 7:56 pm

Post Posted November 6th, 2009, 7:56 pm

Locking this thread due to the age of the original posts.
Dan Raisch Vista Home Premium 64, FF 3.5.5, TB 2.0.0.23

Return to Firefox Builds


Who is online

Users browsing this forum: Ask Jeeves [Bot], Faruk, sysKin and 8 guests