You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org> on 2007/03/29 21:13:25 UTC

[jira] Updated: (TOMAHAWK-520) TabbedPane Component creates two tags with the same id

     [ https://issues.apache.org/jira/browse/TOMAHAWK-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Kienenberger updated TOMAHAWK-520:
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.6-SNAPSHOT
         Assignee: Mike Kienenberger
           Status: Resolved  (was: Patch Available)

Mathias, thanks for the patch.
I'm not sure why this dropped through the cracks.
In the future, please create patches with the full path to the file relative to the project directory.
Otherwise it takes a while to locate the file being changed.

> TabbedPane Component creates two tags with the same id
> ------------------------------------------------------
>
>                 Key: TOMAHAWK-520
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-520
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Tabbed Pane
>    Affects Versions: 1.1.3
>            Reporter: Mathias Werlitz
>         Assigned To: Mike Kienenberger
>             Fix For: 1.1.6-SNAPSHOT
>
>         Attachments: TOMAHAWK-520.patch
>
>
> The component writes a DIV tag and a SPAN tag for every tab as content containers.
> Both tags get the same ID attribute. That makes the document invalidate.
> FIX: the span tag should get its own id or could be ommited as it is not really needed.

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