[
https://issues.jboss.org/browse/RF-11549?page=com.atlassian.jira.plugin.s...
]
Pavol Pitonak updated RF-11549:
-------------------------------
Description:
# deploy Metamer and open
http://localhost:8080/metamer/faces/components/richTab/simple.xhtml
# set headerClass=xxx
# inspect page source
result:
a space before class name is missing
{code:xml}
<td id="form:tab1:header:inactive" class="rf-tab-hdr rf-tab-hdr-inact
rf-tab-hdr-topxxx" style="display : none">
<span class="rf-tab-lbl">tab1 header</span>
</td>
{code}
there is the same problem with attribute *tabHeaderClass* in rich:tabPanel
was:
# deploy Metamer and open
http://localhost:8080/metamer/faces/components/richTab/simple.xhtml
# set headerClass=xxx
# inspect page source
result:
a space before class name is missing
{code:xml}
<td id="form:tab1:header:inactive" class="rf-tab-hdr rf-tab-hdr-inact
rf-tab-hdr-topxxx" style="display : none">
<span class="rf-tab-lbl">tab1 header</span>
</td>
{code}
Tab: attribute headerClass doesn't work correctly
-------------------------------------------------
Key: RF-11549
URL:
https://issues.jboss.org/browse/RF-11549
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.1.0.Milestone3
Environment: RichFaces 4.1.0-SNAPSHOT
Metamer 4.1.0-SNAPSHOT r.22800
Mojarra 2.1.3-SNAPSHOT
JBoss Web 7.0.1.Final
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Chrome 14.0.835.202 @ Linux i686
Reporter: Pavol Pitonak
Labels: ci_issue
# deploy Metamer and open
http://localhost:8080/metamer/faces/components/richTab/simple.xhtml
# set headerClass=xxx
# inspect page source
result:
a space before class name is missing
{code:xml}
<td id="form:tab1:header:inactive" class="rf-tab-hdr rf-tab-hdr-inact
rf-tab-hdr-topxxx" style="display : none">
<span class="rf-tab-lbl">tab1 header</span>
</td>
{code}
there is the same problem with attribute *tabHeaderClass* in rich:tabPanel
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira