[richfaces-issues] [JBoss JIRA] Created: (RF-1336) PanelMenu: extra parameters in style

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Tue Nov 13 05:50:46 EST 2007


PanelMenu: extra parameters in style
------------------------------------

                 Key: RF-1336
                 URL: http://jira.jboss.com/jira/browse/RF-1336
             Project: RichFaces
          Issue Type: Bug
            Reporter: Tsikhon Kuprevich
         Assigned To: Nick Belaevski


The following code :

	<rich:panelMenu style="width:90%;">
	 <rich:panelMenuItem label="test1">
	 </rich:panelMenuItem>
	</rich:panelMenu> 

Is rendered as:

<div id="_id3:_id4" style="width:100%; width:90%;;">

In case if panelMenu tag has no style attribute, it is rendered as <div id="_id3:_id4" style="width:100%; ;"> - with an extra semicolon. 

In case if style attribute of panelMenu tag has specified width value, it is rendered thgether with the default width: style="width:100%; width:90%;;"

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

        



More information about the richfaces-issues mailing list