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 71044 - [50cat] "Save Search Criterion" textfield is vertically resized
Summary: [50cat] "Save Search Criterion" textfield is vertically resized
Status: RESOLVED INVALID
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 5.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@utilities
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-01-05 14:20 UTC by claudio4j
Modified: 2007-06-06 13:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
save search dialog (15.30 KB, image/png)
2006-01-05 14:21 UTC, claudio4j
Details
save search dialog - textfield vertically resized (14.22 KB, image/png)
2006-01-05 14:22 UTC, claudio4j
Details

Note You need to log in before you can comment on or make changes to this bug.
Description claudio4j 2006-01-05 14:20:35 UTC
[ BUILD # : 20051225 ]
[ JDK VERSION : 1.6 ]

The save search dialog has two things I think needs improvements:

1) When the "Save Search Criterion" dialog is displayed the textfield is vertically small, the same height of the label. See screenshot.
2) the textfield is vertically resized, when the dialog is resized, see the screenshot
Comment 1 claudio4j 2006-01-05 14:21:10 UTC
Created attachment 28203 [details]
save search dialog
Comment 2 claudio4j 2006-01-05 14:22:00 UTC
Created attachment 28204 [details]
save search dialog - textfield vertically resized
Comment 3 Marian Petras 2006-01-17 06:41:21 UTC
I confirm the text-field gets vertically resized which is wrong (it's a bug).

I am not able to reproduce the bug that the textfield is vertically small. It
works for me and there is no reason why it should be too small. The dialog uses
BorderLayout with the label in the WEST area and the textfield in the CENTER
area. The height is not set explicitely anywhere.

Changed from P3 enhancement to a P4 defect.
Comment 4 Marian Petras 2006-01-17 06:44:41 UTC
Added keyword SIMPLEFIX.

This is an easily fixable bug in file
utilities/src/org/netbeans/modules/search/SearchTypePanel.java. The dialog is
constructed in method saveCriterion().
Comment 5 Marian Petras 2007-06-06 13:27:22 UTC
There is no Save Search Criterion button in the dialogue since the Find dialogue
has been redesigned (see issue #35255).

The first NetBeans milestone with the Find dialogue redesigned is Milestone 10.

I mark this bug as INVALID since it does not make sense any more.