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

Multi List and List bug fixes #362

Open
cursork opened this issue Jan 24, 2025 · 0 comments
Open

Multi List and List bug fixes #362

cursork opened this issue Jan 24, 2025 · 0 comments
Assignees
Milestone

Comments

@cursork
Copy link
Contributor

cursork commented Jan 24, 2025

A customer is trying to utilise the List component in their app:

  1. It is not possible to select anything in the list – double click on the List item does not work.
  2. Style property does not work.
  3. Impossible to select multiple items.
  4. If the initial selection is on item 1, and then you press Shift key and click on the last (5th) item expecting to select all items, only 2 3 4 5 items are selected
  5. Dragging the mouse It is possible to select a random area. Pic. 2.
  6. xWG of SelItems does not return any real result: it is always the empty vector.

Image

Image

I've pushed a DemoList (provided by the customer) to the next branch of ewc.

It looks like the code should be easily modifiable to adapt to multiple selection given 'Style' = 'Multi'. While here, it'd be good to remove the use of localStorage when updating the SelItems code.

@cursork cursork added this to the Blocking milestone Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants