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 "Trevor Oldak (JIRA)" <xa...@incubator.apache.org> on 2006/09/18 21:30:22 UTC

[jira] Created: (XAP-15) Xinclude creates error when firing structure change listener

Xinclude creates error when firing structure change listener
------------------------------------------------------------

                 Key: XAP-15
                 URL: http://issues.apache.org/jira/browse/XAP-15
             Project: XAP
          Issue Type: Bug
            Reporter: Trevor Oldak


This example XAP application contains two errors:
This first one involves throwing an error when notifying the strucutre change listeners. XInclude works by inserting a node with the included code before it, and then removing itself from the DOM. This removal is what causes the error.

The second problem is that the table cell that the label in is forced to be too small because the following cell has a width of 99%.

-- 
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-15) Xinclude creates error when firing structure change listener

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

Trevor Oldak updated XAP-15:
----------------------------

    Attachment: xincludeRemoveChild.zip

> Xinclude creates error when firing structure change listener
> ------------------------------------------------------------
>
>                 Key: XAP-15
>                 URL: http://issues.apache.org/jira/browse/XAP-15
>             Project: XAP
>          Issue Type: Bug
>            Reporter: Trevor Oldak
>         Attachments: xincludeRemoveChild.zip
>
>
> This example XAP application contains two errors:
> This first one involves throwing an error when notifying the strucutre change listeners. XInclude works by inserting a node with the included code before it, and then removing itself from the DOM. This removal is what causes the error.
> The second problem is that the table cell that the label in is forced to be too small because the following cell has a width of 99%.

-- 
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] Resolved: (XAP-15) Xinclude creates error when firing structure change listener

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

Scott Boyd resolved XAP-15.
---------------------------

    Resolution: Fixed

A problem removing from certain containers.

> Xinclude creates error when firing structure change listener
> ------------------------------------------------------------
>
>                 Key: XAP-15
>                 URL: http://issues.apache.org/jira/browse/XAP-15
>             Project: XAP
>          Issue Type: Bug
>            Reporter: Trevor Oldak
>         Attachments: xincludeRemoveChild.zip
>
>
> This example XAP application contains two errors:
> This first one involves throwing an error when notifying the strucutre change listeners. XInclude works by inserting a node with the included code before it, and then removing itself from the DOM. This removal is what causes the error.
> The second problem is that the table cell that the label in is forced to be too small because the following cell has a width of 99%.

-- 
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-15) Xinclude creates error when firing structure change listener

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

Trevor Oldak updated XAP-15:
----------------------------

    Description: 
This example XAP application contains two errors:
This first one involves throwing an error when notifying the strucutre change listeners. XInclude works by inserting a node with the included code before it, and then removing itself from the DOM. This removal is what causes the error.

  was:
This example XAP application contains two errors:
This first one involves throwing an error when notifying the strucutre change listeners. XInclude works by inserting a node with the included code before it, and then removing itself from the DOM. This removal is what causes the error.

The second problem is that the table cell that the label in is forced to be too small because the following cell has a width of 99%.


> Xinclude creates error when firing structure change listener
> ------------------------------------------------------------
>
>                 Key: XAP-15
>                 URL: http://issues.apache.org/jira/browse/XAP-15
>             Project: XAP
>          Issue Type: Bug
>            Reporter: Trevor Oldak
>         Attachments: xincludeRemoveChild.zip
>
>
> This example XAP application contains two errors:
> This first one involves throwing an error when notifying the strucutre change listeners. XInclude works by inserting a node with the included code before it, and then removing itself from the DOM. This removal is what causes the error.

-- 
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-15) Xinclude creates error when firing structure change listener

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak closed XAP-15.
---------------------------


> Xinclude creates error when firing structure change listener
> ------------------------------------------------------------
>
>                 Key: XAP-15
>                 URL: https://issues.apache.org/jira/browse/XAP-15
>             Project: XAP
>          Issue Type: Bug
>            Reporter: Trevor Oldak
>         Attachments: xincludeRemoveChild.zip
>
>
> XAP throws an error when notifying structure change listeners of a change made through an XInclude. XInclude works by inserting a node with the included code before it, and then removing itself from the DOM. This removal is what causes the error.

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

        

[jira] Updated: (XAP-15) Xinclude creates error when firing structure change listener

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

Trevor Oldak updated XAP-15:
----------------------------

    Description: XAP throws an error when notifying structure change listeners of a change made through an XInclude. XInclude works by inserting a node with the included code before it, and then removing itself from the DOM. This removal is what causes the error.  (was: This example XAP application contains two errors:
This first one involves throwing an error when notifying the strucutre change listeners. XInclude works by inserting a node with the included code before it, and then removing itself from the DOM. This removal is what causes the error.)

> Xinclude creates error when firing structure change listener
> ------------------------------------------------------------
>
>                 Key: XAP-15
>                 URL: http://issues.apache.org/jira/browse/XAP-15
>             Project: XAP
>          Issue Type: Bug
>            Reporter: Trevor Oldak
>         Attachments: xincludeRemoveChild.zip
>
>
> XAP throws an error when notifying structure change listeners of a change made through an XInclude. XInclude works by inserting a node with the included code before it, and then removing itself from the DOM. This removal is what causes the error.

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