SylvainTI / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Always-active mouse move events are used for no good reason #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Move the mouse - SQL.Table.move and SQL.Map.move fire while moving the mouse
around even though there are no tables, and nothing is being dragged (neither a 
table
nor a map item). This may be a contributor to dnd sluggishness in Opera.

What is the expected output? What do you see instead?
SQL.Table.move should be invoked only when dragging a table.
SQL.Map.move should be invoked only when dragging a map item.

What version of the product are you using? On what operating system?
svn rev 71

Please provide any additional information below.
Patch is attached.

Original issue reported on code.google.com by ober.14@osu.edu on 28 Dec 2009 at 3:08

Attachments:

GoogleCodeExporter commented 9 years ago
Commited in r72, thanks!

Original comment by ondrej.zara on 3 Jan 2010 at 7:19