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 25457 - Bad word-wrapping in exception dialog
Summary: Bad word-wrapping in exception dialog
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: UI
: 25985 31090 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-07-09 15:52 UTC by Jesse Glick
Modified: 2008-12-22 15:46 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Snapshot of exception dialog (5.61 KB, image/gif)
2002-07-09 15:53 UTC, Jesse Glick
Details
patch in lib/patches (36.28 KB, application/octet-stream)
2003-03-05 09:35 UTC, Jiri Rechtacek
Details
patch file w/o src prefix (36.17 KB, application/octet-stream)
2003-03-05 14:39 UTC, Jiri Rechtacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2002-07-09 15:52:35 UTC
[dev jul 09, also seen in 08] See screenshot.
Should use Utilities.wrapStringToArray, or simply
BreakIterator.

Don't even ask about the exception, I have no idea
what that is about.
Comment 1 Jesse Glick 2002-07-09 15:53:09 UTC
Created attachment 6576 [details]
Snapshot of exception dialog
Comment 2 _ ttran 2002-07-09 21:30:30 UTC
I don't understand.  JOptionPane seems to try to word-wrap correctly.
Comment 3 Marek Grummich 2002-07-22 08:59:01 UTC
Target milestone was changed from '3.4' to TBD.
Comment 4 Marek Grummich 2002-07-22 09:05:56 UTC
Target milestone was changed from '3.4' to TBD.
Comment 5 Marek Grummich 2002-07-22 09:07:06 UTC
Target milestone was changed from '3.4' to TBD.
Comment 6 Marek Grummich 2002-07-22 09:32:20 UTC
Target milestone was changed from '3.4' to TBD.
Comment 7 _ ttran 2002-08-02 08:37:48 UTC
*** Issue 25985 has been marked as a duplicate of this issue. ***
Comment 8 Jiri Rechtacek 2003-01-06 15:06:48 UTC
There is a problem that org.openide.util.Utilities.wrapString supposes
a fixed font, a proportional font is wrapped wrong because the lengths
of section depends on given count of the chars. Maybe better is use
JTextArea in place of Utilities.wrapString.
Comment 9 Jiri Rechtacek 2003-02-17 17:24:49 UTC
*** Issue 31090 has been marked as a duplicate of this issue. ***
Comment 10 Jiri Rechtacek 2003-02-27 11:21:43 UTC
It's not planned to solve now. If it is more asked pls. specify the
target.
Comment 11 Marian Mirilovic 2003-02-28 11:44:18 UTC
Increase priority to P3, it looks unproffesional, and it's hard to
read this "type" of message. It's well reproducible in
[s1s5_se](030226).

Jirka: 
Can you look at it, again ? Thanks in advance.
Comment 12 Jiri Rechtacek 2003-03-03 08:28:09 UTC
Because it's late phase of TEGAL development, will be solved in next
release.
Comment 13 Jan Chalupa 2003-03-04 01:15:30 UTC
I still think this should be fixed for the release. Although I'm
reluctant to make it a P2, it would be pretty embarasing to release
the product with this bug. We're not in the high resistance yet, there
should still be time to fix it. Please revisit one more time.
Comment 14 Jiri Rechtacek 2003-03-04 08:44:49 UTC
Ok, I will push it to 3.5 ASAP.
Comment 15 Jiri Rechtacek 2003-03-05 09:10:13 UTC
Fixed in main trunk. Pls. assure it before merge to release35. Thanks
Comment 16 Jiri Rechtacek 2003-03-05 09:35:14 UTC
Created attachment 9269 [details]
patch in lib/patches
Comment 17 Jiri Rechtacek 2003-03-05 14:39:13 UTC
Created attachment 9278 [details]
patch file w/o src prefix
Comment 18 Marian Mirilovic 2003-06-11 14:59:12 UTC
verified in [nb_dev](200306110100)