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 - new JComboBoxOperator(contOper, null, 0) doesn't find empty combo box
Summary: new JComboBoxOperator(contOper, null, 0) doesn't find empty combo box
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-02 11:09 UTC by Jiri Skrivanek
Modified: 2011-02-17 09:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test case (1.89 KB, application/octet-stream)
2002-07-02 11:11 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
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.