This is a migrated thread and some comments may be shown as answers.

RadOutlookBar minimize problem

3 Answers 70 Views
OutlookBar
This is a migrated thread and some comments may be shown as answers.
do
Top achievements
Rank 1
do asked on 06 Dec 2012, 02:00 AM
Senario:
1. Create SL5 project
2. Add 1 radtab control to mainpage with 2 tabitem
3. Add 1 RadOutlookBar to 1st tabitem content with 2 RadOutlookItem (set HorizontalAlignment property to "Left")
Mainpage' XAML is following:

<

 

 

UserControl x:Class="RadControlsSilverlightApp1.MainPage"

 

 

 

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

 

 

 

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

 

 

 

xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

 

 

 

xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

 

 

 

xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"

 

 

 

mc:Ignorable="d" d:DesignWidth="667" d:DesignHeight="540">

 

 

 

 

<Grid x:Name="LayoutRoot">

 

 

 

 

<telerik:RadTabControl Name="radTabControl1">

 

 

 

 

<telerik:RadTabItem Header="RadTabItem1" HorizontalAlignment="Left" Name="RadTabItem1" VerticalAlignment="Top" Width="100" IsSelected="True">

 

 

 

 

<telerik:RadOutlookBar Name="radOutlookBar1" Width="200" HorizontalAlignment="Left">

 

 

 

 

<telerik:RadOutlookBarItem Header="RadOutlookBarItem1" Name="radOutlookBarItem1"/>

 

 

 

 

<telerik:RadOutlookBarItem Header="RadOutlookBarItem2" Name="radOutlookBarItem2"/>

 

 

 

 

</telerik:RadOutlookBar>

 

 

 

 

</telerik:RadTabItem>

 

 

 

 

<telerik:RadTabItem Header="RadTabItem2" HorizontalAlignment="Left" Name="RadTabItem2" VerticalAlignment="Top" Width="100" />

 

 

 

 

</telerik:RadTabControl>

 

 

 

 

</Grid>

 

</

 

 

UserControl>

 

4. Run app
5. At 1st TabItem, click Minimizedbutton on the RadOutlookBar
6. Click 2nd TabItem then click 1st back -> click Minimizedbutton again -> RadOutlookBar not expanded!!!

3 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 07 Dec 2012, 08:10 AM
Hello Do,

Thank you for the report. This is a known issue and it is logged in our PITS.

The bug is caused, because first the RadOutlookBar is removed from the visual tree and then re-added in minimized state.

Regards,
Stefan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Jamie
Top achievements
Rank 1
answered on 03 Jun 2014, 10:58 PM
Is there a timeframe on when this might be fixed? I just ran into this issue myself.
0
Pavel R. Pavlov
Telerik team
answered on 04 Jun 2014, 07:55 AM
Hi,

We cannot bind to any specific timeframe when this issue will be fixed. If you follow this item you will be notified whenever we change any of its fields. Please note that this is the best way to get notified when we will provide a fix for the reported issue.

Regards,
Pavel R. Pavlov
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
OutlookBar
Asked by
do
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Jamie
Top achievements
Rank 1
Pavel R. Pavlov
Telerik team
Share this question
or