[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-4107) h:dataTable becomes bigger and bigger

Denis Maliarevich (JIRA) jira-events at lists.jboss.org
Mon Apr 13 10:32:23 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-4107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12461798#action_12461798 ] 

Denis Maliarevich commented on JBIDE-4107:
------------------------------------------

VpeVisualDomeBuilder.getNodeForUpdate() looks for parent table through source nodes. But source nodes can be different: h:dataTable, rich:toolBar, not <table> explicitly, so update method cannot find parent table and update it. 
So one of the possible solutions is to look for table elements through encoded visual tags and update appropriate source nodes.

> h:dataTable becomes bigger and bigger
> -------------------------------------
>
>                 Key: JBIDE-4107
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4107
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor Templates
>    Affects Versions: 3.0.0.GA
>            Reporter: Yahor Radtsevich
>            Assignee: Denis Maliarevich
>             Fix For: 3.1.0
>
>         Attachments: test.jsp
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> STEPS TO REPRODUCE:
> 1. Open attached 'test.jsp' in the VPE.
> 2. Find text 'TYPE HERE' inside h:dataTable and start to change it.
> ACTUAL RESULT:
> The size of the table is becoming bigger and bigger.
> EXPECTED RESULT:
> The text is changing but the size of the table is not.

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

        



More information about the jbosstools-issues mailing list