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

ListBox does not transmit the selected item when clicked on the row, not on the cell #907

Open
Franek75 opened this issue Aug 14, 2024 · 0 comments
Labels

Comments

@Franek75
Copy link

Describe the bug
ListBox do not transmit the item that has been selected when the user has clicked on the row (on the "empty space to the right of the text") instead of on the value ("on the text)

This has been detected in v. 17.1.21

To Reproduce
Steps to reproduce the behavior:

  1. Open a screen with a Listbox
  2. Select a value by clicking on the empty space to the right of the text

Expected behavior
The selected item is transmitted.

Screenshots
In image #1, user has clicked on the row ("on the blank space"). Item "Assay 3" appears as selected (blue background), but the selected item is not transmitted, and the "Save" button remains disabled, because it does not detect the selected Assay, that is mandatory.
Assay_ClickedInRow

In image #2, user has clicked on the cell ("on the text"). Item "Assay 3" appears as selected (blue background), the selected item is correctly transmitted, and the "Save" button becomes enabled, because it does detect the selected Assay.
Assay_ClickedInCell

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version 127

Additional context
Looks like it is due to AG-Grid having changed "clickedRow" to "rowClicked" or something similar. @alfonsserra can supply further information

@Franek75 Franek75 added the bug label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant