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 26094

Summary: Change property for multi-select items
Product: platform Reporter: Richard Malaschitz <malaschitz>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker CC: tpavek
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 29447    
Bug Blocks:    

Description Richard Malaschitz 2002-07-29 16:29:06 UTC
Scenario:
* i have several components on form (JButtons)
* select 
all
* try change property text to "jButton1"

- it is not possible, 
becasue one of these components has this property equals "jButton1". It 
has sense mainly, when I use AbsoluteLayout, and I set layout properties 
(width, height, X) for all components to the same values.
Comment 1 Tomas Pavek 2002-08-08 11:57:16 UTC
Looks like PropertyPanel problem...
Comment 2 Tomas Pavek 2002-08-08 12:03:53 UTC
PropertyPanel.WriteComponentListener.changeValue(...) should probably
check differentValues too...
Comment 3 Jiri Rechtacek 2002-12-09 13:27:46 UTC
reassigning to the new subcomponent owner
Comment 4 Marian Mirilovic 2003-01-06 16:34:07 UTC
I have changed version from 4.0 dev to S1S 4.2 (Nevada).
Comment 5 _ tboudreau 2003-04-17 13:52:46 UTC
Adding to propertysheet rewrite umbrella - propertysheet will not
use propertypanel anymore.  This already works correctly in the
propertysheet rewrite branch.
Comment 6 _ tboudreau 2003-07-16 19:57:48 UTC
Fixed - property sheet rewrite integrated.
Comment 7 Marian Mirilovic 2003-07-18 14:40:05 UTC
verified in [nb_dev](20030718)