QtMoko2

QtMoko2 Commit Details

Date:2009-09-11 20:44:08 (15 years 6 months ago)
Author:ghislain
Commit:0137cfaf73975ec51664bac59c7cc1fe85871215
Parents: 54e1747e2a49e4d5177231d1537de4cc48f5ec48
Message:Enable keyboard in web brower for password fields.

Yesterday I found and repaired a little bug in the 'Web Browser': when
entering a password-field the keyboard doesn't show.
Changes:
Mqtopiacore/qt/src/3rdparty/webkit/WebCore/html/HTMLInputElement.cpp (1 diff)

File differences

qtopiacore/qt/src/3rdparty/webkit/WebCore/html/HTMLInputElement.cpp
243243
244244
245245
246
246
247247
248248
249249
bool HTMLInputElement::shouldUseInputMethod() const
{
    return m_type == TEXT || m_type == SEARCH || m_type == ISINDEX;
    return m_type == TEXT || m_type == SEARCH || m_type == ISINDEX || m_type == PASSWORD;
}
void HTMLInputElement::dispatchFocusEvent()

Archive Download the corresponding diff file