Hi,

you can see this behavior in the 1.0.12 demo also.

Regards
Helmut


----- Original Message ----- From: "Helmut Swaczinna" <[EMAIL PROTECTED]>
To: "MyFaces Discussion" <users@myfaces.apache.org>
Sent: Friday, August 17, 2007 4:33 PM
Subject: [Tobago] Problems with tabGroup and IE 6/7


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