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 (Cocoa-dev@lists.apple.com)

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/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to