[ 
https://issues.apache.org/jira/browse/TAP5-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14257727#comment-14257727
 ] 

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

Commit 5ee601f4956402ffc40468a96a2e9b76a72c7ecd in tapestry-5's branch 
refs/heads/master from [~hlship]
[ https://git-wip-us.apache.org/repos/asf?p=tapestry-5.git;h=5ee601f ]

TAP5-2431: Ajax EventLinks should not cancel the click event


> Ajax EventLinks should not cancel the click event
> -------------------------------------------------
>
>                 Key: TAP5-2431
>                 URL: https://issues.apache.org/jira/browse/TAP5-2431
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.4
>            Reporter: Chris Poulsen
>            Priority: Minor
>             Fix For: 5.4
>
>         Attachments: zone-patch.diff
>
>
> Currently the click handlers in zone.js return false to prevent browsers from 
> following the link. Sometimes this result in unexpected behavior in pages.
> The use-case where we have been hit by this is ajax links in a bootstrap 
> dropdown:
> When a link option is clicked the dropdown does not close again - This is due 
> to the click event being cancelled.
> The fix that we use locally; is to use event.preventDefault() and let the 
> click event bubble. 
> I think this should be the default behavior of the framework - as it has much 
> smaller impact than swallowing the click event and makes the client side 
> things more flexible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to