You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Helmut Swaczinna <sw...@wlp-systems.de> on 2007/08/17 16:33:19 UTC

[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 


Re: [Tobago] Problems with tabGroup and IE 6/7

Posted by Helmut Swaczinna <sw...@wlp-systems.de>.
Hi,

solved the first problem. See Tobago-474.

Regards
    Helmut


----- Original Message ----- 
From: "Helmut Swaczinna" <sw...@wlp-systems.de>
To: "MyFaces Discussion" <us...@myfaces.apache.org>
Sent: Monday, August 20, 2007 1:37 PM
Subject: Re: [Tobago] Problems with tabGroup and IE 6/7


> Hi,
>
> you can see this behavior in the 1.0.12 demo also.
>
> Regards
> Helmut
>
>
> ----- Original Message ----- 
> From: "Helmut Swaczinna" <sw...@wlp-systems.de>
> To: "MyFaces Discussion" <us...@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
>>
>
> 


Re: [Tobago] Problems with tabGroup and IE 6/7

Posted by Helmut Swaczinna <sw...@wlp-systems.de>.
Hi,

you can see this behavior in the 1.0.12 demo also.

Regards
Helmut


----- Original Message ----- 
From: "Helmut Swaczinna" <sw...@wlp-systems.de>
To: "MyFaces Discussion" <us...@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
>