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

Selected options in Content Selector get deselected on dropdown scroll #3305

Closed
ashklianko opened this issue Oct 13, 2023 · 0 comments · Fixed by #3313
Closed

Selected options in Content Selector get deselected on dropdown scroll #3305

ashklianko opened this issue Oct 13, 2023 · 0 comments · Fixed by #3313
Assignees
Labels
Bug Something isn't working

Comments

@ashklianko
Copy link
Member

In ContentSelector try to select several items, some of them should be selected from non-first batch loaded in the dropdown.
Open selector dropdown again and start scrolling down until second batch is loaded: Apply button appears and some previously selected items are not selected in the dropdown anymore

@ashklianko ashklianko added the Bug Something isn't working label Oct 13, 2023
@ashklianko ashklianko self-assigned this Oct 13, 2023
@alansemenov alansemenov changed the title Combobox: options get deselected in dropdown on scroll Selected options in Content Selector get deselected on dropdown scroll Oct 13, 2023
@ashklianko ashklianko transferred this issue from enonic/app-contentstudio Oct 16, 2023
ashklianko added a commit that referenced this issue Oct 16, 2023
…#3305

- BaseRichComboBox: comboBox.addOption doesn't select item that is supposed to be selected
- DropdownList: navigating to the first selected row only if dropdown was not open yet
ashklianko added a commit that referenced this issue Oct 16, 2023
…#3305

- BaseRichComboBox: comboBox.addOption doesn't select item that is supposed to be selected
- DropdownList: navigating to the first selected row only if dropdown was not open yet
ashklianko added a commit that referenced this issue Oct 16, 2023
…#3305

- no need to fetch a next batch if dropdown is already closed
alansemenov pushed a commit that referenced this issue Oct 19, 2023
…#3305

- BaseRichComboBox: comboBox.addOption doesn't select item that is supposed to be selected
- DropdownList: navigating to the first selected row only if dropdown was not open yet
- no need to fetch a next batch if dropdown is already closed
alansemenov pushed a commit that referenced this issue Oct 19, 2023
…#3305

- BaseRichComboBox: comboBox.addOption doesn't select item that is supposed to be selected
- DropdownList: navigating to the first selected row only if dropdown was not open yet
- no need to fetch a next batch if dropdown is already closed
alansemenov pushed a commit that referenced this issue Oct 23, 2023
…#3305

- BaseRichComboBox: comboBox.addOption doesn't select item that is supposed to be selected
- DropdownList: navigating to the first selected row only if dropdown was not open yet
- no need to fetch a next batch if dropdown is already closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant