Bug 276336 - KMessageWidget information notice looks odd
Summary: KMessageWidget information notice looks odd
Status: RESOLVED NOT A BUG
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdeui (show other bugs)
Version: SVN
Platform: Unlisted Binaries Linux
: NOR minor
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-23 16:55 UTC by Jon Ander Peñalba
Modified: 2012-08-23 14:57 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.7.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.