[Webkit-unassigned] [Bug 23305] New: EditorClient.handleKeyboardEvent() invoked even for non editable node
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 13 16:25:49 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23305
Summary: EditorClient.handleKeyboardEvent() invoked even for non
editable node
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jcampan at google.com
The layout test fast/events/key-events-in-input-button.html is failing.
in the test, an input button is focused and a keyboard event is sent to it.
The failure happens because we get an unexpected textInput event in that case.
It appears the EditorClient.handleKeyboardEvent() method is invoked when it
should not.
This has been introduced in changeset 38629, specifically the
editing/Editor.cpp change.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list