[Webkit-unassigned] [Bug 38685] [Qt] tst_QWebPage::inputMethods failing on Maemo5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 15:12:24 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38685





--- Comment #1 from Diego Gonzalez <diegohcg at webkit.org>  2010-05-07 15:12:23 PST ---
The test checks if there is no RequestSoftwareInputPanel event in the EventSpy,
when the input form receives a mouse click. 

QVERIFY(!viewEventSpy.contains(QEvent::RequestSoftwareInputPanel));

As the RequestSoftwareInputPanel should invoke a panel like a virtual keyboard,
in Maemo it seems be called as it is a mobile platform. So, for the Maemo's
case, the behavior of this the should be changed the the opposite. 

QVERIFY(viewEventSpy.contains(QEvent::RequestSoftwareInputPanel));

Maybe this test should also fail in another mobile platform like s60, but I
didn't test it.

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