You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Thiago Henrique De Paula Figueiredo (Jira)" <ji...@apache.org> on 2020/07/19 15:15:00 UTC

[jira] [Assigned] (TAP5-2602) 5.4 LinkSubmit does not work with Prototype JS

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

Thiago Henrique De Paula Figueiredo reassigned TAP5-2602:
---------------------------------------------------------

    Assignee: Thiago Henrique De Paula Figueiredo

> 5.4 LinkSubmit does not work with Prototype JS
> ----------------------------------------------
>
>                 Key: TAP5-2602
>                 URL: https://issues.apache.org/jira/browse/TAP5-2602
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.4.3
>            Reporter: Beat Durrer
>            Assignee: Thiago Henrique De Paula Figueiredo
>            Priority: Critical
>              Labels: client-javascript, form, prototype
>
> The LinkSubmit component does not submit the form, when (the default) Prototype library is used. It works fine with jQuery.
> The "submit" event and then "prepareForSubmit" are emitted, but then I lost track of the event chain.
> Minimal example:
> <t:form t:id="names">
>     <t:label for="firstName"/>
>     <t:textfield t:id="firstName"/>
>     <t:linksubmit>Submit</t:linksubmit>
> </t:form>
> Workaround: Switch to jQuery.
> Tested on Tapestry 5.4.3 and 5.4.2 / Oracle JDK 1.8.0_181
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)