[richfaces-issues] [JBoss JIRA] Closed: (RF-4191) tabPanel css position attribute setted to relative causes a mess with tab content in IE

Tatyana Romanovich (JIRA) jira-events at lists.jboss.org
Mon Sep 8 11:45:39 EDT 2008


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

Tatyana Romanovich closed RF-4191.
----------------------------------



Verified in the 3.2.2.CR4

> tabPanel css position attribute setted to relative causes a mess with tab content in IE
> ---------------------------------------------------------------------------------------
>
>                 Key: RF-4191
>                 URL: https://jira.jboss.org/jira/browse/RF-4191
>             Project: RichFaces
>          Issue Type: Feature Request
>    Affects Versions: 3.2.1
>         Environment: linux, tomcat, myfaces, ie.
>            Reporter: Paulo Freitas
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.2.2
>
>
> this is the code (generated by tabPanel) that wraps a tab content: 
> <table class="dr-tbpnl-cntnt-pstn rich-tabpanel-content-position" cellspacing="0" cellpadding="10" border="0" width="100%" style="position: relative;">
> it's style position:relative is the cause of IE do not render a div (tab content) with position: absolute in a proper way. 
> I cannot wrap this with a css class once it's directly on style attribute. 
> In other words what I want to be able to do is to absolute position an element with noninterference  of tabPanel.
> the code generated has the same effect with style="position:static" (simply not set) and it's more flexible once the user would be able to customize it. 
> My suggestion is to put position:relative in rich-tabpanel-content-position class

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