Closed
Bug 547
Opened 27 years ago
Closed 27 years ago
TextFields in Java are to "small" for Fonts
Categories
(Bugzilla :: Bugzilla-General, defect, P2)
Tracking
()
CLOSED
INVALID
People
(Reporter: lynxx, Assigned: justdave)
Details
On Windows & Macintosh a TextField which is 20 Pixel height, is enough for a 12
Pixel Font. With X-Windows (HP/UX, AIX, anything !) the TextField must be 30
Pixel in height, else only 2 Pixels of the 12 Pixel-Font are visible.
It seems the Insets of TextFields for X-Windows is much to big !?
At the moment i must use System.getProperty("os.name"); to "fix" this bug, but
this is not 100% Pure Java !
Updated•27 years ago
|
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → INVALID
Comment 1•27 years ago
|
||
Mozilla.org does not ship any Java code. So this is clearly not a bug about
Mozilla; more likely, it's a bug about Netscape Communicator. Go to the Help
menu to see the right way to complain about Communicator.
Reporter | ||
Updated•27 years ago
|
Status: RESOLVED → CLOSED
Comment 2•26 years ago
|
||
The database is being reorganized a bit. Instead of the Bugzilla product,
a new Webtools product has been created, with Bugzilla being a component of it.
This bug is being moved from the old Bugzilla product to the new Webtools
product.
Assignee | ||
Comment 3•23 years ago
|
||
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: terry → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Version: other → unspecified
Updated•19 years ago
|
Severity: major → trivial
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•