[Webkit-unassigned] [Bug 86719] Submit button doesn't submit the form if the form is wrapped by an anchor tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 22 14:38:51 PDT 2012


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





--- Comment #3 from Pablo Flouret <pablof at motorola.com>  2012-05-22 14:37:55 PST ---
(From update of attachment 143366)
View in context: https://bugs.webkit.org/attachment.cgi?id=143366&action=review

> Source/WebCore/html/HTMLInputElement.cpp:1069
> +            if (evt->underlyingEvent())
> +                evt->underlyingEvent()->setDefaultHandled();

I wasn't sure if there's a need to check for the type of the underlying event, so i didn't, but let me know if it could cause problems.

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