You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Rolf Kulemann (JIRA)" <de...@myfaces.apache.org> on 2006/11/21 11:43:02 UTC

[jira] Created: (TOMAHAWK-792) TabbedPane is rendering styleClass attribute as a second class attribute

TabbedPane is rendering styleClass attribute as a second class attribute
------------------------------------------------------------------------

                 Key: TOMAHAWK-792
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-792
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Tabbed Pane
    Affects Versions: 1.1.3
            Reporter: Rolf Kulemann
            Priority: Minor


Using the styleClass attribute in tabbedPane is causing the renderer to render a second HTML class attribute instead of class="myFaces_panelTabbedPane myclass"

-- 
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] Resolved: (TOMAHAWK-792) TabbedPane is rendering styleClass attribute as a second class attribute

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-792?page=all ]

Matthias Weßendorf resolved TOMAHAWK-792.
-----------------------------------------

    Fix Version/s: 1.1.5-SNAPSHOT
       Resolution: Duplicate

Hi Rolf,

see TOMAHAWK-592.

-------------
        String oldTabbedStyleClass = tabbedPane.getStyleClass();
        tabbedPane.setStyleClass ((oldTabbedStyleClass == null) ? "myFaces_panelTabbedPane" : "myFaces_panelTabbedPane " + oldTabbedStyleClass);
-------------


> TabbedPane is rendering styleClass attribute as a second class attribute
> ------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-792
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-792
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Tabbed Pane
>    Affects Versions: 1.1.3
>            Reporter: Rolf Kulemann
>            Priority: Minor
>             Fix For: 1.1.5-SNAPSHOT
>
>
> Using the styleClass attribute in tabbedPane is causing the renderer to render a second HTML class attribute instead of class="myFaces_panelTabbedPane myclass"

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