You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Goldhahn (JIRA)" <de...@myfaces.apache.org> on 2007/07/30 15:58:53 UTC

[jira] Commented: (TOMAHAWK-562) tabContentStyleClass background-color parameter ignored on Firefox

    [ https://issues.apache.org/jira/browse/TOMAHAWK-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516389 ] 

Martin Goldhahn commented on TOMAHAWK-562:
------------------------------------------

This still affects version 1.1.5-snapshot. The reason for this the HtmlTabbedPaneRenderer addin an inline style at the top of the page ( in encodeEnd(...) , addResource.addInlineStyleAtPosition(...)

If this statement is deleted it would work. 

In Firefox it seams that the inline-style takes precedence to the one defined in a style sheet.

> tabContentStyleClass background-color parameter ignored on Firefox
> ------------------------------------------------------------------
>
>                 Key: TOMAHAWK-562
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-562
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Tabbed Pane
>    Affects Versions: 1.1.3
>         Environment: WinXP SP2, Sun JDK 1.5.0_7, JBoss 4.0.4, Firefox 1.5.0.4
>            Reporter: Marcin Nowrot
>
> When I set the tabContentStyleClass="tabcntnt", which is defined in my css file as:
> .tabcntnt {color: sienna;
>                  background-color: green;
> 	         width: 200px;
> 	         height: 300px;
> }
> I'm having  problems with tab content background color rendering on Firefox Web Browser (in MSIE6 it works fine) - there is no background color displayed. Rest of the style attributes (color, width, height) are rendering nicely.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.