Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
5.4
-
None
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
TAP5-2431 Ajax EventLinks should not cancel the click event
- Closed