| Summary: | Improve UX if text is too long for the input fields | ||
|---|---|---|---|
| Product: | [Applications] kmenuedit | Reporter: | postix <postix> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | wishlist | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 6.3.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
postix
2025-03-19 12:28:18 UTC
These are standard single-line Qt text fields; if the problem exists here, in principle it exists everywhere. I see two options: 1. Improve the discoverability of too-long text in standard Qt text fields. 2. Switch to a multi-line text field here as needed, and then wrap the text. #2 is feasible to do here, but I'm not sure it would be a good idea since it would cause the layout to bounce around and align poorly, and then we'd just get bug reports about that. Make sense. Got a last idea: #3 Show a popup multi-line input field on click above or below the input field When the text fits (does not fit), popup closes (opens) and the focus is set accordingly to the right control. The text would be shown in both controls. I could imagine it to work nicely. Think _out of the box_ :-) |