[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-3488) Wrong resizing of some components

Denis Maliarevich (JIRA) jira-events at lists.jboss.org
Fri Mar 6 06:00:38 EST 2009


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

Denis Maliarevich commented on JBIDE-3488:
------------------------------------------

Adding text node into the table tag (or <tr> ot <td>) causes superfluous  line brakes inside the table to appear. To fix it parent table element should be updated.
Functionality of the getNodeForUpdate() method in VpeVisualDomBuilder was looking for table tags only through the source nodes, but not in the visual tags structure. 

Solution is to add searching through visual tags or create new functionality for updating parent nodes.

> Wrong resizing of some components
> ---------------------------------
>
>                 Key: JBIDE-3488
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3488
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor Templates
>    Affects Versions: 3.0.0.cr1
>            Reporter: Yura Zhishko
>            Assignee: Denis Maliarevich
>             Fix For: 3.0.1.GA
>
>         Attachments: screenshot-1.jpg, TabPanel.xhtml, xh.zip
>
>
> 1)  Import  attached project into workspace
> 2) Go to pages toolBar -> toolBar.xhtml
> 3) Resize component in VPE
> RESULT: Visual element  is resized, width and height parameters have changed, but border around it isn't (see screenshot-1)

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