Bug 389837 - SplitterProxy causes rendering issues in kmail
Summary: SplitterProxy causes rendering issues in kmail
Status: CONFIRMED
Alias: None
Product: Breeze
Classification: Plasma
Component: QStyle (show other bugs)
Version: 5.11.5
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Hugo Pereira Da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-03 16:47 UTC by Albert Astals Cid
Modified: 2020-04-11 09:35 UTC (History)
2 users (show)

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


Attachments
said problem (161.18 KB, image/png)
2018-02-03 16:47 UTC, Albert Astals Cid
Details
black rect over mail text (169.09 KB, image/png)
2020-03-29 14:04 UTC, Milian Wolff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Albert Astals Cid 2018-02-03 16:47:41 UTC
Created attachment 110320 [details]
said problem

How to reproduce:
 * Open kmail
 * move the mouse to the list view
 * then move the mouse to the splitter
 * See how the listview has a part that is rendered with the old "the mouse was over this row" color instead of with the new one

Attaching screenshot, see the blueish color on top of the splitter that should not be there.

Also there's xcb warnings 
QXcbConnection: XCB error: 8 (BadMatch), sequence: 4183, resource id: 106954838, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 4193, resource id: 106954838, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 4196, resource id: 106954838, major code: 130 (Unknown), minor code: 3

Disabling it, i.e. making SplitterProxy::eventFilter return false makes it go away.

Using Qt 5.10
Comment 1 Milian Wolff 2020-03-29 14:03:37 UTC
for me it's worse, I often see this rect as black on top of my message text, obscuring the mail message

KMail 5.13.3
KDE Plasma Version: 5.18.3
KDE Frameworks Version: latest git
Qt Version: 5.14.1
Comment 2 Milian Wolff 2020-03-29 14:04:08 UTC
Created attachment 127089 [details]
black rect over mail text
Comment 3 null 2020-04-11 09:35:26 UTC
See also discussion in https://phabricator.kde.org/D10830