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

hotfix for tag-overflow's matchingText embolden feature regression #973

Closed
wants to merge 1 commit into from

Conversation

jmcmichael
Copy link
Contributor

@jmcmichael jmcmichael commented Dec 16, 2023

The tag-overflow components' filter text embolden feature is working for me now, however I'm not quite sure why. I'm checking this in so y'all can see if this fixes the issue for you. I traced the filter text and logic, adding variable debug output in child templates, and at some point the proper tags were showing up emboldened again. After I reverted the templates to remove the debug output, and reverted any other updates I made to components to figure out which modification fixed the issue, tags matching col filter text were still being emboldened.

I did keep an update that makes the 'matching-tag' ngClass expression case-insensitive, which could cause confusing results if users are expecting 'C' to match all 'c' in tag labels. That's the entirety of the PR. If I revert this change locally, the filter embolden feature still works... so, not sure what's going on.

Fixes #971

@jmcmichael jmcmichael requested a review from acoffman December 16, 2023 00:49
Copy link

You must specify one of the following labels: bugfix, housekeeping, new-feature, enhancement, ignore-for-release, dependencies in order for this PR to appear in the release notes.

@jmcmichael jmcmichael added the bugfix PR Label for bug fixes. Will appear in release notes. label Dec 16, 2023
@susannasiebert
Copy link
Contributor

As far as I can tell, this seems to have resolved itself. I think we can close this PR.

@acoffman acoffman closed this Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix PR Label for bug fixes. Will appear in release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants