Closed
Bug 4072
Opened 26 years ago
Closed 25 years ago
[PP]Fonts/Layout: fonts & forms are fighting for realestate
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: mcafee, Assigned: rods)
References
()
Details
Attachments
(2 files)
[Linux, apprunner]
Look at the bug URL above, the fonts/forms on this page
are mismatched, fighting for space, this page looks like hell.
Reporter | ||
Comment 1•26 years ago
|
||
Here's an image of layout as I see it:
ftp://mocha/mcafee/bugs/4072/4072.gif
Comment 2•26 years ago
|
||
This is a dpi issue. If I force dpi to 96 in nsDeviceContextGTK, the page looks
pretty good except for the button at the bottom not looking right. If I let it
choose 72 dpi as it wants to, I see exactly what Chris sees: the vertical line
spacing isn't nearly big enough to leave room for the form elements.
Adding kipp to cc list.
Comment 3•26 years ago
|
||
I should clarify my last comment: I'm on a 21" monitor, 1600x1200, and the X
server (both XFree86 and Xaccel) defaults to 75dpi unless you hardwire it to
something larger.
Reporter | ||
Comment 4•26 years ago
|
||
Adding Eric for some font help :-)
Comment 5•26 years ago
|
||
Hmmm... I don't know, but it looks like there are at least 2 problems here.
One is the X-server-reported DPI issue, which Akkana and Kipp have already
discussed. The other problem appears to me to be a layout problem, where the
table(?) is ignoring the height of the form fields (or the form fields are
returning the wrong height).
Summary: Fonts/Layout: fonts & forms are fighting for realestate → [PP]Fonts/Layout: fonts & forms are fighting for realestate
So I made an attachment to simplfy testing. The issue is really one of
compatability - the form elements in nagigator seem to provide more vertical
whitespace around them. Probably easily fixed with margins in ua.css.
Reassigning to kevin to do the sleuthing of the best values to use for each form
element.
Updated•25 years ago
|
Assignee: kmcclusk → rods
Comment 8•25 years ago
|
||
Rod, I think you aready solved this.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 9•25 years ago
|
||
I think this is fixed, also. Ijust checked and everything looks better.
Comment 10•25 years ago
|
||
Comment 11•25 years ago
|
||
Clearing Fixed resolution due to reopen.
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•25 years ago
|
||
Changed margin setting for text input and textareas, tested with
attachment 1807 [details] - Fixed.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 13•25 years ago
|
||
The main problem that has been described is fixed in the Nov 15th build
(1999111520).
You need to log in
before you can comment on or make changes to this bug.
Description
•