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

TextField should not draw its background when disabled/not editable in 242+ #629

Open
rock3r opened this issue Oct 15, 2024 · 1 comment
Assignees
Labels
consistency Our UI presentation is not consistent with IJ

Comments

@rock3r
Copy link
Collaborator

rock3r commented Oct 15, 2024

It looks like the platform changed how the background and borders are drawn in 242, and probably the value of TextField.disabledBackground too. Now, if the field is not enabled or editable, the background is simply not drawn.

We need to update our code accordingly, because we're drawing it and it looks wrong.

This seems to only be a problem in the bridge, because we use values in standalone that mask the issue, but a better solution is needed.

@rock3r rock3r added the consistency Our UI presentation is not consistent with IJ label Oct 15, 2024
@rock3r rock3r self-assigned this Oct 15, 2024
@rock3r
Copy link
Collaborator Author

rock3r commented Oct 15, 2024

Also need to check TextAreas, and see if we handle readonly correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consistency Our UI presentation is not consistent with IJ
Projects
None yet
Development

No branches or pull requests

1 participant