[Webkit-unassigned] [Bug 31551] QEvent::RequestSoftwareInputPanel only sent second time an input field is clicked

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 28 02:39:49 PST 2009


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #3 from Simon Hausmann <hausmann at webkit.org>  2009-11-28 02:39:48 PST ---
I believe this is not a WebKit bug but simply a style dependent behaviour. See
also
http://doc.qt.nokia.com/4.6-snapshot/qstyle.html#RequestSoftwareInputPanel-enum

The code in WebKit that triggers sending the RSIP event queries the style for
this style hint and if the style returns RSIP_OnMouseClick, then the RSIP is
sent on a single mouse click.

I wonder however if we should perhaps change our default in QCommonStyle....

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