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 131781 - in DI editor mouse right-click picks up target table and stuck in "move" mode
Summary: in DI editor mouse right-click picks up target table and stuck in "move" mode
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Data Integrator (show other bugs)
Version: 6.x
Hardware: Other Windows XP
: P2 blocker (vote)
Assignee: Nilesh Apte
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-02 02:14 UTC by kdoizaki
Modified: 2008-04-03 09:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (98.74 KB, text/plain)
2008-04-02 02:15 UTC, kdoizaki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kdoizaki 2008-04-02 02:14:57 UTC
In DI editor mouse right-click picks up target table and stuck in "move" mode.
Unable to get out of the mode. Closing the collaboration and re-opening makes no difference.
Exit and restart NB IDE, will allow me to get to other features, but right-click on the target table will put me back in
to the "move" mode.
Comment 1 kdoizaki 2008-04-02 02:15:57 UTC
Created attachment 59521 [details]
messages.log
Comment 2 kdoizaki 2008-04-02 02:18:01 UTC
Tables used in eTL/DI collaboration were from Axion database.
Comment 3 Lukas Hasik 2008-04-03 09:45:43 UTC
reassigning ->
java.lang.NullPointerException
	at org.netbeans.modules.sql.framework.ui.view.BasicTopView.getTemplateName(BasicTopView.java:453)
	at org.netbeans.modules.sql.framework.ui.view.BasicTopView.showProperties(BasicTopView.java:495)
	at org.netbeans.modules.sql.framework.ui.graph.impl.GraphView.doMouseUp(GraphView.java:914)
	at org.netbeans.modules.sql.framework.ui.view.graph.SQLGraphView.doMouseUp(SQLGraphView.java:329)
	at com.nwoods.jgo.JGoView.onMouseReleased(JGoView.java:3678)