-
Notifications
You must be signed in to change notification settings - Fork 319
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
Color picker does not work #5780
Comments
I can't open that link. Please provide details of the problem here. Unless it is due to this issue noted in the release notes:
If that's the problem, you can close this issue because we do not plan to fix it. |
Yes this is it. Apparently this is the source of this statement: https://groups.google.com/g/flutter-announce/c/V335xbsPWUs/m/14LSp05kAQAJ Can you describe why this issue is "wont fix"? It is a usability issue and it appears to be within the limits of intellij sdk. (is it?) |
I tried out this functionality and it is great when it works but there a few bugs. Problems with the current behavior:
|
When working with named color constants, code completion works great. Making the color picker work equivalently is a lot of work, which was why I said we don't plan to fix it. We'll leave it open, though. The reason the color picker is displayed for named colors is to provide the preview, and I couldn't find a way to disable the "picker" part of the preview. If IntelliJ adds that, then we can stop displaying the input selector. I think rewriting a named value to a hex value would be a surprising and unwelcome UX, though. |
I've moved the case of the color picker not working after local edits to #5796 |
The color picker now auto-completes to color constants and works even if the previous version of a color is a color constant. flutter#5796 flutter#5780
The color picker now auto-completes to color constants and works even if the previous version of a color is a color constant. flutter#5796 flutter#5780
The color picker now auto-completes to color constants and works even if the previous version of a color is a color constant. flutter#5796 flutter#5780
The color picker now auto-completes to color constants and works even if the previous version of a color is a color constant. flutter#5796 flutter#5780
Hey there, the issue is still hapening in IntelliJ : IntelliJ IDEA 2024.3 (Ultimate Edition) Any idea what could be wrong and how can we help to fix it ? |
Steps to Reproduce
The color picker in the gutter does not work:
https://1drv.ms/u/s!AsFZusAnvKobgSdqPimyQvn4jzbt?e=XZwpKy
The text was updated successfully, but these errors were encountered: