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

Fix list combo box tests #724

Closed
wants to merge 6 commits into from

Conversation

rock3r
Copy link
Collaborator

@rock3r rock3r commented Dec 10, 2024

This PR makes tests pass by fixing a number of bugs, improves the component behaviour, and maintaining tests as needed.

* Split the editable and non-editable list combo boxes
* Fix up item state management as it was utter chaos
* Use the appropriate names for style items
* Add iconTextGap to list item metrics
* Only do preview selection when mouse-moving over an item, not when
  hovering, to reduce glitches when scrolling
* Fix margins and colours
Mostly state being lost in recompositions, and recompositions happening
when they shouldn't.
@rock3r rock3r added bug Something isn't working cleanup Improve the project/tooling and/or get rid of tech debt labels Dec 10, 2024
@rock3r rock3r requested a review from hamen December 10, 2024 12:19
@rock3r rock3r self-assigned this Dec 10, 2024
hamen added a commit to rock3r/intellij-community that referenced this pull request Jan 16, 2025
@hamen
Copy link
Collaborator

hamen commented Jan 16, 2025

Migrated to IJP as JetBrains/intellij-community#2912

@hamen hamen closed this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cleanup Improve the project/tooling and/or get rid of tech debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants