[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 19:37:43 PDT 2010


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





--- Comment #4 from Naofumi Kagami <naofumi at mac.com>  2010-04-09 19:37:42 PST ---
Neither click button nor enter seem to work.

(In reply to comment #1)
> 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