Skip navigation.
 
mlRe: A cursor bug in DragItemAround example
FROM : Mike Wright
DATE : Mon Apr 21 17:48:37 2008

On 21 Apr 2008 07:41:25 -0700 , Jens Alfke <<email_removed>> wrote:

> On 21 Apr '08, at 6:22 AM, Ling Wang wrote:
>

>> Do you mean that it is unclear why this happens and there is no way
>> for application developers to avoid this annoyance?

>
> As far as I know, yes. :-(
>
> —Jens


Perhaps it's not related, but something that's been bugging me is with 
my window that contains an NSTextView in an NSScrollView as its 
bottommost element. It's set to show the scroll bar only when needed.

When the (vertical) scroll bar is showing, moving the pointer from the 
text area to the resize box causes it to change from the I-beam to the 
arrow. But when the scroll bar is not showing, the pointer doesn't 
change when it gets to the resize box.

It seems that I unconsciously rely on that change to know when to 
click in the resize box, and if it doesn't change until it's 
completely outside the window, I often end up clicking on whatever is 
in the background, instead of in the resize box.

It would be a small annoyance if it didn't happen so often. Is it 
worth filing a bug about this simple case? Or, is there an easy fix 
for it?

Obviously, I could change my scroll view to always display the scroll 
bar, but four years on, I'd rather not change the behavior of the app 
for something this minor--and it may be that none of my customers are 
bothered by it at all.

Mike Wright
http://www.idata3.com/_______________________________________________

Cocoa-dev mailing list (<email_removed>)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>

This email sent to <email_removed>

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