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 176678

Summary: do not wrap lines in TreeCellRenderer if it's html
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: D-LightAssignee: Andrew Krasny <akrasny>
Status: RESOLVED FIXED    
Severity: normal Keywords: REGRESSION
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Attachments: wrong cell rendering
still some garbage...

Description Alexander Simon 2009-11-12 07:34:33 UTC
Created attachment 90906 [details]
wrong cell rendering

See screen shot
Comment 1 Egor Ushakov 2009-11-12 08:12:06 UTC
see also bug 176192
Comment 2 Alexander Simon 2009-11-12 09:50:41 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/84bd8d8eec86
Note:
Unfortunately three are no way to disable wrapping in html except "<pre>".
Andrey, please, look at my fix. If you does not satisfy cell font you can:
- or rollback your and my changes
- or fully rewrite cell renderer (draw string by yourself).
Comment 3 Andrew Krasny 2009-11-14 13:31:09 UTC
Created attachment 91047 [details]
still some garbage...
Comment 4 Andrew Krasny 2009-11-14 13:31:35 UTC
Still some garbage in the table on my machine
Comment 5 Andrew Krasny 2009-11-15 11:11:24 UTC
Changeset: http://hg.netbeans.org/cnd-main/rev/3b2009d85e23
Comment 6 Quality Engineering 2009-11-17 03:04:48 UTC
Integrated into 'main-golden', will be available in build *200911170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3b2009d85e23
User: Andrew Krasny <akrasny@netbeans.org>
Log: Issue #176678 - do not wrap lines in TreeCellRenderer if it's html