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 92898 - No dragging pointer is showing on any selected element on the diagram
Summary: No dragging pointer is showing on any selected element on the diagram
Status: RESOLVED WONTFIX
Alias: None
Product: uml
Classification: Unclassified
Component: General Diagram (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Yang Su
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-20 10:00 UTC by alandavidson2
Modified: 2008-06-05 23:57 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 alandavidson2 2007-01-20 10:00:25 UTC
When the combined fragments box is selected, with the handles visible, the
dragging pointer never appears. (The dragging pointer is the plus sign with four
arrow heads.)

The OpenOffice convention is that when the pointer is inside the bounding box,
the pointer is always a dragging pointer, except when directly over a sizing handle.
Comment 1 Peter Lam 2007-01-27 01:42:04 UTC
The convention used in the UML tool is the same that the left mouse button has
to be pressed and hold inside the selected element including combined fragement,
classes, etc before the dragging pointer shows. This is by design for the tool.
I'm changing this to an enhancement.
Comment 2 Peter Lam 2007-01-27 01:46:33 UTC
This is for all other elements in the UML tool as well, not just combined
fragments so changing the summary to reflect this, and all diagram type as well.
Comment 3 Yang Su 2007-04-04 22:47:38 UTC
UML must follow UI convention, no innovation in this domain is ever appreciated ;)

Comment 4 Yang Su 2007-04-04 22:48:32 UTC
Made changes to show move cursor when mouse pointer is inside a bounding area.
Combined fragment is a bit tricky ( see issue 89834 ), it was recently changed
to use the boundary instead of full rectangle. So the move cursor will appear
around the border. 
Comment 5 Peter Lam 2007-04-26 01:18:58 UTC
verified in NBI build 20070425. 

alandavidson2, could you please give this fix a look to see what you think. You
can download the latest NB 6 from the following URL.

http://bits.nbextras.org/netbeans/6.0/nightly/latest/installers/
Comment 6 Viktor Lapitski 2008-04-19 05:44:09 UTC
Reverted the fix to fix the IZ 132658.

author	lvv@netbeans.org
	Fri Apr 18 21:41:11 2008 -0700 (2 minutes ago)
changeset 78684	9ef5cbc4f644
parent 78683	0ade0b1744e4
Fix for 132658 cursor should not switch from pointer to cross when moved over a node (revert 92898) 
Comment 7 Yang Su 2008-06-05 23:57:08 UTC
It's been decided not to fix it. The convention is that all nodes are movable on a drawing tool like this, no move
cursor is necessary, it's rather a distraction.