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

RadBreadCrumb does not receive focus when embedded in a ScrollViewer

1 Answer 35 Views
BreadCrumb
This is a migrated thread and some comments may be shown as answers.
Herman
Top achievements
Rank 1
Herman asked on 09 Oct 2012, 09:53 AM

Hi,

We are using a RadBreadCrumb for displaying a path. However, when the BreadCrumb is embedded in a Scrollview, it no longer receives focus for typing when the BreadCrumb is clicked with the mouse. There is no cursor and typing does not have any effect.

This does work when the BreadCrumb is not embedded in a ScrollViewer.

It can easily be reproduced with the following xaml code snippet:

<ScrollViewer>
    <telerik:RadBreadcrumb/>
</ScrollViewer>


Is this a known issue?

Thanks

1 Answer, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 11 Oct 2012, 04:44 PM
Hi Herman,

Thank you for the feedback. I have logged a bug in our PITS and you will be able to follow it under the name:
"Breadcrumb: The Control looses focus when it is wrapped in ScrollViewer".The PITS will be updated in 24 hours.
As a workaround you can set the IsTabStop property of the ScrollViewer control to false and RadBreadcrumb will work as expected.
I've updated your telerik account and if you have further questions please feel free to ask.

Greetings,
Pavel R. Pavlov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
BreadCrumb
Asked by
Herman
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or