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 89409 - Add zoom in zoom out in wsdl editor for Gavotte.
Summary: Add zoom in zoom out in wsdl editor for Gavotte.
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Nathan Fiedler
URL:
Keywords:
Depends on:
Blocks: 89315
  Show dependency tree
 
Reported: 2006-11-16 00:22 UTC by Ritesh Adval
Modified: 2007-01-01 15:34 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ritesh Adval 2006-11-16 00:22:55 UTC
Add zoom in zoom out in wsdl editor for Gavotte.
Comment 1 Ritesh Adval 2006-11-23 00:59:34 UTC
The details of use case for this feature is located in WSDL Editor Functional 
Spec (Gavotte) at:

http://alaska.stc.com:10000/alaska/Wiki.jsp?page=WSDLEditorGavotteSpec

Search for this bug number and look the description in "Detailed Use case" 
section.
Comment 2 Nathan Fiedler 2006-12-20 03:01:44 UTC
Final bug was fixed, so this feature is now complete. The zoom controls in the
WSDL graphical editor behave identically to those in the BPEL design view. In
particular, there are the following controls:

Fit-Diagram: zoom such that the entire diagram is shown, without scrollbars.
Fit-Width: zoom such that the entire diagram width is visible, but not
necessarily its height (i.e. vertical scrollbar may still be enabled).
100%: set the zoom level to 100 per cent.
Combobox: pre-defined zoom levels.
Zoom-in: increase the zoom level (diagram gets larger).
Zoom-out: decrease the zoom level (diagram gets smaller).

As with the BPEL editor, the zoom range is constrained from 33 to 200%. There is
an issue where if the zoom level is set very low (e.g. 1%), then the diagram
widget sizes become abnormally large, even after the zoom is reset to 100%.
Comment 3 jlautz 2007-01-01 15:34:36 UTC
Looks good. Tested on gavotte build 061230 with AirlineReservationService.wsdl
example.