You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Thorsten Guenther (JIRA)" <ad...@incubator.apache.org> on 2006/10/04 12:26:19 UTC

[jira] Created: (ADFFACES-215) tr:outputText and tr:selectBooleanCheckbox not affected by .AFDefaultFont:alias style

tr:outputText and tr:selectBooleanCheckbox not affected by .AFDefaultFont:alias style
-------------------------------------------------------------------------------------

                 Key: ADFFACES-215
                 URL: http://issues.apache.org/jira/browse/ADFFACES-215
             Project: MyFaces ADF-Faces
          Issue Type: Bug
         Environment: Facelets
            Reporter: Thorsten Guenther
            Priority: Minor


In case of the tr:selectBooleanCheckbox there is an css class attribute rendered to HTML-tag, but that class is not generated in theCSS-file.
In case of the tr:outputText there is no styling rendered to HTML at all.

A workaround is to specify the desired font and size styles in inlineStyle attributes at this components.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (ADFFACES-215) tr:outputText and tr:selectBooleanCheckbox not affected by .AFDefaultFont:alias style

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-215?page=comments#action_12440808 ] 
            
Adam Winer commented on ADFFACES-215:
-------------------------------------

Not too sure about tr:selectBooleanCheckbox, but I really don't want to start rendering any style on tr:outputText at all.  IMO, we should be rendering the default font on the <body> tag, not on each outputText.  Putting it on every outputText bloats the page, and IMO outputText is a unit of text that should be styled by its container, not styled in and of itself.

It is definitely a bug, though, that:
  <af:document>
    <af:outputText value="foo"/>
  </af:document>

... doesn't have the outputText rendering in the default font!

> tr:outputText and tr:selectBooleanCheckbox not affected by .AFDefaultFont:alias style
> -------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-215
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-215
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>         Environment: Facelets
>            Reporter: Thorsten Guenther
>            Priority: Minor
>
> In case of the tr:selectBooleanCheckbox there is an css class attribute rendered to HTML-tag, but that class is not generated in theCSS-file.
> In case of the tr:outputText there is no styling rendered to HTML at all.
> A workaround is to specify the desired font and size styles in inlineStyle attributes at this components.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-215) tr:outputText and tr:selectBooleanCheckbox not affected by .AFDefaultFont:alias style

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-215:
----------------------------------------

    Affects Version/s: 1.0.1-incubating-core-SNAPSHOT

> tr:outputText and tr:selectBooleanCheckbox not affected by .AFDefaultFont:alias style
> -------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-215
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-215
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT
>         Environment: Facelets
>            Reporter: Thorsten Guenther
>            Priority: Minor
>
> In case of the tr:selectBooleanCheckbox there is an css class attribute rendered to HTML-tag, but that class is not generated in theCSS-file.
> In case of the tr:outputText there is no styling rendered to HTML at all.
> A workaround is to specify the desired font and size styles in inlineStyle attributes at this components.

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