You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Noeth (JIRA)" <de...@myfaces.apache.org> on 2018/02/05 10:38:00 UTC

[jira] [Created] (TOBAGO-1848) Attribute "customClass" of is still applied even if rendered=false.

Henning Noeth created TOBAGO-1848:
-------------------------------------

             Summary: Attribute "customClass" of <tc:style> is still applied even if rendered=false.
                 Key: TOBAGO-1848
                 URL: https://issues.apache.org/jira/browse/TOBAGO-1848
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 4.0.0
            Reporter: Henning Noeth


The customClass attribute of <tc:style> is always applied, even if rendered = false is set.
All other attributes like "width" or "textAlign" are correctly ignored.
{code:xml}<tc:link label="LINK">
  <tc:style customClass="bg-success" width="200px" textAlign="center"/>
</tc:link>{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)