This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 119636 - Settings tab: Rendering of table lines is not perfect when increased fontsize
Summary: Settings tab: Rendering of table lines is not perfect when increased fontsize
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: dlipin
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-10-22 12:42 UTC by Jaromir Uhrik
Modified: 2009-02-19 20:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot attached... (93.67 KB, image/png)
2007-10-22 12:42 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2007-10-22 12:42:01 UTC
Product Version: NetBeans IDE 6.0 Beta 2 (Build 200710212201)
Java: 1.5.0_07; Java HotSpot(TM) Client VM 1.5.0_07-87
System: Mac OS X version 10.4.10 running on i386; MacRoman; en_US (nb)

Run IDE with switch "--fontsize 25". In Plugin Manager's Settings tab there is not good rendering of items in the table
(vertical size of items is not sufficient) - see attached screenshot...
Comment 1 Jaromir Uhrik 2007-10-22 12:42:50 UTC
Created attachment 51400 [details]
Screenshot attached...
Comment 2 Ken Frank 2007-10-22 17:19:32 UTC
even with smaller font size, when its translated and multibyte is used, the font measurements
of it vertically might be more than in english, so the problem might show more in those cases.

ken.frank@sun.com
Comment 3 Ken Frank 2008-09-07 01:32:39 UTC
based on comments in other issues, if setRowHeight is not used
or assumes hardcoded value, this can result in this situation.

ken.frank@sun.com
Comment 4 Antonin Nebuzelsky 2008-11-14 15:31:48 UTC
Reassigning to the new "autoupdate/*" owner dlipin.
Comment 5 dlipin 2008-11-28 12:11:47 UTC
fixed, core-main #d46a7a3e3f6f. Please verify.
Comment 6 Quality Engineering 2008-12-02 05:57:15 UTC
Integrated into 'main-golden', will be available in build *200812020201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d46a7a3e3f6f
User: Dmitry Lipin <dlipin@netbeans.org>
Log: Issue #119636 Settings tab: Rendering of table lines is not perfect when increased fontsize