I'm working on a Cocoa app with an embedded WebView, and in the
WebView I've got a Canvas region.
The Javascript is using:
window.addEventListener('keydown',doKeyDown,true)
and this works fine in Safari, but requires a mouseclick to start
working in a WebView.
Overriding the window's sendEvent, I see when keys aren't working the
firstResponder is my WebView, and when the eventListener is getting
keys (after a click) the firstResponder has become the WebView's
WebHTMLView.
How can I get keys without the click? This is 10.4.2.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webkitsdk-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webkitsdk-dev/email@hidden