Re: cursor problem in the webview

2008-03-15 Thread Dmitry Markman
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 keyboa

Re: cursor problem in the webview

2008-03-15 Thread Jens Alfke
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 im

cursor problem in the webview

2008-03-15 Thread Dmitry Markman
Hi I have a java application that embeds WebView via Apple's Cocoa Component but in my window cursor doesn't change when I move mouse over "interesting places" it used to work (about 2 years ago) in the old code I added webuidelegate method (ugly but it worked) - (void)webView:(WebView