[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-2577) <rich:panel> component invisible in VPE if "style" attribute has complex arguments

Denis Maliarevich (JIRA) jira-events at lists.jboss.org
Thu Nov 13 05:10:36 EST 2008


     [ https://jira.jboss.org/jira/browse/JBIDE-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Maliarevich updated JBIDE-2577:
-------------------------------------

    Fix Version/s: LATER
                       (was: 3.0.0.cr1)


I've checked this issue again and  investigated it in details:

1. Generated by VPE html page is displayd in VPE in the same way as in Mozilla Firefox browser. All style attributes are processed correctly.
2. There are a list of bugs in bugzilla.mozilla.org concerning "position: absolute;" style in some tags like tables, divs, spans. The problem is in re-wrapping and wrong positioning.
3. Specifically in this issue <rich:panel> is nested inside <h:form> tag. VPE renders <h:form> as <div> element. Thus it leads to wrong positioning of the <rich:panel> cause its parent tag is <div>. I tried to display this exaple with <form> tag instead of <div> and everything works fine in VPE (like it should be displayed in the browser when you launch richfaces on server).

So the reason is in the way VPE processes JSF <h:form> element.

> <rich:panel> component invisible in VPE if "style" attribute has complex arguments
> ----------------------------------------------------------------------------------
>
>                 Key: JBIDE-2577
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-2577
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor Templates
>    Affects Versions: 3.0.0.alpha
>            Reporter: Andrei Scherbovich
>            Assignee: Denis Maliarevich
>             Fix For: LATER
>
>         Attachments: testVerify.jsp
>
>
> <rich:panel> component invisible in VPE if "style" attribute has complex arguments
> Try to run TEST FILE ATTACHED on server. It works fine but in VPE I can't find <rich:panel> component.

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