DomNodeBridge isn't mapping events properly.
--------------------------------------------

                 Key: XAP-8
                 URL: http://issues.apache.org/jira/browse/XAP-8
             Project: XAP
          Issue Type: Bug
         Environment: Win2K, Firefox and IE
            Reporter: Turyn, Michael


The event-handling shown in the dom0.html example is hardwired to the dom node 
itself; we aren't picking up any html events and sending them through Xap's 
event-processing, meaning that we can't use mco's or downloaded xal.

This is a result of  the superclass'  event system's using dojo.event.connect, 
which does well for dojo peers, but not for DOM nodes.  We need a method based 
on <node element>.addEventListener in this class.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to