Bug 276336

Summary: KMessageWidget information notice looks odd
Product: [Frameworks and Libraries] kdelibs Reporter: Jon Ander Peñalba <jonan88>
Component: kdeuiAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED NOT A BUG    
Severity: minor CC: agateau, kde, mat69
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In: 4.7.1

Description Jon Ander Peñalba 2011-06-23 16:55:04 UTC
Version:           SVN (using Devel) 
OS:                Linux

In recent KDE builds from master KMessageWidget's information mode looks quite odd. I think this is due to the new ToolTip.

Reproducible: Always

Steps to Reproduce:
You can execute kdeexamples/kdeui/kmessagewidget/ and compare it to https://git.reviewboard.kde.org/r/101249/s/141/
Comment 1 Matthias Fuchs 2011-07-28 11:56:22 UTC
Yes it is because KMessageWidget uses the Tooltip background.
Comment 2 Matthias Fuchs 2011-07-31 11:04:53 UTC
Git commit c50f180f29a5d46093e0172baf71f6dcf9f23281 by Matthias Fuchs.
Committed on 28/07/2011 at 18:53.
Pushed by mfuchs into branch 'KDE/4.7'.

Correctly display popups when using multiple screens

If there are multiple screens with different resolutions or which
are not alligned the same way then it could happen that popups at
the edge were drawn (partially) offscreen.
This patch fixes that issue.

REVIEW:102118
BUG:276336
FIXED-IN:4.7.1

M  +16   -14   plasma/corona.cpp

http://commits.kde.org/kdelibs/c50f180f29a5d46093e0172baf71f6dcf9f23281
Comment 3 Matthias Fuchs 2011-07-31 11:07:28 UTC
Closed the wrong report by accident.
Comment 4 David Edmundson 2012-08-23 14:57:25 UTC
To me this looks exactly the same as the screenshots you link to on reviewboard. 

If this is not correct please attach a screenshot of the broken version, and explain the difference.