개정판 2c629eec
issue #20022001: 텍스트 검색 / 마크업 리스트 필터 오류 수정
1. 페이지 이동 비동기로 변경 후 텍스트 검색에서 검색된 다른 페이지의 텍스트로 포커스 이동시 확대 안 되는 현상이 있어 수정
2. 마크업 리스트 필터 오류 수정
Change-Id: I8f8ad8248bc65c3cd37b4b60d24ece0c79cafb59
KCOM/Controls/Sample.xaml | ||
---|---|---|
542 | 542 |
</telerik:RadComboBox.ItemTemplate> |
543 | 543 |
</telerik:RadComboBox> |
544 | 544 |
<telerik:RadComboBox HorizontalAlignment="Stretch" Margin="5" DropDownWidth="*" Background="White" BorderBrush="#d6d6d6" x:Name="commentUser" |
545 |
FontSize="10" Grid.Column="1" DisplayMemberPath="UserName" ItemsSource="{Binding UsersCommentPagesList, ElementName=userControl}"
|
|
545 |
FontSize="10" Grid.Column="1" |
|
546 | 546 |
SelectionChanged="commentFilter_SelectionChanged" ClearSelectionButtonVisibility="Visible" ClearSelectionButtonContent="Show All" |
547 | 547 |
EmptyText="USER"> |
548 |
<!--ItemsSource="{Binding UsersCommentPagesList, ElementName=userControl}"--> |
|
548 | 549 |
</telerik:RadComboBox> |
549 | 550 |
<telerik:RadComboBox EmptyText="PAGE" Grid.Column="2" HorizontalAlignment="Stretch" Margin="5" DropDownWidth="*" Background="White" BorderBrush="#d6d6d6" x:Name="commentPage" |
550 | 551 |
ClearSelectionButtonVisibility="Visible" ClearSelectionButtonContent="Show All" SelectionChanged="commentFilter_SelectionChanged"/> |
내보내기 Unified diff