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 39884 - [36cat] inconsistent properties behavior in Layout Customizer
Summary: [36cat] inconsistent properties behavior in Layout Customizer
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on: 40184
Blocks:
  Show dependency tree
 
Reported: 2004-02-10 14:28 UTC by gholmer
Modified: 2008-12-22 23:39 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 gholmer 2004-02-10 14:28:21 UTC
[ JDK VERSION : J2SE 1.4.2_02 ]

In the new property sheets, when you click on a 
property that can be edited, it is automatically 
selected (i.e. will be overwritten when you start 
typing).  In the layout customizer, in fields 
that you can type into but have dropdowns (e.g. 
Grid X, Grid Y, etc.), the first click in the 
field does not select the text.  Subsequent 
clicks in such a field, and clicks in fields 
without dropdowns, like Weight X and Weight Y, 
behave as expected.

Shouldn't this behavior be more consistent?
Comment 1 _ tboudreau 2004-02-17 11:12:32 UTC
Taking this issue - the combo editor isn't the same component as the string editor, but 
this should be easy to add.
Comment 2 _ tboudreau 2004-02-17 16:23:21 UTC
Fixed in trunk.

Checking in ComboInplaceEditor.java;
/cvs/openide/src/org/openide/explorer/propertysheet/ComboInplaceEdito
r.java,v  <
--  ComboInplaceEditor.java
new revision: 1.18; previous revision: 1.17
done
Processing log script arguments...
Mailing the commit message to cvs@openide.netbeans.org (from 
tboudreau@netbeans.
org)
Comment 3 Marian Mirilovic 2005-07-13 13:23:09 UTC
closed