Completed
Last Updated: 07 Apr 2023 07:56 by ADMIN
Release LIB 2023.1.407 (7 Apr 2023)
Created by: Martin Ivanov
Comments: 0
Category: BreadCrumb
Type: Bug Report
0
The selection in the Breadcrumb is wrong when a history item is clicked. This manifests only when specific steps are executed.
Completed
Last Updated: 26 Oct 2017 10:48 by ADMIN
When DataContext is set in XAML, CurrentItem is automatically set and if you have set ImagePath - the root header image will be displayed in the breadcrumb.

If DataContext is set at runtime - the CurrentItem is not internally set properly and the root image is not shown.



The workaround is setting the CurrentItem after setting the DataContext. 

For example:

 private void Button_Click(object sender, RoutedEventArgs e)
        {
            this.DataContext = new MainViewModel();
            this.breadCrumb.CurrentItem = (this.DataContext as MainViewModel).Root;
        }


Completed
Last Updated: 01 Sep 2015 11:50 by ADMIN
Completed
Last Updated: 08 Feb 2017 07:52 by ADMIN
ADMIN
Created by: Petar Mladenov
Comments: 3
Category: BreadCrumb
Type: Bug Report
1
RadBreadCrumb does not show the Image of the Header Initially. 

Initially , there is no selection but RadBreadCrumb should display the Image of the header item on its left side. After selection change and selecting back the header => the Image is shown.

Sample code

 <telerik:RadBreadcrumb VerticalAlignment="Bottom" IsIconVisible="True" x:Name="bCrubm" 
                               IsCurrentIconVisible="True"
>
            <telerik:RadBreadcrumb.Header>
                <telerik:RadBreadcrumbItem Header="aaa" Image="/Images/Desktop.png" />
            </telerik:RadBreadcrumb.Header>


Available in LIB version: 2015.2.803
Completed
Last Updated: 21 Nov 2014 15:28 by ADMIN
If an item's header is longer than the breadcrumb itself you won't be able to click the drop down button of the item in order to see its children.
Completed
Last Updated: 01 Oct 2014 13:51 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: BreadCrumb
Type: Bug Report
1
Keyboard navigation is not handled as expected.

Fixed in LIB version: 2014.2.0908
Completed
Last Updated: 27 Mar 2014 12:23 by ADMIN
Text autocomplete doesn't work if you use composite TextModePath e.g. InnerItem.Name
Completed
Last Updated: 11 Feb 2015 12:44 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: BreadCrumb
Type: Bug Report
1
Make the Breadcrumb component keep the CurrentItem value during a dynamic theme change. 

Available in LIB version: 2014.3.1409
Completed
Last Updated: 24 Oct 2017 13:38 by ADMIN
Extensibility issues with the Breadcrumb's overflow button and BreadcrumbBarItem's controlTemplate