You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2013/06/03 20:56:20 UTC

[jira] [Created] (TAP5-2124) events.zone.refresh must be triggered directly on zone element, can fail otherwise

Howard M. Lewis Ship created TAP5-2124:
------------------------------------------

             Summary: events.zone.refresh must be triggered directly on zone element, can fail otherwise
                 Key: TAP5-2124
                 URL: https://issues.apache.org/jira/browse/TAP5-2124
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.4
            Reporter: Howard M. Lewis Ship


Triggering the events.zone.refresh or events.zone.update events on an element nested within a Zone's element will fail; the document-level event handlers expect this to be the ElementWrapper for the zone element, but is instead the ElementWrapper for the triggering element.

Currently, it is necessary for triggers to select up the tree to find the Zone's element; this should be incorporated into the document event handlers instead.

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