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

Reply via email to