[richfaces-issues] [JBoss JIRA] Commented: (RF-4278) TabPanel: all borders except top are missing with empty DIV content in IE

Lex Dmitriev (JIRA) jira-events at lists.jboss.org
Mon Aug 25 06:04:39 EDT 2008


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

Lex Dmitriev commented on RF-4278:
----------------------------------

Actually it isn't a div, it's a table
I think that we have two options to make a corrs:

1) to change tTABLE to DIV;
2) to move decoration CSS classes from TD tag to TABLE tag;

In my opinion first variant is more difficult, than second variant. I would suggest to use the second point.

> TabPanel: all borders except top are missing with empty DIV content in IE
> -------------------------------------------------------------------------
>
>                 Key: RF-4278
>                 URL: https://jira.jboss.org/jira/browse/RF-4278
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: IE (seen on 7th)
>            Reporter: Nick Belaevski
>            Assignee: Lex Dmitriev
>            Priority: Minor
>         Attachments: rf-4278.mht, screenshot-1.jpg
>
>
> <h:form>
> <rich:tabPanel>
> <rich:tab id="tab1" label="First">
> <div></div>
> </rich:tab>
> <rich:tab label="Second"></rich:tab>
> <rich:tab label="Third"></rich:tab>
> </rich:tabPanel> 
> </h:form>

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