[richfaces-issues] [JBoss JIRA] Updated: (RF-7062) rich:tabPanel layout is broken in case of global css style: td {padding: 5px}

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon May 11 09:27:46 EDT 2009


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

Nick Belaevski updated RF-7062:
-------------------------------

    Fix Version/s: 4.0.0.BETA1
         Assignee: Nick Belaevski


> rich:tabPanel layout is broken in case of global css style: td {padding: 5px}
> -----------------------------------------------------------------------------
>
>                 Key: RF-7062
>                 URL: https://jira.jboss.org/jira/browse/RF-7062
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component-panels-layout-themes
>    Affects Versions: 3.3.0
>         Environment: RichFaces 3.3.0GA
> Firefox 3.0.10 / IE6.0 / IE7.0
>            Reporter: Denis Petrunin
>            Assignee: Nick Belaevski
>             Fix For: 4.0.0.BETA1
>
>         Attachments: broken-layout.JPG
>
>
> rich:tabPanel layout is broken in case of global css style: td {padding: 5px}. Header borders and content borders are rendered with 5px padding.
> I've found few <table> tags with cellpadding="0" attribute. This attribute doesn't work in case of global css style: td {padding: 5px}.
> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:rich="http://richfaces.org/rich">
> <head>
>   <style type="text/css">td {padding: 5px}</style>
> </head>
> <body>
>   <rich:tabPanel>
>     <rich:tab label="Tab-A">Content-A</rich:tab>
>     <rich:tab label="Tab-B">Content-B</rich:tab>
>   </rich:tabPanel>
> </body>
> </html>

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