Re: cursor problem in the webview
Re: cursor problem in the webview
- Subject: Re: cursor problem in the webview
- From: Jens Alfke <email@hidden>
- Date: Sat, 15 Mar 2008 22:45:46 -0700
On 15 Mar '08, at 9:39 PM, Dmitry Markman wrote:
I remember, previously (10.3.X) responder wasn't the same: it could
be NSTextView or NSTextField or something different
but now it is always WebHTMLView (something undocumented I suppose)
The textfields and textareas in WebViews used to be implemented as
NSTextFields and NSTextViews. In Safari 3, they're not anymore.
Instead, the WebView uses its own HTML-editing support to implement
them.
So your delegate method is refusing to give textfields focus, because
it doesn't recognize them. I don't know why you needed that delegate
method, but you'll have to rethink how it works.
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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