Bug 496229

Summary: Unable to stretch panels in bottom dock over the minimal height
Product: [Applications] kdevelop Reporter: Juraj <jurajoravec>
Component: UI: generalAssignee: kdevelop-bugs-null
Status: RESOLVED NOT A BUG    
Severity: normal CC: igorkuo
Priority: NOR    
Version First Reported In: 6.0.240802   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.