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 92382 - Partner View: In PartnerLinkType, clicking PortType dropdown chooses 1st item in list
Summary: Partner View: In PartnerLinkType, clicking PortType dropdown chooses 1st item...
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-11 21:20 UTC by jlautz
Modified: 2007-02-06 19:16 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 jlautz 2007-01-11 21:20:56 UTC
Seen on Windows XP with Gavotte 070108_13:

1. Open a WSDL document.
2. Click Partner button.
3. Click Add PartnerLinkType.
4. Click on the role1 partner's PortType field, which currently says "Enter or
Select a Existing Port Type." 

I'll put three related bugs in this one . . . 

==> 1. Should be "an Existing Port Type". 
==> 2. The PortType immediately changes to the first type in the drop-down list,
even if you want to instead type a new port type name. 
==> 3. Same as 2, but on a partner with the port type name already specified.
This is even more annoying in this case, because clicking out of the field still
changes the field to the first type in the drop-down list.


Bug on Gavotte feature issue 89413.
Comment 1 Jeff Stein 2007-01-11 21:44:45 UTC
Actually, I would change the text to "Enter or Select a Port Type".
Comment 2 Shivanand Kini 2007-01-23 22:38:03 UTC
Following changes were done to fix this:
1. Add a blank item in the combo box, so that port type can be reset. When the
blank is selected, the role doesnt have any port type.
2. now selects the appropriate selected port type from combobox if port type is
set. Default is blank.
3. Corrected the message to "Enter or Select a Port Type"
Comment 3 jlautz 2007-02-06 19:16:34 UTC
Fix is verified on Windows XP with Gavotte build 070206 and JDK 1.5.0_10: