-
Notifications
You must be signed in to change notification settings - Fork 120
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
Entity picker in dropdown when configuring a button in the modal cuts off available entities from view #253
Labels
bug
Something isn't working
Comments
This is not something I can fix. There are multiple issues with https://github.com/mskocik/svelecte, and I'm looking for a replacement. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have a lot of entities with the same prefix, you may not be able to find them in the list due to the fact the entity lists pops UP instead of DOWN inside the modal. As you can't scroll the modal UP, you can't see the full entity list. If the entity list actually dropped DOWN instead of up, this would likely never be an issue as you can scroll further down inside the modal view.
Example:
![image](https://private-user-images.githubusercontent.com/18336095/298830210-0f4b80b9-6027-4f22-9404-1dbed0432006.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzIwNjgsIm5iZiI6MTczOTI3MTc2OCwicGF0aCI6Ii8xODMzNjA5NS8yOTg4MzAyMTAtMGY0YjgwYjktNjAyNy00ZjIyLTk0MDQtMWRiZWQwNDMyMDA2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDExMDI0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUyMmNmMGViYmNlNzA0MjZmOTU5NmM1MWE2NDE3ZWM3ODIzNjgyMzQxMjYzN2JiMDZiMDY2ZmUyMzhiYWE4NzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.RUAktSuPeXNaU1bVMDRRiJsXBK1ZG3rdSDHByQKNJCs)
^^^^^ This screenshot was attained by 'pulling the list with all my might' to reveal a portion of the other available entities, but as you can see I still failed. There are more entries above that I cannot get to.
Possible solutions:
A.Pop list down instead
B. Factor space between the entity field and the top of the modal to draw the correct size of the pop-out. It appears my pop-out is larger than 5 items, but my list is drawn off of the accessible screen.
Note: This is less noticeable when you don't filter the list, but still occurs. It just may be cutting off items that you're not looking for when not filtered, so goes unnoticed.
Browser: Firefox 121.0.1
OS: MacOS Sonoma 14.2.1
Default MacBook Air M1 Resolution (1440x900)
Zoom: 100% Default
The text was updated successfully, but these errors were encountered: