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

TextAreas are lacking scrollbars #108

Closed
rock3r opened this issue Sep 1, 2023 · 3 comments
Closed

TextAreas are lacking scrollbars #108

rock3r opened this issue Sep 1, 2023 · 3 comments
Assignees
Labels
consistency Our UI presentation is not consistent with IJ

Comments

@rock3r
Copy link
Collaborator

rock3r commented Sep 1, 2023

In Swing, text areas have scrollbars when they can't fit all the text in. We currently have the scrolling behaviour but not the scrollbars.

@rock3r rock3r added the consistency Our UI presentation is not consistent with IJ label Sep 1, 2023
@rock3r rock3r added this to the Build 0.6.0 (milestone 6) milestone Sep 1, 2023
@rock3r rock3r self-assigned this Sep 1, 2023
@rock3r rock3r added the blocked-externally This issue or feature is blocked by external dependencies (e.g., bugs in Compose) label Dec 1, 2023
@rock3r
Copy link
Collaborator Author

rock3r commented Dec 1, 2023

This might require work in Compose to allow such a scenario. However, since there are no scrollbars yet in non-Desktop Compose, this may be complicated. Needs more investigation to see if a workaround would be possible (e.g., using the decoration to add scrollbars)

@rock3r
Copy link
Collaborator Author

rock3r commented Feb 20, 2024

This can be solved by using the (experimental) BasicTextField2 API — see #296

@rock3r rock3r removed the blocked-externally This issue or feature is blocked by external dependencies (e.g., bugs in Compose) label Jul 22, 2024
@rock3r rock3r linked a pull request Jul 23, 2024 that will close this issue
@hamen
Copy link
Collaborator

hamen commented Aug 7, 2024

#521 covered this

@hamen hamen closed this as completed Aug 7, 2024
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

Successfully merging a pull request may close this issue.

2 participants