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 182143

Summary: [69cat] Issue Reporter window does not wrap text properly in Description box.
Product: connecteddeveloper Reporter: esmithbss <esmithbss>
Component: BugzillaAssignee: Jan Stola <jstola>
Status: RESOLVED FIXED    
Severity: normal CC: jkovalsky, sunbiz
Priority: P4 Keywords: NETFIX, SIMPLEFIX
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot of incorrect word wrapping.
patch

Description esmithbss 2010-03-16 17:14:33 UTC
Product Version = NetBeans IDE Dev (Build 201003160201)
Operating System = Linux version 2.6.32-trunk-686 running on i386
Java; VM; Vendor = 1.6.0_18
Runtime = Java HotSpot(TM) Client VM 16.0-b13

When submitting an issue, the description text-entry box does not wrap words properly when the sentence is longer than 1 line across and the word has 3 or more characters on the first line.
Comment 1 esmithbss 2010-03-16 17:18:18 UTC
Created attachment 95251 [details]
Screenshot of incorrect word wrapping.
Comment 2 sunbiz 2010-03-19 15:05:39 UTC
Should be just a simple change in the wrapStyleWord property of the addCommentArea.
Comment 3 Jiri Kovalsky 2010-03-22 13:49:25 UTC
Jindro, are you willing to review possible patch and integrate it if you consider it OK?
Comment 4 Jindrich Sedek 2010-03-22 13:55:44 UTC
this funcionality is about manual issue reporting - not the automated exception reporter reassigning to bugzilla module
Comment 5 Jan Stola 2010-03-22 15:15:00 UTC
I agree that it would be better to have text wrapped at word boundaries (in description text-field). The fix really seems to be as easy as setting wrapStyleWord property of the addCommentArea.
Comment 6 Jiri Kovalsky 2010-03-22 20:59:29 UTC
Saptarshi, wanna take this? ;-)
Comment 7 sunbiz 2010-03-22 21:33:26 UTC
Created attachment 95569 [details]
patch

seriously??
Comment 8 Jiri Kovalsky 2010-03-23 09:00:07 UTC
Honzo, it's your turn. Can you integrate this?
Comment 9 Jan Stola 2010-03-23 10:52:51 UTC
Thanks for a correct patch. I have integrated it => marking this issue as fixed.

Modified files: http://hg.netbeans.org/cdev/rev/dd5d8ead03bd
Comment 10 Jiri Kovalsky 2010-03-23 10:58:19 UTC
Thanks Honzo for integration and Saptarshi for the patch although this one was relatively easy, right? :-)