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

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Mon Dec 20 09:47:18 EST 2010


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

Pavol Pitonak commented on RF-7062:
-----------------------------------

Looks good in RichFaces 4.0.0-SNAPSHOT r.20676

> rich:tabPanel layout is broken in case of global css style: td {padding: 5px}
> -----------------------------------------------------------------------------
>
>                 Key: RF-7062
>                 URL: https://issues.jboss.org/browse/RF-7062
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 3.3.0, 3.3.3.CR1, 3.3.3.Final
>         Environment: RichFaces 3.3.0.GA / 3.3.3.CR1 / 3.3.3.Final
> Windows XP
> IE 6.0 / 7.0 / 8.0
> Firefox 3.0.10 / 3.5.8 / 3.6.3
>            Reporter: Denis Petrunin
>            Assignee: Pavol Pitonak
>            Priority: Minor
>              Labels: QA, retest
>             Fix For: 4.0.0.Milestone5
>
>         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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list