[ 
https://issues.apache.org/jira/browse/TRINIDAD-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898145#action_12898145
 ] 

teckpro commented on TRINIDAD-1880:
-----------------------------------

hi,
first of all thank you for your quick answer.
As you already noticed the problem appears on all versions of the IE. So, as 
you already mentioned, your first assumption isn't the problem. as far as I can 
see, it's the fact that trinidad puts an "af|navigationPane::tabs-mid" inside 
the effective "af|navigationPane::tabs-inactive:disabled". Here my rendered 
html-code of the whole middle part of the disabled tab:

<table cellpadding="0" cellspacing="0" border="0" summary="" 
class="af_navigationPane_tabs-inactive p_AFDisabled">
<tbody>
<tr>
      <td class="af_navigationPane_tabs-mid">Krankentagegeld</td>
</tr>
/* Bottomline starts here */ <tr><td 
class="af_navigationPane_tabs-bottom-mid"><div 
class="af_navigationPane_tabs-bottom-mid-content"></div></td></tr>
</tbody></table></td>

I'm pretty sure that IE overrides the "disabled"-styles with the regular 
"tab-mid"-styles. At the moment I'm solving the problem by using a 
different/the rendered class-names. if using the following style:

table.p_AFDisabled td.af_navigationPane_tabs-mid {
        background-image: url(../../images/huk/tabs/tab_inaktiv_mitte.png);
        background-repeat: repeat-x;
        height: 19px;
        color: red;
}

my disabled tab has the right font-color. The issue with that "solution" is, 
that i don't know if the ":disabled" statement will always be rendered as 
"p_AFDisabled". If so I'm good with that, if not I still could need some help 
... (till now it has always been rendered that way)

thanks
jonathan

> Changing the font-color of middle/top portion of a disabled tab doesn't work 
> for Internet Explorer (v6-v8)
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1880
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1880
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions:  1.0.8-core
>         Environment: windows xp, ie6, ie7, ie8
> trinidad package: ...-api-1.0.8.jar and ...-impl-1.0.8.jar
>            Reporter: teckpro
>
> hi there,
> usually the (css-) skinning for an inactive middle tab works with 
> "af|navigationPane::tabs-inactive af|navigationPane::tabs-mid" and i got no 
> problem there. unfortunately the documentation doesn't explain how to style 
> disabled-inactive tabs. so after trying a bit i found out that 
> "af|navigationPane::tabs-inactive:disabled af|navigationPane::tabs-mid"
> is the correct css-class for skinning the color. but then i realized that it 
> has no effect at all for every version of the IE and again unfortunately our 
> customer works exclusively with IE and nothing else.
> can someone help me or fix the problem?
> thanks in advance
> jonathan

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

Reply via email to