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 127159 - The diagram should scroll into the viewing area when adding attributes
Summary: The diagram should scroll into the viewing area when adding attributes
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-11 18:38 UTC by khu
Modified: 2008-02-11 21:36 UTC (History)
0 users

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 khu 2008-02-11 18:38:50 UTC
Build: NB6.0
VM: Java HotSpot(TM) Client VM build 1.6.0_01-b06
OS: Solaris 10

1. Create a class diagram
2. Add some class elements (e.g. 8 classes so you need to scroll to see all the elements)
3. Under the model in the project node, New--> attribute
The attribute got inserted into the diagram, if the diagram is out of the viewing area,
it does not "auto-scroll" into the viewing area, the user has to scroll and find
the class to edit the attribute.
Comment 1 Trey Spiva 2008-02-11 20:15:58 UTC
This is by design.  When you are working in the project tree we should not constantly scroll the diagram unless we are explicitly told to scroll (by double 
clicking).  The same thing applies to the source editor.  If you rename a source file from the project tree, you do not expect it to automatically open the source 
file, unless you double click on the source file.