Bug 191982 - PolylineConnection with MouseMotionListener crash in MouseMove event
Summary: PolylineConnection with MouseMotionListener crash in MouseMove event
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy Draw2d (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-11 11:03 EDT by Jana Rozsypalova CLA
Modified: 2012-12-08 03:44 EST (History)
0 users

See Also:


Attachments
An attempt to reproduce the bug (2.44 KB, application/octet-stream)
2012-12-08 03:44 EST, Willem Duminy CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jana Rozsypalova CLA 2007-06-11 11:03:38 EDT
Problem when adding a MouseMotionListener to PolylineConnection:

Situation: 
---------
Having two AbstractGraphicalEditParts which are connected by PolylineConnection. One of these AbstractGraphicalEditParts is displayed over the second one.Mouse moves over the connection.

Result:
------
RCP application is not responding. The scrollbar of editor goes still to the right side.
Comment 1 Willem Duminy CLA 2012-12-08 03:44:48 EST
Created attachment 224484 [details]
An attempt to reproduce the bug

I am unable to reproduce this bug.  I attached my attempt to recreate the situation from a draw2d component perspective.  However, this code does not seem to cause any problem.