Bug 496229 - Unable to stretch panels in bottom dock over the minimal height
Summary: Unable to stretch panels in bottom dock over the minimal height
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: general (other bugs)
Version First Reported In: 6.0.240802
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-13 19:49 UTC by Juraj
Modified: 2024-12-11 22:56 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juraj 2024-11-13 19:49:59 UTC
SUMMARY
After a while of running KDevelop and developing, the panels in the bottom dock are unable to be stretched over the minimal height.
At times the bottom dock (with the list of docked panels) is pushed offscreen, happens when panel is open.
Clicking on the text editor and doing some stuff may force the window to fit the screen again, with bottom dock unchanged (still forced minimal height of panels, but it is no longer offscreen).

STEPS TO REPRODUCE
1. Sadly, I am not sure. Happens during normal use within a "short" period of time.

OBSERVED RESULT
Unable to increase the height of the panels in the bottom dock.

EXPECTED RESULT
Being able to adjust the height of the panels in the bottom dock even after some time.

SOFTWARE/OS VERSIONS
Operating System: Artix Linux 
Kernel Version: 6.11.6-artix1-1 (64-bit)
Graphics Platform: X11
Window Manager: i3

Linux/KDE Plasma: 
KDE Plasma Version: 6.2.2
KDE Frameworks Version: 6.7.0
Qt Version: 6.8.0

ADDITIONAL INFORMATION
I suspect this being either Qt6 issue or kTextEditor issue.
Comment 1 Juraj 2024-12-10 21:46:10 UTC
Steps to reproduce (bit uncertain)
1. Enable search inside open document (press Ctrl+F)
2. Insert some term which is on page few times
3. Search multiple times on the page, probably best to reach end and beginning of the document a few times

EXPECTED RESULT:
Just normal search and nothing else

OBSERVED RESULT?
The search works fine, but the minimal height is set to some high value and pushes the rest of GUI down.
Comment 2 Igor Kushnir 2024-12-11 15:13:41 UTC
Cannot reproduce. Have you tried renaming your ~/.config/kdevelop.rc, ~/.local/state/kdevelopstaterc, ~/.local/share/kdev* ? Perhaps some old KF5/Qt5 config causes the bug.
Comment 3 Juraj 2024-12-11 22:56:38 UTC
> Cannot reproduce.
I tried to reproduce in KDE Neon VM and was unable to.

> Have you tried renaming your ~/.config/kdevelop.rc, ~/.local/state/kdevelopstaterc,
> ~/.local/share/kdev* ? Perhaps some old KF5/Qt5 config causes the bug.
Thank you for the list, I did not know which files are relevant.
I renamed it and the problem seems to be solved, I hope permanently (till Qt7?).

Thank you very much.