Summary: | File operation fail dialog does not wrap text so it can be displayed off screen | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Richard M <tygalive> |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | a.samirh78, bugseforuns, kdelibs-bugs, kfm-devel, nate |
Priority: | NOR | Keywords: | usability |
Version: | 5.84.0 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/commit/c59c52e4f99e15b50d9bedbf6705f7d0276f87c7 | Version Fixed In: | 5.85 |
Sentry Crash Report: | |||
Attachments: |
controls and dialog extends off screen
fail dialog maximised |
Created attachment 140479 [details]
fail dialog maximised
lol yeah A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/528 In this particular case we know which dialog it is, since it has retry, it's probably the SkipDialog. It's not always easy figuring out which dialog is showing the message, we have many of them :) Git commit c59c52e4f99e15b50d9bedbf6705f7d0276f87c7 by Nate Graham, on behalf of Ahmad Samir. Committed on 04/08/2021 at 15:38. Pushed by ngraham into branch 'master'. Message dialogs: wrap the text This useful when we don't know how long the text that's going to be shown is, helps prevent too wide dialogs. M +1 -0 src/widgets/kurlrequesterdialog.cpp M +1 -0 src/widgets/pastedialog.cpp M +3 -1 src/widgets/skipdialog.cpp https://invent.kde.org/frameworks/kio/commit/c59c52e4f99e15b50d9bedbf6705f7d0276f87c7 is bug 427943 a duplicate? *** Bug 427943 has been marked as a duplicate of this bug. *** Indeed. |
Created attachment 140478 [details] controls and dialog extends off screen SUMMARY STEPS TO REPRODUCE 1. Copy/Move a file with a long name, that will trigger a failed to copy/move dialog 2. The displayed dialog will have text extend out of the viewable area including the buttons to retry or cancel the operation OBSERVED RESULT Content will extend off the viewable area of the screen including the control buttons EXPECTED RESULT Content should wrap around to fit the available screen width SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION i have attached screenshot to further lighten the issue