T5.dom.observe cannot be used to observe the window object
----------------------------------------------------------
Key: TAP5-1774
URL: https://issues.apache.org/jira/browse/TAP5-1774
Project: Tapestry 5
Issue Type: Improvement
Components: tapestry-core
Affects Versions: 5.3
Reporter: Jochen Kemnade
Priority: Minor
t5-prototype uses $(element).on(... to create an event handler. This will not
work when trying to observe the window object as it is not an Element. Using
Event.on(element,...fixes this issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira