[Webkit-unassigned] [Bug 181041] [GTK] WebView create signal: navigation action modifiers not set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 22 11:47:15 PST 2017


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

--- Comment #4 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Cédric Bellegarde from comment #3)
> Can you test above patch with trunk to confirm it's fixed?

Ah, you're thinking like me... that's almost exactly what I did to test yesterday. I used g_warning instead of printf (it's a bit more visible, and you don't need to write the \n), and I used __FUNCTION__ instead of writing out the function name in the printf... and I used w3school's tab opening example https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_tabs instead of their window opening example. Eerie.

That particular page is actually broken in trunk: none of the JS there seems to run. But you can test on https://www.w3schools.com/jsref/met_win_open.asp instead, by clicking on the Try it Yourself button. Shift+click is not going to work, because that triggers a download from navigation policy; it'll never rearch create_web_view_cb. But when I Alt+click I see it print 8.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171222/a0eddc46/attachment-0001.html>


More information about the webkit-unassigned mailing list