[ 
https://issues.apache.org/jira/browse/TAP5-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Howard M. Lewis Ship updated TAP5-1060:
---------------------------------------

    Priority: Critical  (was: Major)
     Summary: In IE8, forms that should submit using Ajax are triggering full 
page requests due to a client-side JavaScript error  (was: FormEventManager Not 
Stopping Submit for Ajax Form in IE8)

> In IE8, forms that should submit using Ajax are triggering full page requests 
> due to a client-side JavaScript error
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1060
>                 URL: https://issues.apache.org/jira/browse/TAP5-1060
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Brian Heston
>            Assignee: Howard M. Lewis Ship
>            Priority: Critical
>
> The handleSubmit function in Tapestry.FormEventManager takes a domevent 
> argument, which it expects is extended and has the stop() function.  This 
> works in Firefox since the event is already extended, but breaks in IE.
> It looks like this was introduced in revision 919693 of tapestry.js on 
> 3/6/2010 when around line 1250 "Event.stop(domevent);" was changed to 
> "domevent.stop();".
> The prototype recommendation is to call "Event.extend(domevent);" at the top 
> of any callback bound using bindAsEventListener.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to