| Summary: | Opening a deleted file seems to break the text editor’s geometry | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Laura David Hurka <laura.stern> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | laura.stern |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Geometry broken again after causing a CMake failure and opening a deleted file while the error message is still shown.
Video how opening a deleted file apparently breaks geometry |
||
|
Description
Laura David Hurka
2020-10-20 20:12:03 UTC
how large is your screen? can you paste a screenshot - I guess the error message is too large and we need to enable text elision? My screen is 1920x1080, with a global screen scale of 131.25%. Screenshot does not work, because I can’t reproduce it anymore. Maybe my observations were wrong, and I need to do something else. The error message takes 4 text lines now. Possible that the window resized by the size of the error message, and the size hint of the text editor changed to the current size with size policy “minimal”, so I couldn’t make the side panels bigger than the error message. Created attachment 132611 [details]
Geometry broken again after causing a CMake failure and opening a deleted file while the error message is still shown.
I think I found how to trigger this, I need to open another file while the error message is shown.
Created attachment 132612 [details]
Video how opening a deleted file apparently breaks geometry
Thats it. Apparently it doesn’t need a CMake failure to break geometry, opening a deleted file seems to be enough, and the error message just makes it visible.
huh, very odd. do you have time to look at this? I'd start by attaching gammaray after the issue occurred to check if it's really the size hint or something else that triggers this? |