[Webkit-unassigned] [Bug 42939] WebEditorClient::didBeginEditing is never called in WebKit2
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 3 03:43:24 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=42939
--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> 2010-08-03 03:43:24 PST ---
This is caused by an incomplete implementation of becomeFirstResponder. WebKit1 version does much more work - specifically, this problem is caused by a missing FocusController::setFocusedFrame() call.
I'm not yet sure what the design here is. It seems strange for WebCore focus handling logic to be partially in WebKit.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list