-
Notifications
You must be signed in to change notification settings - Fork 109
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
bug : Pick list is broken when using a FloatingElement #77
Comments
This is same issue as iced-rs/iced#1591. |
this is a issue because he has to separate Overview from regular rendering. Only way to truly fix this is for Iced to Adapt a better method of determining what is focused and what is not. |
iced-rs/iced#1591 has been closed as having been fixed by iced-rs/iced#1655. Will code in this repo have to be adjusted? |
not entirely sure yet on if any changes need to be made. Ill need to get with him to see. |
Ok! I forgot to mention that it’s still not working for me. |
yeah this library would need to be synced with the main repo in order for you to use it with the current iced repo. at least. |
It is unclear to me if the PR enables overlays on top of overlays or just having multiple overlays in general.. |
See also iced-rs/iced#940 |
yeah until he can figure out how to get them to overlay correctly nothing will change. |
this might be fixed with the newest iced. Could someone please verify this for me? |
This seems to still be broken with latest iced. |
it probably is fixable now since the newer iced offers a way to generate layers for overlays. just need to find time to do and test it. |
this has been fixed for the floating element. |
When using FloatingElement in an application, pick lists do not display selectable values anymore.
I made a Minimal reproducible example here.
The text was updated successfully, but these errors were encountered: