Re: [NSTextView complete:] popup menu delay before hiding
Re: [NSTextView complete:] popup menu delay before hiding
- Subject: Re: [NSTextView complete:] popup menu delay before hiding
- From: "Jesse Grosjean" <email@hidden>
- Date: Fri, 5 Dec 2008 10:28:56 -0500
> When I hit F5 to do complete: in text edit the menu of completions
> shows indefinitely, until I select an item or type a new letter. Same
> thing happens when I do F5 in Safari's search field. But if I do F5 in
> Xcodes's toolbar search field the popup of choices only shows for
> about a second, and then automatically hides.
Well rather proud of figuring this one out. Turns out that I wasn't
being dumb and messing things up myself. Instead the NSTextView
complete: popup menu behavior is different depending on if the app
supports garbage collection or not. I'm assuming that there is a bug
when garbage collection is on... the popup only shows for a few
seconds until it gets collected. I'll report this to app, in the
meantime does anyone know how to work around this problem?
Jesse
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden