You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org> on 2006/08/24 20:18:00 UTC

[jira] Created: (XAP-8) DomNodeBridge isn't mapping events properly.

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

        

[jira] Closed: (XAP-8) DomNodeBridge isn't mapping events properly.

Posted by "Scott Boyd (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-8?page=all ]

Scott Boyd closed XAP-8.
------------------------

    Resolution: Fixed

obsolete

> 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
>         Attachments: DomNodeBridge_fix_2006-08-24.zip, DomNodeBridge_fix_2006-08-24.zip
>
>
> 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

        

[jira] Updated: (XAP-8) DomNodeBridge isn't mapping events properly.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-8?page=all ]

Turyn, Michael updated XAP-8:
-----------------------------

    Attachment: DomNodeBridge_fix_2006-08-24.zip

Use this one instead--extraneous material purged.

> 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
>         Attachments: DomNodeBridge_fix_2006-08-24.zip, DomNodeBridge_fix_2006-08-24.zip
>
>
> 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

        

[jira] Updated: (XAP-8) DomNodeBridge isn't mapping events properly.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-8?page=all ]

Turyn, Michael updated XAP-8:
-----------------------------

    Attachment: DomNodeBridge_fix_2006-08-24.zip

This fixes the problem, and the examples are altered to show off the fix by attaching mco-resolvable functions to a couple of different DOM events.

> 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
>         Attachments: DomNodeBridge_fix_2006-08-24.zip
>
>
> 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