yx9o opened a new issue, #624: URL: https://github.com/apache/rocketmq-dashboard/issues/624
## Problem Navigation search only matches localized labels and does not match route keys. For example, a route cannot be found by searching for `cluster` when its current label is translated. The global Control/Command-K shortcut is also captured when focus is inside an input, textarea, select, or contenteditable element, unexpectedly opening navigation search and overriding the current editing context. ## Expected behavior - Match navigation entries by both labels and route keys. - Keep matching case-insensitive and ignore surrounding whitespace. - Do not capture Control/Command-K from editable elements. - Preserve the shortcut outside editable elements. ## Proposed fix Extend the navigation search helpers to match route keys, ignore shortcuts originating from editable elements, and add regression tests for both behaviors. -- 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]
