RockteMQ-AI commented on issue #3985: URL: https://github.com/apache/rocketmq-dashboard/issues/3985#issuecomment-5557675280
**Issue Evaluation** Category: | Status: **Confirmed** This is a valid bug caused by a trim mismatch between server-side and client-side filtering on the Topic page. **Root Cause:** sends to the server API, but filters rows using the raw (untrimmed) . When the input has leading/trailing spaces (common when pasting), the server returns correct results but the client-side check rejects all rows because no topic name contains the padded string. **Impact:** Topic table appears empty after pasting a search term with whitespace, even though matching topics exist on the server. **Severity:** Medium — functional defect with a clear reproduction path, but workaround exists (manually trim input). **Note:** The same class of defect was previously fixed for consumer-group search (#911). The fix should apply consistently in to match the server-side behavior. An automated fix proposal can be generated. Reply to proceed with PR generation. --- *Automated evaluation by github-manager* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
