Summary: | The space reserved for the text of a QDockWidget tab is not enough in some situations | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Tobias Leupold <tl> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | nate, tl |
Priority: | NOR | ||
Version First Reported In: | 6.1.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
The cutoff text using Breeze
The cutoff text using Fusion demo.pro main.cpp MainWindow.cpp MainWindow.h |
Description
Tobias Leupold
2024-06-30 20:01:00 UTC
Created attachment 171210 [details]
The cutoff text using Breeze
Created attachment 171211 [details]
The cutoff text using Fusion
Created attachment 171212 [details]
demo.pro
Created attachment 171213 [details]
main.cpp
Created attachment 171214 [details]
MainWindow.cpp
Created attachment 171215 [details]
MainWindow.h
Since this affects QDockWidget (which is not KDE code) and also multiple QStyles (including non-KDE ones), I think it's safe to say this is a Qt 6 regression. Please report it at https://bugreports.qt.io/. That should be happy to see your test program! I first was also pretty sure this was a Qt bug … I posted this at the Qt forums ( https://forum.qt.io/topic/157507/how-can-i-ensure-that-the-text-in-the-qtabbar-of-qdockwidgets-is-not-cut-off ), but they told me they could not reproduce it. I then played around with different window managers, and found the fact that it does not happen with Plasma 5, but with Plasma 6. So I thought this should be a KDE issue. Just to ask this before filing a Qt bug: Can you also see this?! |