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/11/02 16:59:18 UTC

[jira] Created: (XAP-36) Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.

Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.
---------------------------------------------------------------------------------

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


This is easiest to see in the widget examples.
The insert before function doesn't work as expected. Instead of inserting the new node before the reference node, the new node is appended to the end of the reference node's sibling set.

-- 
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] Commented: (XAP-36) Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/XAP-36?page=comments#action_12446695 ] 
            
Turyn, Michael commented on XAP-36:
-----------------------------------

The XAL DOM or the HTML DOM?  If the latter,  does it do the same for both Firefox and IE? (I've seen divergent HTML DOM behaviour for the two, and also  no update to the display for either when a <title/> element is changed.)

> Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.
> ---------------------------------------------------------------------------------
>
>                 Key: XAP-36
>                 URL: http://issues.apache.org/jira/browse/XAP-36
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Trevor Oldak
>
> This is easiest to see in the widget examples.
> The insert before function doesn't work as expected. Instead of inserting the new node before the reference node, the new node is appended to the end of the reference node's sibling set.

-- 
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] Commented: (XAP-36) Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/XAP-36?page=comments#action_12446653 ] 
            
Trevor Oldak commented on XAP-36:
---------------------------------

Forgot to mention: The DOm is accurate, but the display is not.

> Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.
> ---------------------------------------------------------------------------------
>
>                 Key: XAP-36
>                 URL: http://issues.apache.org/jira/browse/XAP-36
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Trevor Oldak
>
> This is easiest to see in the widget examples.
> The insert before function doesn't work as expected. Instead of inserting the new node before the reference node, the new node is appended to the end of the reference node's sibling set.

-- 
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-36) Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.

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

James Margaris resolved XAP-36.
-------------------------------

    Resolution: Fixed

I updated the sample to be more comprehensive, there were a number of problems. Inserting at the first position did not work, nor did inserting near the end. Now inserting any any position should work for horizontal/vertical pane.

Also before the insert before would actually insert in the wrong place.

> Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.
> ---------------------------------------------------------------------------------
>
>                 Key: XAP-36
>                 URL: http://issues.apache.org/jira/browse/XAP-36
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Trevor Oldak
>
> This is easiest to see in the widget examples.
> The insert before function doesn't work as expected. Instead of inserting the new node before the reference node, the new node is appended to the end of the reference node's sibling set.

-- 
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] Reopened: (XAP-36) Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.

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

Trevor Oldak reopened XAP-36:
-----------------------------

             
This bug still shows up in firefox.
Open the horiz Box Pane widget example and click 'insert before green'.
It will still insert the object at the end.

> Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.
> ---------------------------------------------------------------------------------
>
>                 Key: XAP-36
>                 URL: http://issues.apache.org/jira/browse/XAP-36
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Trevor Oldak
>
> This is easiest to see in the widget examples.
> The insert before function doesn't work as expected. Instead of inserting the new node before the reference node, the new node is appended to the end of the reference node's sibling set.

-- 
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-36) Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.

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

Scott Boyd resolved XAP-36.
---------------------------

    Resolution: Fixed

> Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.
> ---------------------------------------------------------------------------------
>
>                 Key: XAP-36
>                 URL: http://issues.apache.org/jira/browse/XAP-36
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Trevor Oldak
>
> This is easiest to see in the widget examples.
> The insert before function doesn't work as expected. Instead of inserting the new node before the reference node, the new node is appended to the end of the reference node's sibling set.

-- 
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] Commented: (XAP-36) Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/XAP-36?page=comments#action_12446697 ] 
            
Trevor Oldak commented on XAP-36:
---------------------------------

It looks to be (looking at the generated source in firefox) that it is both in the HTML and XAL DOM. The bug is present in IE and Firefox. I'm not sure how the generated IE code looks.

> Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.
> ---------------------------------------------------------------------------------
>
>                 Key: XAP-36
>                 URL: http://issues.apache.org/jira/browse/XAP-36
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Trevor Oldak
>
> This is easiest to see in the widget examples.
> The insert before function doesn't work as expected. Instead of inserting the new node before the reference node, the new node is appended to the end of the reference node's sibling set.

-- 
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-36) Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.

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

Trevor Oldak closed XAP-36.
---------------------------


> Widgets: VerticalPanel/HorizontalPanel: Insert before instead appends ot the end.
> ---------------------------------------------------------------------------------
>
>                 Key: XAP-36
>                 URL: http://issues.apache.org/jira/browse/XAP-36
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Trevor Oldak
>
> This is easiest to see in the widget examples.
> The insert before function doesn't work as expected. Instead of inserting the new node before the reference node, the new node is appended to the end of the reference node's sibling set.

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