~benji/juju-gui/doc-extraction

Viewing all changes in revision 197.

  • Committer: Matthew Scott
  • Date: 2012-10-19 14:33:18 UTC
  • mfrom: (196.1.1 bad-drag)
  • Revision ID: matthew.scott@canonical.com-20121019143318-25nkwm00yydqb1n4
Fix for rounding error on drag-relation.

New service blocks have integer x/y coordinates, leading to mouseenter failing at the d.containsPoint() test when one of the mouse coordinates matched exactly with one of the edges of the service block.  To reproduce, create two new services (say varnish and node-app) and, without navigating away from the environment view, drag them to be diagonal relative to each other, then try to drag a relation from one to the other through the corner of the service node.  Correct behavior (this branch) should be for the drag line to snap to the two nearest connectors (as opposed to passing through the service without recognizing that it had entered).

R=
CC=
https://codereview.appspot.com/6741047

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: