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 35299 - Unable to set value from combo box
Summary: Unable to set value from combo box
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2003-08-06 11:43 UTC by Lukas Hasik
Modified: 2008-12-22 17:55 UTC (History)
3 users (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 Lukas Hasik 2003-08-06 11:43:31 UTC
nb40dev [200308060100], jdk1.4.2

I get the IDE to state when it doesn't remember
any value choosed from combo. I can choose value
but it isn't set :( 

I tryed combo boxes for class - Execution type,
Return value, ... from Options - Target for
Compilation.
Comment 1 Lukas Hasik 2003-08-06 13:32:35 UTC
Note: Combo doesn't oversize propertysheet window - so it's different
than #35083
Comment 2 _ tboudreau 2003-08-11 11:33:40 UTC
Does the patch to force heavyweight popups make any difference?
Comment 3 _ tboudreau 2003-08-11 15:18:42 UTC
Found the problem - the same combo box editor is reused every time,
but I only set it's action command to "update the value" when it
was first created - once editing was cancelled once, nothing would
ever correct it.  It is now set every time the editor is configured.

org.openide.explorer.propertysheet.ComboInplaceEditor 1.3
Comment 4 Lukas Hasik 2003-09-17 09:55:29 UTC
verified in [200309170100]