[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
Wed May 23 15:49:15 PDT 2012


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





--- Comment #6 from Ryosuke Niwa <rniwa at webkit.org>  2012-05-23 15:48:19 PST ---
(In reply to comment #5)
> When the DOMActivate event is actually handled the parent default handlers are not called, so it never reaches Node::defaultEventHandler. Are you suggesting to call the parent class before returning, or not returning and making sure the parent is indeed called (it's not in HTMLInputElement's case, the code makes sure the event wasn't handled before calling the parent), or something else and i misunderstood?

No, I'm talking about where DOMActivate event is dispatched in the default event handler of click event.

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