[Webkit-unassigned] [Bug 38622] New: QGraphicsWebView and QWebView does not send QEvent::RequestSoftwareInputPanel when it gets the focusIn event.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 5 18:47:38 PDT 2010


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

           Summary: QGraphicsWebView and QWebView does not send
                    QEvent::RequestSoftwareInputPanel when it gets the
                    focusIn event.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P1
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: manish.s.sharma at nokia.com
                CC: manish.s.sharma at nokia.com


This feature will enable the launching of virtual keypad as soon as
QGraphicsWebView and QWebView gets the focus and the focused item is a editing
field. Can be useful in below cases:-
1) Lets say we are in an application with input software panel (virtual
keyboard) launched and we are editing something. While editing something i
switched to some other application and after a while i switch back to the
previous application (where virtual keyboard was launced), what i expect is
virtual keyboard launches back. But it is not happening since
QEvent::RequestSoftwareInputPanel is not sent by QGraphicsWebView and QWebView
in focusIn event.

2) setting focus programmatically (QGraphicsWebView::setFocus
QWebView::setFocus ) should send QEvent::RequestSoftwareInputPanel if the
focused item inside the web page is an editing field.

I think this is a important to have for better expereince.

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