Summary: | TextArea is only displaying a portion of a long toot | ||
---|---|---|---|
Product: | [Applications] Tokodon | Reporter: | Daniel Holgerson <daniel> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carl, contact, josh |
Priority: | NOR | ||
Version: | 23.04.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/tokodon/-/commit/dc2974f149d8329fa5093a2bccf0cf6c80de4a91 | Version Fixed In: | |
Sentry Crash Report: |
Description
Daniel Holgerson
2023-06-28 00:47:02 UTC
Thanks for reporting, I guess none of us has tested with a server that allows over >500 characters :D A possibly relevant merge request was started @ https://invent.kde.org/network/tokodon/-/merge_requests/357 Git commit e358042cd0a02327037d0f8aa3a1730d6ab0788c by Joshua Goins. Committed on 12/09/2023 at 14:40. Pushed by redstrate into branch 'master'. Use the TextArea's implicitHeight when calculating composer height This enables the text to overflow properly, and scroll the page if needed. Affects users of servers of character limits >500. M +1 -1 src/content/ui/StatusComposer/StatusComposer.qml https://invent.kde.org/network/tokodon/-/commit/e358042cd0a02327037d0f8aa3a1730d6ab0788c Git commit dc2974f149d8329fa5093a2bccf0cf6c80de4a91 by Joshua Goins. Committed on 12/09/2023 at 17:34. Pushed by carlschwan into branch 'release/23.08'. Use the TextArea's implicitHeight when calculating composer height This enables the text to overflow properly, and scroll the page if needed. Affects users of servers of character limits >500. (cherry picked from commit e358042cd0a02327037d0f8aa3a1730d6ab0788c) M +1 -1 src/content/ui/StatusComposer/StatusComposer.qml https://invent.kde.org/network/tokodon/-/commit/dc2974f149d8329fa5093a2bccf0cf6c80de4a91 (In reply to Joshua Goins from comment #1) Well, I do have account in one such server. Will see when the bug fix is released. |