-
Notifications
You must be signed in to change notification settings - Fork 43
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
Disabled options text color is incorrect in Dropdown
component
#668
Comments
@hamen can you take a look? This is in the old dropdowns, but feels like the bug is actually in the menu items |
I'm looking into it today 🤞 |
Signed-off-by: Ivan Morgillo <[email protected]>
Signed-off-by: Ivan Morgillo <[email protected]>
Thanks!!! |
Thanks Yasser. Will have Ivan look into this again next week. |
Signed-off-by: Ivan Morgillo <[email protected]>
I have a fix in #717 |
Thanks! Will this also address the issue where the dropdown options look much thinner now? |
Unfortunately, no, the reason being #718. |
I am an engineer for Android Studio Profiler which, as of Koala Feature Drop, has been using Jewel for the home tab implementation. Recently we had the following bug reported: https://b.corp.google.com/issues/376056212. This was also reproduced in another area of Studio that employs Jewel (
Device Manager
>Add a new device
). This issue first appeared in Ladybug Feature Drop, and was not present in Koala Feature Drop nor Ladybug 1.Essentially, the issue can be summarized as, when a single disabled dropdown option, or even if the dropdown itself is disabled, the text color shown makes it look like its enabled.
To reproduce, I simply cloned the jewel project, set
enabled
equal tofalse
for the onlyDropdown
in theComposeShowcaseTab
and ran the IDE Sample. Here is the result:The text was updated successfully, but these errors were encountered: