[Webkit-unassigned] [Bug 47817] FrameLoader::IsProcessingUserGesture is true for JavaScript initiated downloads after click navigation to webpage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 30 18:05:26 PDT 2010


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





--- Comment #29 from Pierre-Antoine LaFayette <pierre.lafayette at gmail.com>  2010-10-30 18:05:25 PST ---
Hi Johnny, I've tested the meta refresh case with today's build of Chromium and I'm still seeing IsProcessingUserGesture as true for the second provisional load when clicking on the link.

These are the test files I'm using:

9044.html:
<html>
<head>
<title>Issue 9044</title>
</head>
<body>
<ul>
    <li>
    <a href="9044_meta_redirect.html">Meta redirect to file</a>
    <li>
</ul>
</body>
</html>

9044_meta_redirect.html:
<html>
<head>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://cygwin.com/setup.exe">
</head>
<body>
</body>
</html>

Can you reproduce this? I'm assuming that your changes are in the current Chromium build but I'm not sure.

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