[Webkit-unassigned] [Bug 34285] New: Password field doesn't get input method
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 28 15:01:14 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34285
Summary: Password field doesn't get input method
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jaroslav.klaus at gmail.com
Is it correct password field doesn't get input method?
In FocusController::setFocusedNode there is
m_page->editorClient()->setInputMethodState(node->shouldUseInputMethod());
while
bool HTMLInputElement::shouldUseInputMethod() const
{
return m_type == TEXT || m_type == SEARCH || m_type == ISINDEX;
}
So for password field setInputMethodState is always called with false that is
problem for on-screen-keyboard.
Can you consider to extend shouldUseInputMethod to PASSWORD type? Thx
--
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