You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2013/08/28 12:04:52 UTC

[jira] [Created] (TAP5-2162) Prevent default actions for DOM events using preventDefault() rather that stopping the events entirely

Jochen Kemnade created TAP5-2162:
------------------------------------

             Summary: Prevent default actions for DOM events using preventDefault() rather that stopping the events entirely
                 Key: TAP5-2162
                 URL: https://issues.apache.org/jira/browse/TAP5-2162
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.4
            Reporter: Jochen Kemnade
         Attachments: 0001-add-EventWrapper.preventDefault-and-use-it-to-preven.patch

Currently, Tapestry returns {{false}} from many DOM event handlers. That prevents other handlers for the same event/element combinations from being called.
The patch adds a preventDefault() method to EventWrapper and uses it instead of returning false.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira