https://bugs.kde.org/show_bug.cgi?id=520621
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/ |d08b8f7b8dd8a72c29b5ab063bc |de07f002573244d719afa17899b |ebc4afd425b06 |34a15c754bb69 --- Comment #5 from cwo <[email protected]> --- Git commit de07f002573244d719afa17899b34a15c754bb69 by Christoph Wolk. Committed on 27/05/2026 at 08:54. Pushed by cwo into branch 'Plasma/6.7'. containments/desktop: adjust edit height onTextChanged The renaming edit field adjusts its height in Keys.onReleased. This works fine if the user edits with the keyboard, but can also cut or paste with the mouse through the context menu (or middle click), which does not trigger it. So a one-line text field will stay that way after pasting, even if the text is now more than one line long. Instead, resize in onTextChanged so it's called no matter whether keyboard or other means are used. FIXED-IN: 6.7.0 (cherry picked from commit d08b8f7b8dd8a72c29b5ab063bcebc4afd425b06) Co-authored-by: Christoph Wolk <[email protected]> M +1 -3 containments/desktop/package/contents/ui/RenameEditor.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/de07f002573244d719afa17899b34a15c754bb69 -- You are receiving this mail because: You are watching all bug changes.
