Some input fields are several times longer than normal

Bug #383020 reported by will_in_wi
24
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Mozilla Firefox
Won't Fix
Medium
firefox-3.5 (Ubuntu)
Triaged
Low
Unassigned

Bug Description

Binary package hint: firefox-3.5

Attached screenshot describes better than words. I noticed this immediately upon installing the firefox 3.5 beta, but it was trivial at the time. I have now hit a use case where I have an input form inside a fixed width div that has overflow: hidden set on it. This makes the form unusable.

This occured when I upgraded, and also occurs on the firefox 3.5beta4 from mozilla.com.

Revision history for this message
In , Sylvain Pasche (sylvain-pasche) wrote :

Does it also happen with a clean profile?
(http://kb.mozillazine.org/Profile_Manager#Creating_a_new_profile)

Can you reproduce the issue when opening these URLs?

data:text/html,<input size=5 value=abcde>

data:text/html,<input size=5 value=abcde style="font-family: monospace">

Revision history for this message
In , Benisty-e (benisty-e) wrote :

> Does it also happen with a clean profile?
Yes. The issue is still here.

> Can you reproduce the issue when opening these URLs?
Please see results (screenshots) below.

data:text/html,<input size=5 value=abcde>
http://omploader.org/vMW1lbw

data:text/html,<input size=5 value=abcde style="font-family: monospace">
http://omploader.org/vMW1lcA

Revision history for this message
In , Hhschwab (hhschwab) wrote :

http://dieter.plaetinck.be/uzbl_a_browser_that_adheres_to_the_unix_philosophy
is showing your first example http://omploader.org/vMW0xNw

Worksforme. What I see in your example is an overly long subject textbox, mine displays 54 chars without scrolling.

Revision history for this message
In , Sylvain Pasche (sylvain-pasche) wrote :

Maybe your "sans" font has some strange metrics. Could you please provide the output of:

fc-match -v sans|grep file:

This should show the font's filename. Then you could try running ftdump FILENAME to get some basic info.

Oh, and please try with a recent nightly (from http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/).

Revision history for this message
In , Benisty-e (benisty-e) wrote :

> Could you please provide the output of:
eb@blackout:~>fc-match -v sans|grep file:
 file: "/usr/share/fonts/TTF/Vera.ttf"(s)

> Then you could try running ftdump FILENAME to get some basic info.
I'm really sorry but I couldn't find ftdump. Is it part of some ensemble of utilities?

> Oh, and please try with a recent nightly
exactly same problem.

Revision history for this message
In , Sylvain Pasche (sylvain-pasche) wrote :

ftview is part of Freetype. Here's what I see on Very.ttf on my Ubuntu 9.04 box:
ftdump /usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf
There is 1 face in this file.

----- Face number: 0 -----

font name entries
   family: Bitstream Vera Sans
   style: Roman
   postscript: BitstreamVeraSans-Roman

font type entries
   FreeType driver: truetype
   sfnt wrapped: yes
   type: scalable
   direction: horizontal
   fixed width: no
   glyph names: yes
   EM size: 2048
   global BBox: (-375,-483):(2636,1901)
   ascent: 1901
   descent: -483
   text height: 2384
   glyph count: 268

charmaps
   0: platform 1, encoding 0
   1: platform 3, encoding 1 (active)

I think it could be useful if you provided versions for the packages:
ttf-bitstream-vera (the package containing the Very.ttf font)
fontconfig
freetype
libpango (not sure if it is still used on trunk for font selection).

Revision history for this message
In , Benisty-e (benisty-e) wrote :

> ftview is part of Freetype
There's no Freetype in the distribution I use (Arch Linux), only Freetype2 and ftdump is missing.

> I think it could be useful if you provided versions for the packages:
> ttf-bitstream-vera (the package containing the Very.ttf font)
> fontconfig
> freetype
> libpango (not sure if it is still used on trunk for font selection).
eb@blackout:~>pacman -Q freetype2
freetype2 2.3.9-2
eb@blackout:~>pacman -Q ttf-bitstream-vera
ttf-bitstream-vera 1.10-6
eb@blackout:~>pacman -Q fontconfig
fontconfig 2.6.0-2
eb@blackout:~>pacman -Q pango
pango 1.24.1-1
(NB: libs are not provided as separated packages in Arch i.e. pango version is libpango version)

Revision history for this message
In , Sylvain Pasche (sylvain-pasche) wrote :

(In reply to comment #7)
> > ftview is part of Freetype
> There's no Freetype in the distribution I use (Arch Linux), only Freetype2 and
> ftdump is missing.

Sorry, I meant freetype2. Never mind if you don't have the tool, it may not provide all the needed information.

> > I think it could be useful if you provided versions for the packages:
> > ttf-bitstream-vera (the package containing the Very.ttf font)
> > fontconfig
> > freetype
> > libpango (not sure if it is still used on trunk for font selection).
> eb@blackout:~>pacman -Q freetype2
> freetype2 2.3.9-2
> eb@blackout:~>pacman -Q ttf-bitstream-vera
> ttf-bitstream-vera 1.10-6
> eb@blackout:~>pacman -Q fontconfig
> fontconfig 2.6.0-2
> eb@blackout:~>pacman -Q pango
> pango 1.24.1-1
> (NB: libs are not provided as separated packages in Arch i.e. pango version is
> libpango version)

Ok, I have the same versions on Ubuntu where this is working fine. The only difference is that DejaVuSans.ttf is used for sans instead (from the ttf-dejavu-core package).

The only thing I can think of now is that Vera.ttf could be different. What's the md5sum/size of that file on your system? (by typing |md5sum /usr/share/fonts/TTF/Vera.ttf|). I have 785d2fd45984c6548763ae6702d83e20 (65932 bytes) here.

Revision history for this message
In , Benisty-e (benisty-e) wrote :

> The only thing I can think of now is that Vera.ttf could be different. What's
the md5sum/size of that file on your system?
785d2fd45984c6548763ae6702d83e20 /usr/share/fonts/TTF/Vera.ttf

Revision history for this message
In , Sylvain Pasche (sylvain-pasche) wrote :

So it's the same font, that's weird. I'm not sure what's going on here.

Did it work with Firefox 3.0? If it worked on a previous version, it could be interesting to find the regression window. The process is explained on http://quality.mozilla.org/documents-home/bugs-docs/bug-triaging-guidelines/finding-regression-windows.

Revision history for this message
In , Benisty-e (benisty-e) wrote :

Bug hunt may be difficult with the info I'm coming with but I'll submit it anyway. I'll try to narrow down the search in the meantime.

2008-09-25-02-mozilla-central
displays textboxes as expected

2008-11-11-02-mozilla-central
has the issue.

All binaries in-between will crash at startup (even in safe mode) with:
(crashreporter:15856): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed

I'm going to give hg a try but I'm afraid "old" code may fail to build with nowadays systems.

Revision history for this message
In , Karlt (karlt) wrote :

Do you see the same issue with this?

data:text/html,<input lang="en" size=5 value=abcde>

Revision history for this message
In , Benisty-e (benisty-e) wrote :

> Do you see the same issue with this?

> data:text/html,<input lang="en" size=5 value=abcde>
Yes.
http://omploader.org/vMXA0aA

I don't know how to narrow down the search. As stated before, mozilla nightly binaries crash at start on a period of 1.5 month (even if I could identify working/non-working builds during this period - see comment #11) and the toolchain/libs I'm currently using will result in hg builds to fail.

Revision history for this message
In , Karlt (karlt) wrote :

What about:

data:text/html,<input size=5 style="font-family: Bitstream Vera Sans" value=abcde>

(all on one line).

Revision history for this message
In , Sylvain Pasche (sylvain-pasche) wrote :

*** Bug 493351 has been marked as a duplicate of this bug. ***

Revision history for this message
In , J. Cook (cookiecaper) wrote :

This was recently posted to the Arch Linux general list, and just wanted to drop in and note that I can't recall ever experiencing this problem using Firefox 3.5 nightlies and a fully updated install of Arch (with testing repo), so it's not always reproducible across all Arch machines.

Revision history for this message
In , David Rosenstrauch (darose) wrote :

(In reply to comment #16)
> This was recently posted to the Arch Linux general list, and just wanted to
> drop in and note that I can't recall ever experiencing this problem using
> Firefox 3.5 nightlies and a fully updated install of Arch (with testing repo),
> so it's not always reproducible across all Arch machines.

Seconded - I don't see this on my Arch box either.

Revision history for this message
In , Benisty-e (benisty-e) wrote :

(In reply to comment #14)
> What about:
>
> data:text/html,<input size=5 style="font-family: Bitstream Vera Sans"
> value=abcde>
>
> (all on one line).

same result, please see http://omploader.org/vMXBmYw

Revision history for this message
In , Karlt (karlt) wrote :

(In reply to comment #18)
> (In reply to comment #14)
> > data:text/html,<input size=5 style="font-family: Bitstream Vera Sans"
> > value=abcde>

> same result, please see http://omploader.org/vMXBmYw

That's quite different to previous snapshots and similar to what I see.
That is what is expected, as some extra padding is provided for non-fixed-width fonts.

It seems that the UI default font is not "Sans" but something different.
Can you find out your Gnome or GTK default font (gtk-font-name), please?

Revision history for this message
In , Benisty-e (benisty-e) wrote :

(In reply to comment #19)
> (In reply to comment #18)
> > (In reply to comment #14)
> It seems that the UI default font is not "Sans" but something different.
> Can you find out your Gnome or GTK default font (gtk-font-name), please?

Very good move Karl, thanks. Changing the gtk font solved the issue. Should this be closed or still considered as a bug?

Revision history for this message
In , Benisty-e (benisty-e) wrote :

FTR, it doesn't only solve this textboxes problem but also some stange text rendering problems I had on some pages (I could provide screenies if needed but I'm not sure it's necessary now that the cause has been identified).

Revision history for this message
In , Karlt (karlt) wrote :

(In reply to comment #20)
> Changing the gtk font solved the issue. Should
> this be closed or still considered as a bug?

I'd like to know what the problem font was, so that I can understand the cause.
Are you able to find out the family name, please?

Revision history for this message
In , Benisty-e (benisty-e) wrote :

(In reply to comment #22)
> (In reply to comment #20)
> > Changing the gtk font solved the issue. Should
> > this be closed or still considered as a bug?
>
> I'd like to know what the problem font was, so that I can understand the cause.
> Are you able to find out the family name, please?

Sure. Sorry I didn't mention it in my previous post. Font was /Lucida Grande/.

Revision history for this message
will_in_wi (will-in-wi) wrote :

Binary package hint: firefox-3.5

Attached screenshot describes better than words. I noticed this immediately upon installing the firefox 3.5 beta, but it was trivial at the time. I have now hit a use case where I have an input form inside a fixed width div that has overflow: hidden set on it. This makes the form unusable.

This occured when I upgraded, and also occurs on the firefox 3.5beta4 from mozilla.com.

Revision history for this message
will_in_wi (will-in-wi) wrote :
Revision history for this message
Micah Gersten (micahg) wrote :

Thank you for reporting this issue to Ubuntu. I cannot duplicate this in the latest daily Mozilla build. Could you try it please to see if the problem still exists?
https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa

Changed in firefox-3.5 (Ubuntu):
status: New → Incomplete
Revision history for this message
will_in_wi (will-in-wi) wrote :

This is still the case with the latest nightlies. I used the ppa linked to and took a screenshot of Fx3.5pre with a blank profile and no addons installed. This is as vanilla as it gets. It is either Fx itself (builds from mozilla.com do the same thing), or it is a bug in some library I have installed. Is there anything else that might help?

Changed in firefox-3.5 (Ubuntu):
status: Incomplete → New
Revision history for this message
will_in_wi (will-in-wi) wrote :
Revision history for this message
Micah Gersten (micahg) wrote :

Thank you, could you please run:
apport-collect -p firefox-3.5 383020

That'll let us see what libraries you have installed.
Thanks.

Changed in firefox-3.5 (Ubuntu):
status: New → Incomplete
Revision history for this message
will_in_wi (will-in-wi) wrote : apport-collect data

Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: firefox-3.5 3.5~hg20090605r25892+nobinonly-0ubuntu1~umd2~jaunty
PackageArchitecture: amd64
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
Uname: Linux 2.6.28-11-generic x86_64
UserGroups: adm admin cdrom dialout fuse lpadmin plugdev sambashare

Revision history for this message
will_in_wi (will-in-wi) wrote :
Revision history for this message
will_in_wi (will-in-wi) wrote :

I ran the command. I wish we had this utility about 3 years ago when I ran gentoo. It would have made helping people with bugs sooo much easier.

Changed in firefox-3.5 (Ubuntu):
status: Incomplete → New
Revision history for this message
Micah Gersten (micahg) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. Could you please try with the release version and see if this is fixed? Thanks in advance.

Changed in firefox-3.5 (Ubuntu):
status: New → Incomplete
Revision history for this message
will_in_wi (will-in-wi) wrote :

It still occurs with the release version of Fx 3.5. Relating to this bug, nothing has changed.

Changed in firefox-3.5 (Ubuntu):
status: Incomplete → New
Changed in firefox:
status: Unknown → New
Revision history for this message
Micah Gersten (micahg) wrote :

Thank you for your bug report. This bug has been reported to the developers of the software. You can track it and make comments at: https://bugzilla.mozilla.org/show_bug.cgi?id=500550

Changed in firefox-3.5 (Ubuntu):
importance: Undecided → Low
status: New → Triaged
Revision history for this message
Khairul Aizat Kamarudzzaman (fenris) wrote : apport-collect data

Architecture: i386
DistroRelease: Ubuntu 9.10
Package: firefox-3.5 3.5.2~hg20090720r26079+nobinonly-0ubuntu1~umd1
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-3.19-generic
Uname: Linux 2.6.31-3-generic i686
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev powerdev sambashare scanner vboxusers video

Revision history for this message
Khairul Aizat Kamarudzzaman (fenris) wrote :
tags: added: apport-collected
Revision history for this message
In , Kevin Brosnan (kbrosnan) wrote :

*** Bug 500550 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Mozilla-bugs-micahscomputing (mozilla-bugs-micahscomputing) wrote :
Revision history for this message
Micah Gersten (micahg) wrote :

Upstream was marked a duplicate.

Changed in firefox:
status: New → Unknown
Changed in firefox:
status: Unknown → New
Revision history for this message
In , Sylvain Pasche (sylvain-pasche) wrote :

I tested with some versions of Lucida Grande on Linux and Windows.
With the one downloaded from http://isuman.blogspot.com/2008/09/lucida-grande-fonts-for-windows.html: width of the <input> looks fine.
With the one from http://ubuntu-debs.googlecode.com/files/macfonts.tar.gz: width is too large, like what other people are reporting.

I've put a demo there: http://www.spasche.net/files/lucida/

So that looks more like a font issue.

Revision history for this message
In , Tatsh (ddrtist) wrote :

Created attachment 392574
Browser comparison for input with no specified width in CSS or attribute: Firefox 3.0.10 (Windows), Firefox 3.5.2 (Windows), Safari 4.0.2 (Windows)

Because this is a duplicate bug of #500550, from the other bug:

From the HTML source:
<input type="text" name="Email" id="Email" size="18" value="" class='gaia le
val' />
<input type="password" name="Passwd" id="Passwd" size="18" class="gaia le val"
/>

Notice there is no width="", nor do the classes specify width. Also from the
source (CSS):
.gaia.le.val { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }

I do see this problem on numerous sites, not just iGoogle's log in. The other
sites do not have CSS for their <input>s nor do they specify width. For those,
the input boxes often go off screen.

I do not know if this a bug with Firefox or Cairo. But on Linux I have not
changed my Cairo version and 3.0.10 renders "correctly". Should not make
Firefox the odd one out by rendering <input>s this way.

Revision history for this message
In , Karlt (karlt) wrote :

The problem seems to be that, in the font from http://ubuntu-debs.googlecode.com/files/macfonts.tar.gz , xAvgCharWidth is set to the maximum advance instead of a mean character width:

name table value

unitsPerEm head 2048
xAvgCharWidth os2 3336
advanceWidthMax hhea 3336

Revision history for this message
In , Tatsh (ddrtist) wrote :

Lucida Grande md5: c1c8bda7336c62e03c3e485f717781e2

My issue with this bug is that if I can downgrade to FF 3.0 and everything works fine, then something is broken in 3.5 for sure. It may be only opinion that it is broken but it seems I am not the only one with this preference of Lucida Grande for a font (designers of sites as well).

If the issue is with xAvgCharWidth then why does it work with FF 3.0.x?

Revision history for this message
In , Karlt (karlt) wrote :

(In reply to comment #29)
> If the issue is with xAvgCharWidth then why does it work with FF 3.0.x?

The method used in 3.0.x to calculate average widths didn't use this value from the font but was too slow.
FF 3.5 on Linux is closer to what the Windows code does:
http://hg.mozilla.org/mozilla-central/file/73e08f744e9a/gfx/thebes/src/gfxWindowsFonts.cpp#l1052

Revision history for this message
In , Tatsh (ddrtist) wrote :

(In reply to comment #30)
> (In reply to comment #29)
> > If the issue is with xAvgCharWidth then why does it work with FF 3.0.x?
>
> The method used in 3.0.x to calculate average widths didn't use this value from
> the font but was too slow.
> FF 3.5 on Linux is closer to what the Windows code does:
> http://hg.mozilla.org/mozilla-central/file/73e08f744e9a/gfx/thebes/src/gfxWindowsFonts.cpp#l1052

Okay, I figured out the problem I think then. It is fonts. For a while, because of OS X themes, there has been an "emulated" Lucida Grande font floating around the web for a while. It is the "bad" one with md5sum c1c8bda7336c62e03c3e485f717781e2.

I changed my font in Windows to the one at http://isuman.blogspot.com/2008/09/lucida-grande-fonts-for-windows.html and everything works great.

If I could, I would put this as fixed. Everyone needs to get the official Apple Lucida Grande font for Windows, which comes with Safari, or the above link also has it too. :)

Revision history for this message
In , Yuriy Voziy (yuretsz) wrote :
Revision history for this message
In , Tatsh (ddrtist) wrote :

If the font file has incorrect data for xAvgCharWidth then this error will occur. The question then is, can there be a workaround for those who still wish to use their current fonts? An option in about:config or program the function to notice the unusual xAvgCharWidth value and use the old method (3.0.x) to render pages with these fonts.

Revision history for this message
Darheel (guldarheel2003) wrote : apport-collect data

Architecture: i386
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: firefox-3.5 3.5.6+nobinonly-0ubuntu0.9.10.1
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
Uname: Linux 2.6.31-16-generic i686
UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev sambashare video
XsessionErrors:
 (gnome-settings-daemon:2463): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed
 (polkit-gnome-authentication-agent-1:2515): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2501): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed
 (gnome-panel:2493): Gdk-WARNING **: /build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkdrawable-x11.c:952 drawable is not a pixmap or window
 (gnome-panel:2493): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 24

Revision history for this message
Darheel (guldarheel2003) wrote : Dependencies.txt
Revision history for this message
Darheel (guldarheel2003) wrote : ExtensionSummary.txt
Revision history for this message
Darheel (guldarheel2003) wrote : profile_default_pluginreg.dat.txt
Revision history for this message
Darheel (guldarheel2003) wrote : profiles.ini.txt
Changed in firefox:
importance: Unknown → Medium
Revision history for this message
In , Bgirard (bgirard) wrote :

I think this bug can be closed since it was caused by the bad font file.

Can you confirm jtd?

Changed in firefox:
status: New → Confirmed
Changed in firefox:
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.