[Webkit-unassigned] [Bug 159675] REGRESSION(r202953): [GTK] API test /WebKit2Gtk/TestUIClient timing out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 02:48:23 PDT 2016


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cdumez at apple.com,
                   |                            |cgarcia at igalia.com,
                   |                            |rniwa at webkit.org

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
I don't think this is GTK specific. The problem is that after r202953, shouldEventCrossShadowBoundary() is returning true when handling DOMActivate events on input fields. That means that for example, in the case of file upload input type, the element handling the DOMActivate event is not the FileInputType but its button. Since ButtonInputType doesn't handle DOMActivate events, the runOpenPanel method is never called on the chrome. Same happens with the color picker. Chris, Ryosuke could you guys confirm that file upload doesn't show the file chooser in mac either? I'm surprised this didn't break layout tests. Our unit tests are failing because they keep waiting for the runOpenPanel to happen.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160713/896def6f/attachment.html>


More information about the webkit-unassigned mailing list