[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3353) Caption style crashes for h:panelGrid after refresh button press

Yura Zhishko (JIRA) jira-events at lists.jboss.org
Thu Dec 4 12:05:36 EST 2008


Caption style crashes for h:panelGrid after refresh button press
----------------------------------------------------------------

                 Key: JBIDE-3353
                 URL: https://jira.jboss.org/jira/browse/JBIDE-3353
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Visual Page Editor Templates
    Affects Versions: 3.0.0.cr1
            Reporter: Yura Zhishko
            Assignee: Maxim Areshkau
            Priority: Minor


Insert next source code:

                           <h:panelGrid
				columns="2" border="5"  width="250"
				rules="all" frame="above"
				cellpadding="4" cellspacing="6" 
				bgcolor="silver"
				style="COLOR: #ff0080; BACKGROUND-COLOR: #ffff00; TEXT-DECORATION: underline; FONT-STYLE: italic; FONT-WEIGHT: bold; FONT-SIZE: xx-large; FONT-FAMILY: 'Arial Black';" 
				styleClass=""
				captionClass="myStyle0"
				columnClasses="" rowClasses="" 
				headerClass="" footerClass="" >
			  <f:facet name="caption">
			  	<h:outputText value="Caption"/>
			  </f:facet>
			  <h:outputText value="begin"/>
			</h:panelGrid>

Press Refresh button
RESULT: Styles for caption part crashed.

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