[richfaces-issues] [JBoss JIRA] Commented: (RF-4408) panelBar is broken under IE6.

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Sep 5 10:10:38 EDT 2008


    [ https://jira.jboss.org/jira/browse/RF-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12428399#action_12428399 ] 

Nick Belaevski commented on RF-4408:
------------------------------------

This change: http://fisheye.jboss.org/browse/RichFaces/trunk/ui/panelbar/src/main/resources/org/richfaces/renderkit/html/scripts/panelbar.js?r1=9970&r2=9978 introduced the issue.

height was set to 100% before and to 3px after

> panelBar is broken under IE6.
> -----------------------------
>
>                 Key: RF-4408
>                 URL: https://jira.jboss.org/jira/browse/RF-4408
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: 3.2.2.CR3
>            Reporter: Alexander Dubovsky
>            Assignee: Vladimir Molotkov
>            Priority: Critical
>             Fix For: 3.2.2
>
>         Attachments: 19.png
>
>
> Code:
> <html>
> <head>
> <title>panelBar</title>
> </head>
> <body>
> <f:view>
> 	<h:form>
> 		<rich:panelBar style="height:100%;">
> 			<rich:panelBarItem label="gugu">
> 				<h:outputText value="haha" />
> 			</rich:panelBarItem>
> 		</rich:panelBar>
> 	</h:form>
> </f:view>
> </body>
> </html>
> Result: see screen shot.

-- 
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 richfaces-issues mailing list