You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/07/19 15:08:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17160710#comment-17160710 ] 

ASF subversion and git services commented on TAP5-2602:
-------------------------------------------------------

Commit c1e996aa4e11f6f71164b5fe307c20ee9f8875f7 in tapestry-5's branch refs/heads/master from Thiago H. de Paula Figueiredo
[ https://gitbox.apache.org/repos/asf?p=tapestry-5.git;h=c1e996a ]

TAP5-2602: 5.4 LinkSubmit does not work with Prototype JS

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