You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Fernando (JIRA)" <de...@tapestry.apache.org> on 2008/03/28 01:02:24 UTC

[jira] Created: (TAPESTRY-2307) I can't re-parent Elements; and other dom manipulation accessors

I can't re-parent Elements; and other dom manipulation accessors
----------------------------------------------------------------

                 Key: TAPESTRY-2307
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2307
             Project: Tapestry
          Issue Type: Bug
            Reporter: Fernando
             Fix For: 5.0, 5.1, 5.0.12


I am trying to do some dom manipulations, but the Elements/Nodes don't expose enough accessors for me to do proper dom checking and manipulations.

must have
1) Node.setParent( Element parent )
2) Node.getAttributes()
3) Node.getNamespace()

nice to have
3) Node.setName( String name )


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-2307) I can't re-parent Elements; and other dom manipulation accessors

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2307.
------------------------------------------

    Resolution: Duplicate
      Assignee: Howard M. Lewis Ship

TAPESTRY-2541

> I can't re-parent Elements; and other dom manipulation accessors
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-2307
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2307
>             Project: Tapestry
>          Issue Type: Bug
>    Affects Versions: 5.0
>            Reporter: Fernando
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0, 5.1
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> I am trying to do some dom manipulations, but the Elements/Nodes don't expose enough accessors for me to do proper dom checking and manipulations.
> must have
> 1) Node.setParent( Element parent )
> 2) Node.getAttributes()
> 3) Node.getNamespace()
> nice to have
> 3) Node.setName( String name )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2307) I can't re-parent Elements; and other dom manipulation accessors

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-2307:
-------------------------------------------

    Fix Version/s:     (was: 5.0.13)

> I can't re-parent Elements; and other dom manipulation accessors
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-2307
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2307
>             Project: Tapestry
>          Issue Type: Bug
>            Reporter: Fernando
>             Fix For: 5.0, 5.1
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> I am trying to do some dom manipulations, but the Elements/Nodes don't expose enough accessors for me to do proper dom checking and manipulations.
> must have
> 1) Node.setParent( Element parent )
> 2) Node.getAttributes()
> 3) Node.getNamespace()
> nice to have
> 3) Node.setName( String name )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2307) I can't re-parent Elements; and other dom manipulation accessors

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-2307:
-------------------------------------------

    Affects Version/s: 5.0

> I can't re-parent Elements; and other dom manipulation accessors
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-2307
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2307
>             Project: Tapestry
>          Issue Type: Bug
>    Affects Versions: 5.0
>            Reporter: Fernando
>             Fix For: 5.0, 5.1
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> I am trying to do some dom manipulations, but the Elements/Nodes don't expose enough accessors for me to do proper dom checking and manipulations.
> must have
> 1) Node.setParent( Element parent )
> 2) Node.getAttributes()
> 3) Node.getNamespace()
> nice to have
> 3) Node.setName( String name )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-2307) I can't re-parent Elements; and other dom manipulation accessors

Posted by "Fernando (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583213#action_12583213 ] 

Fernando commented on TAPESTRY-2307:
------------------------------------

Another accessor needed:

Node.setNamespace( String namespace )


> I can't re-parent Elements; and other dom manipulation accessors
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-2307
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2307
>             Project: Tapestry
>          Issue Type: Bug
>            Reporter: Fernando
>             Fix For: 5.0, 5.1, 5.0.12
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> I am trying to do some dom manipulations, but the Elements/Nodes don't expose enough accessors for me to do proper dom checking and manipulations.
> must have
> 1) Node.setParent( Element parent )
> 2) Node.getAttributes()
> 3) Node.getNamespace()
> nice to have
> 3) Node.setName( String name )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2307) I can't re-parent Elements; and other dom manipulation accessors

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-2307:
-------------------------------------------

    Fix Version/s:     (was: 5.0.12)
                   5.0.13

> I can't re-parent Elements; and other dom manipulation accessors
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-2307
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2307
>             Project: Tapestry
>          Issue Type: Bug
>            Reporter: Fernando
>             Fix For: 5.0, 5.1, 5.0.13
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> I am trying to do some dom manipulations, but the Elements/Nodes don't expose enough accessors for me to do proper dom checking and manipulations.
> must have
> 1) Node.setParent( Element parent )
> 2) Node.getAttributes()
> 3) Node.getNamespace()
> nice to have
> 3) Node.setName( String name )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org