Skip to content
New issue

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

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

Already on GitHub? # to your account

Enter key press is not handled by SearchField #4241

Open
syncro opened this issue Mar 4, 2025 · 1 comment
Open

Enter key press is not handled by SearchField #4241

syncro opened this issue Mar 4, 2025 · 1 comment
Labels
in: flowui in: search triage Issue is waiting for triage type: bug Something isn't working

Comments

@syncro
Copy link
Contributor

syncro commented Mar 4, 2025

Environment

Jmix version: 2.4.2

Bug Description

This behaviour is reported in Tg Jmix Community Channel and not yet rechecked.

When SearchField is placed on MainView and some Screen with DataGrid is opened, the Enter key press on SearchField is not handled due to possible intercept by other components.

Steps To Reproduce

  1. Create project with some entities, data and search addon enabled and setup
  2. Add SearchField to main view
  3. Open screen with Entity list DataGrid
  4. Select any row
  5. Provide search input and press Enter

Current Behavior

Entity detail is opened instead of search results screen

Expected Behavior

Search results screen is opened on Enter key press with SearchField focused

@syncro syncro added in: flowui in: search triage Issue is waiting for triage type: bug Something isn't working labels Mar 4, 2025
@Veroonya
Copy link

Veroonya commented Mar 4, 2025

Image
MainView example of my issue

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
in: flowui in: search triage Issue is waiting for triage type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants