Skip navigation.
 
mlRe: A cursor bug in DragItemAround example
FROM : Jens Alfke
DATE : Sun Apr 20 18:06:50 2008

On 20 Apr '08, at 3:43 AM, Ling Wang wrote:

> The bug is that the cursor reverts to arrowCursor if the item is 
> dragged off the bound calculated at the mouseDown event just before 
> current mouseDragged event, instead of staying closedHandCursor. 
> Maybe it will be clear till you try to run it.


Cursor-tracking glitches, where the cursor doesn't revert when exiting 
a view, are really common in Cocoa apps. I see them in all kinds of 
apps, even major Apple ones like Mail and Xcode. I think it's due to 
bugs in AppKit, unfortunately. These bugs have been around since at 
least 10.0, but they've never been fully tracked down and fixed.

—Jens

Related mailsAuthorDate
mlA cursor bug in DragItemAround example Ling Wang Apr 20, 12:43
mlRe: A cursor bug in DragItemAround example Jens Alfke Apr 20, 18:06
mlRe: A cursor bug in DragItemAround example Quincey Morris Apr 20, 18:37
mlRe: A cursor bug in DragItemAround example Ling Wang Apr 21, 15:22
mlRe: A cursor bug in DragItemAround example Jens Alfke Apr 21, 16:41
mlRe: A cursor bug in DragItemAround example Mike Wright Apr 21, 17:48
mlRe: A cursor bug in DragItemAround example an0 Apr 23, 17:10
mlRe: A cursor bug in DragItemAround example Quincey Morris Apr 24, 00:44
mlRe: A cursor bug in DragItemAround example Scott Anguish Apr 24, 07:36
mlRe: A cursor bug in DragItemAround example an0 Apr 26, 17:47
mlRe: A cursor bug in DragItemAround example Quincey Morris Apr 26, 21:48
mlRe: A cursor bug in DragItemAround example an0 Apr 27, 08:14
mlRe: A cursor bug in DragItemAround example an0 Apr 27, 11:35