Closed
Bug 62827
Opened 25 years ago
Closed 25 years ago
URL entry field does not adjust to font size
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: dirk.grossmann, Assigned: asa)
References
()
Details
Attachments
(1 file)
|
24.40 KB,
image/gif
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20001108
Netscape6/6.0
BuildID: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.6)
I use a default font size of 130% in my Windows settings. The URL entry field
does not adjust to this font size, and it writes over the cyan background (see
attached image).
Furthermore, the taskbar has redraw problems.
Reproducible: Always
Steps to Reproduce:
In Windows 2000, set the system font size to user-defined: 130%.
Start Mozilla (or Netscape 6 as it has the same problems)
Actual Results: The text size is too large for the URL entry field.
Expected Results: URL entry field resizes to adjust to this font size.
See attached image
| Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
Dirk, the reason we ask about a recent build is that Netscape 6 and Mozilla 0.6
are identical code and both branched from the trunk in September. So most
things that have been fixed in Mozilla since September have not been fixed in
those builds.
Is this of any help? Using build 2000121104 WMF.
-----------------start of example
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>H-J's Small Working Example</title>
</head>
<body>
<input type="text" name="test1" id="test1" size="10" maxlength="10"
style="border-style : groove;"><br><br>
<input type="password" name="test2" id="test2" size="10" maxlength="10"
style="border-style : groove;"><br><br>
<input type="submit" name="test3" id="test3" style="border-style : groove">
</body>
</html>
-----------------end of example
And sorry, but sending file's to bugzilla get broken!
Friendly, HJ.
O my lord, this example doesn't belong here, how did I do that?
Sorry, HJ.
| Assignee | ||
Comment 6•25 years ago
|
||
Wroksforme with 121804 mozilla win32 build on NT. Tested in Modern and Classic
themes.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•