Hi,

I've discovered some problems with tab switching when switchType is "reloadTab" and using the IE 6/7. The first problem is new in Tobago 1.0.12. There was no problem in 1.0.11. The second problem is in
1.0.11 and 1.0.12.

1. Switching the tabs by mouse doesn't work when you click on an underlined accelerator char on the tab.
Clicking on an other char works.

2. Switching the tabs by accelerator key (alt + key) doesn't work properly. You have the push the key multiple times or hold down the key for some seconds. This behavior seems to be randomly and seems to depend on
the complexity of the tabs.

Example:

<f:view>
 <tc:page id="tabsPage" width="200px" height="100px">
   <tc:tabGroup switchType="reloadTab">
     <tc:tab id="tab1" label="_Tab1">
       <tc:out value="Tab1"/>
     </tc:tab>
     <tc:tab id="tab2" label="T_ab2">
       <tc:out value="Tab2"/>
     </tc:tab>
   </tc:tabGroup>
 </tc:page>
</f:view>

Regards
Helmut

Reply via email to