[Webkit-unassigned] [Bug 37335] REGRESSION: Form with target attribute blocked by "pop-up blocker"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 9 13:58:37 PDT 2010


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





--- Comment #1 from Chris Evans <scarybeasts at gmail.com>  2010-04-09 13:58:36 PST ---
How are you submitting the form? Click button? Press enter?

The relevant code change looks solid:

+        if (!DOMWindow::allowPopUp(m_frame) && !isProcessingUserGesture())
+            return;

I'm retrying on Chromium with just

if (!isProcessingUserGesture())

... to make sure isProcessingUserGesture() is behaving properly.

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