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 25319

Summary: new JComboBoxOperator(contOper, null, 0) doesn't find empty combo box
Product: qa Reporter: Jiri Skrivanek <jskrivanek>
Component: CodeAssignee: issues@qa <issues>
Status: CLOSED FIXED    
Severity: blocker CC: dmladek
Priority: P4    
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Attachments: Test case

Description Jiri Skrivanek 2002-07-02 11:09:58 UTC
Constructor with (null, 0) parameters should find
any JComboBox but it doesn't.
Try attached test case to reproduce.
Comment 1 Jiri Skrivanek 2002-07-02 11:11:23 UTC
Created attachment 6506 [details]
Test case
Comment 2 dmladek 2002-07-02 11:53:25 UTC
CC'ing myself
Comment 3 Alexandre Iline 2002-07-18 04:43:03 UTC
Now JComboBoxByItemFinder returns true if no item selected.
Comment 4 Jiri Skrivanek 2002-07-18 08:21:21 UTC
Verified.