Bug 157027 - Plasma Dialog always appears on the first screen
Summary: Plasma Dialog always appears on the first screen
Status: RESOLVED NOT A BUG
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-31 14:47 UTC by Mike
Modified: 2008-06-16 04:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike 2008-01-31 14:47:14 UTC
Version:            (using Devel)
Installed from:    Compiled sources
OS:                Linux

I am using the netgraph applet from kde-look ( http://www.kde-look.org/content/show.php/plasma-netgraph?content=74071 ), it uses a Plasma::Dialog to show the speed on a mouse click but the dialog always appears on the left screen when the plasmoid is on the right.

The code in the plasmoid seems fairly standard so I do not think it is a bug there

...
dial_pl->show();
dial_pl->position(event,
                  boundingRect(),
                  mapToScene(boundingRect().topLeft()));
Comment 1 Aaron J. Seigo 2008-06-16 04:21:26 UTC
the bug is in the applet. it should be doing:

dial_pl->move(setPosition(dial_pl.size());

this plasmoid is not in svn, and as such is not ours to fix. let the author know though ... in fact, let the author know they could host their applet in kde's svn if they wanted =)