[Webkit-unassigned] [Bug 79738] [Qt] Authentication dialog does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 7 05:41:25 PST 2012


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





--- Comment #5 from Dinu Jacob <dinu.jacob at Nokia.com>  2012-03-07 05:41:25 PST ---
(In reply to comment #4)
> (From update of attachment 129734 [details])
> I don't like that we have to work around our touch mocking. I'm not even sure this workaround is needed anymore now that we send the event synchronously, but ultimately the fix belongs into QtQuick to make MouseArea accept touch events (see discussion on qt development list).

I should have updated the bug. With the changes for sending the event synchronously, it is not an issue just with the input editor anymore. None of the dialogs can even be dismissed/accepted because the mouse events are not sent to the dialog item as QQuickWebView accepts the touch event. Agreed that QQuickItems should handle touch events (we have been waiting for such a fix for quite some time :) as there are other issues like QQuickWebView receiving touch events which can possibly cause a link to be selected etc. ). 

On hardware the input editor should still have an issue as QQuickWebView would grab the focus (I added the work-around in MiniBrowser thinking that this is limited to only touch mocking). The touch event handler in QQuickWebView should grab focus only if there is no active dialog (agreed this too is a work-around in the absence of a Qt fix).

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