Re: cursor problem in the webview
Re: cursor problem in the webview
- Subject: Re: cursor problem in the webview
- From: Dmitry Markman <email@hidden>
- Date: Sun, 16 Mar 2008 01:57:25 -0400
Hi, Jens
thank you very much for your answer.
I added that method (few years ago) because we had exactly the same
problem:
cursor didn' work, so implementing that method helped then
today, I commented that method and sure enough :-(
I have the same problem:
cursor doesn't change, but keyboard works
interesting that I'm getting mouseDidMoveOverElement message
thanks again
dm
On Mar 16, 2008, at 1:45 AM, Jens Alfke wrote:
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
Dmitry Markman
_______________________________________________
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