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 47409 - [40cat] Inspector - Editing
Summary: [40cat] Inspector - Editing
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-18 17:10 UTC by meliandra
Modified: 2008-12-22 19:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description meliandra 2004-08-18 17:10:39 UTC
[ BUILD # : 200408121535 ]
[ JDK VERSION : J2SE 1.5.0 ]

If I select the first entry in the inspector and type. It writes the letters in the next column. The text isn't saved. 
The same behaviour if you select the second entry.
Mysterious.
I attach a picture
Comment 1 Jan Stola 2004-08-19 09:33:34 UTC
This is a general functionality of tree views.
If you type some text then a search text field
is displayed in the top right corner and
allows you to quickly find nodes in this view.

Reassigning to openide for evaluation - it seems
that this functionality could be confusing for
some users. It would be fine to display some
hint (tooltip?) what this text field is for.
Comment 2 _ tboudreau 2004-08-19 11:08:23 UTC
The quick search functionality is very useful, but probably it should
be a little panel with "Quick Search:" before the text field - the
behavior could stay the same.

Would be pretty easy to implement.
Comment 3 _ tboudreau 2004-08-19 13:18:31 UTC
Fixed - I gave it a JLabel that says what the search field is.


Checking in src/org/openide/explorer/propertysheet/BaseTable.java;
/cvs/openide/src/org/openide/explorer/propertysheet/BaseTable.java,v 
<--  BaseTable.java
new revision: 1.23; previous revision: 1.22
done
Checking in src/org/openide/explorer/propertysheet/Bundle.properties;
/cvs/openide/src/org/openide/explorer/propertysheet/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.41; previous revision: 1.40
done
Processing log script arguments...
More commits to come...
Checking in src/org/openide/explorer/view/Bundle.properties;
/cvs/openide/src/org/openide/explorer/view/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.22; previous revision: 1.21
done
Checking in src/org/openide/explorer/view/ListView.java;
/cvs/openide/src/org/openide/explorer/view/ListView.java,v  <-- 
ListView.java
new revision: 1.80; previous revision: 1.79
done
Checking in src/org/openide/explorer/view/TreeView.java;
/cvs/openide/src/org/openide/explorer/view/TreeView.java,v  <-- 
TreeView.java
new revision: 1.167; previous revision: 1.166
done
Comment 4 Marian Mirilovic 2005-07-15 07:55:41 UTC
closed