Summary: | too wide error message for property-behaviour error | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | S. Burmeister <sven.burmeister> |
Component: | WebDAV | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdelibs-bugs-null, marc321 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/commit/f87f42fa685c854a47db6831dedf99f8ce19a0f9 | Version Fixed In: | 5.86 |
Sentry Crash Report: | |||
Attachments: | Wide webdav error message |
Description
S. Burmeister
2008-04-05 13:16:43 UTC
Created attachment 71446 [details]
Wide webdav error message
I can confirm this bug with the English language. Error message appeared when I copied a file in a webdav share and immediately tried to paste it in the same location. I went ahead and dug through the kdelibs repo to find the particular error message string. It is in the file kdelibs/kioslave/http/http.cpp, line 1728, in the function QString HTTPProtocol::davError. I don't have the time (or desire) to learn how this error message is ultimately displayed in a dialog box. The problem is simply that the text is not getting wrapped. If anyone wants a webdav server to test this on, please let me know and I will gladly set up a temporary user account. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/523 Git commit f87f42fa685c854a47db6831dedf99f8ce19a0f9 by Ahmad Samir. Committed on 17/08/2021 at 21:14. Pushed by ahmadsamir into branch 'master'. kio_http: wrap a long error message FIXED-IN: 5.86 M +4 -4 src/ioslaves/http/http.cpp https://invent.kde.org/frameworks/kio/commit/f87f42fa685c854a47db6831dedf99f8ce19a0f9 |