Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search items are still highlighted after search box content is cleared. #1739

Open
xinxinsg opened this issue Feb 17, 2023 · 2 comments
Open

Comments

@xinxinsg
Copy link

xinxinsg commented Feb 17, 2023

When I enter a text in the search box, all the matching text will be highlighted.
But when I clear the search box (by both enter Backspace or by clicking the X button), the highlight is still shown.

Plugin Settings Search

@XceedBoucherS
Copy link
Collaborator

Hi,

Please specify exactly your steps or by submitting a sample because I can't reproduce this issue.
-I created a new WPF NET Framework sample
-Used NuGet Package Manager to reference Extended.Wpf.Toolkit v4.5.0.
-Created the following XAML:
<StackPanel> <Button x:Name="myButton" Content="TEST" /> <xctk:PropertyGrid SelectedObject="{Binding ElementName=myButton}" /> </StackPanel>
-Entered "te" in the searchBox of the PropertyGrid : Many propertyItems have yellow highlights.
-Clicked the "X" button next to the searchBar of the PropertyGrid (of select all the text in the searchBox and press Backspace): No more propertyItems with yellow highlights.

@xinxinsg
Copy link
Author

Thank you for your response. I did not have a chance to test with V4.5 as I used V3.5 with a public license.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants