Accelerator keys don't work properly in tabGroup
------------------------------------------------
Key: TOBAGO-539
URL: https://issues.apache.org/jira/browse/TOBAGO-539
Project: MyFaces Tobago
Issue Type: Bug
Components: Themes
Affects Versions: 1.0.12, 1.0.13
Environment: IE 6/7
Reporter: Helmut Swaczinna
Priority: Minor
Switching the tabs by accelerator key (alt + key) doesn't work properly with
switchType="reloadTab".
You have the push the key twice to switch to the tab.
In this example you have to push the alt + b key always twice.
<f:view>
<tc:page id="tabsPage" width="200px" height="100px">
<tc:tabGroup switchType="reloadTab">
<tc:tab id="tab1" label="T_ab1">
<tc:out value="Tab1"/>
</tc:tab>
<tc:tab id="tab2" label="Ta_b2">
<tc:out value="Tab2"/>
</tc:tab>
</tc:tabGroup>
</tc:page>
</f:view>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.