-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
EditText/BAsicEditText scroll support broken #1575
EditText/BAsicEditText scroll support broken #1575
Comments
meet it too. |
Does anyone have a workaround for this? I've hacked for a few hours but it seems like the only real solution is to modify the source code directly, which I'd like to avoid. |
as of 1.2.2 it is still here. A year ago a critical bug has been reported. Looks like the platform is about to be abandoned. I suppose they have fired their Russian dev team just then and hardly could ever substitute it ;) @radicaled did you find any idea how to fix it? I'm really disappointed as our plans were to use the platform, we switched to kotlin for a reason, and it seems to be dying and self-cancelling... |
I've created test project to show it and probably create a workaround: https://github.com/sergeych/EditScrollBarBug |
Afraid not. This issue + some others in the repository + discovering that Fleet not using Compose for Desktop has kind of shaken my confidence in using Compose Multiplatform as a solution for desktop applications, so I don't think I'll be expending much more effort in this direction. |
What a pity the only cross platform solution with the more it less usable
programming language seems to be abandoned. Jetbrains shouldn't fire off
their russian team. Without them guys are just salesmen with nothing more
to sell. Real pity.
…On Mon, 23 Jan 2023, 02:34 Arron Washington, ***@***.***> wrote:
@radicaled <https://github.com/radicaled> did you find any idea how to
fix it?
Afraid not.
This issue + some others in the repository + discovering that Fleet not
using Compose for Desktop has kind of shaken my confidence in using Compose
Multiplatform as a solution for desktop applications, so I don't think I'll
be expending much more effort in this direction.
—
Reply to this email directly, view it on GitHub
<#1575 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACJIINP2G4LQDPXWQX2ERLWTXNZRANCNFSM5J3ULLEQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It is not correct to add We need to extend
It is a design flaw, not a bug. But nevertheless it isn't nice that Compose Multiplatform still does not have this ability. |
The new (experimental) API can be used like this (once released):
|
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
Impossible to correcly connect vertical scrollbar to EditText or BasicEditText. If the scllbar is connected, then when caret goes below the visible part of the text it just disspears. It is expected that the text editor automatically scrolls as the caret moves.
If the line makred below as (1) is commented out, the eritor properly scrolls to make caret always visible, but the scrollbar is no more connected and does not function.
project settings:
The text was updated successfully, but these errors were encountered: