QtMoko images V9

ghislain ghislain at basetrend.nl
Fri Sep 11 15:59:57 CEST 2009


Radek,

Yesterday I found and repaired a little bug in the 'Web Browser': when
entering a password-field the keyboard doesn't show, I've created al little
patch in:

This is the git diff:

diff --git
a/qtopiacore/qt/src/3rdparty/webkit/WebCore/html/HTMLInputElement.cpp
b/qtopiacore/qt/src/3rdparty/webkit/WebCore/html/HTMLInputElement.cpp
index dae0be5..671e0f6 100644
--- a/qtopiacore/qt/src/3rdparty/webkit/WebCore/html/HTMLInputElement.cpp
+++ b/qtopiacore/qt/src/3rdparty/webkit/WebCore/html/HTMLInputElement.cpp
@@ -243,7 +243,7 @@ void HTMLInputElement::aboutToUnload()

 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()

Can you apply the fix to your repository or is there a way I can apply
myself? 
-- 
View this message in context: http://n2.nabble.com/QtMoko-images-V9-tp3613993p3625971.html
Sent from the Openmoko Community mailing list archive at Nabble.com.



More information about the community mailing list