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 225167 - Report Problem dialog resizes with summary
Summary: Report Problem dialog resizes with summary
Status: REOPENED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2013-01-22 06:52 UTC by mienamoo
Modified: 2015-07-10 15:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of Report Problem dialog (42.80 KB, image/png)
2013-01-22 06:52 UTC, mienamoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2013-01-22 06:52:32 UTC
Created attachment 130476 [details]
Screenshot of Report Problem dialog

NetBeans build 201301200001
JDK 7u11 64-bit

I noticed that the Report Problem dialog's contents stretch to be as wide as the title of the problem report. Which was very long indeed in the case of the screenshot. The resulting horizontal scrollbar also causes a vertical scrollbar to appear since now one line is no longer visible.
Comment 1 Tomas Danek 2013-01-23 11:58:22 UTC
thanks, fixed in core-main#73e8c3c3d687
Comment 2 Quality Engineering 2013-01-24 03:02:11 UTC
Integrated into 'main-golden', will be available in build *201301240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/73e8c3c3d687
User: musilt2@netbeans.org
Log: #225167: Report Problem dialog resizes with summary
Comment 3 mienamoo 2013-01-24 10:04:29 UTC
Thanks for the fix! Now I just need to find a way to generate an exception, so that I can verify it... :)
Comment 4 mienamoo 2013-01-24 10:22:02 UTC
To test, I created my own standalone module that just throws and exception. :) 

The whole dialog now resizes, which is better than before for shorter messages. But if the dialog becomes wider than the screen resolution, similar problems still occur. Consider constraining the size of the dialog and/or textfield instead?