[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
Thu May 24 14:58:07 PDT 2012


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #143901|review?                     |review+
               Flag|                            |




--- Comment #11 from Darin Adler <darin at apple.com>  2012-05-24 14:57:10 PST ---
(From update of attachment 143901)
View in context: https://bugs.webkit.org/attachment.cgi?id=143901&action=review

> Source/WebCore/dom/Node.cpp:2784
> +    dispatchScopedEvent(event.get());

This can just be event, no need for event.get().

> Source/WebCore/dom/Node.cpp:2863
> +        if (dispatchDOMActivateEvent(detail, event))
> +            event->setDefaultHandled();

What about other callers of dispatchDOMActivateEvent? Is this the only call site that needs this change?

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