[Webkit-unassigned] [Bug 9547] Resize corner does not track the mouse accurately

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Jun 23 21:29:50 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9547


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8977|review?                     |review+
               Flag|                            |




------- Comment #5 from darin at apple.com  2006-06-23 21:29 PDT -------
(From update of attachment 8977)
An offset should be an IntSize, not an IntPoint.

If this was an IntSize, then this:

+    currentPoint.move(offsetFromResizeCorner.x(), offsetFromResizeCorner.y());

would be:

    currentPoint += offsetFromResizeCorner;

This otherwise looks good to me. I think I'm going to mark it review+ -- if you
decide to do a new patch with IntSize, then you can clear the review flag on
this one.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list