kotelnik / plasma-applet-active-window-control

Plasma 5 applet for controlling currently active window.
GNU General Public License v2.0
120 stars 18 forks source link

Report another bug.. #8

Closed Psi57 closed 8 years ago

Psi57 commented 9 years ago

Today when I look up a theme for kde5.I find a bug. 26 27

There are the same bug in buttons.

Psi57 commented 9 years ago

The applet doesn't control the active window but the parent (Perhaps it should be the word )window

kotelnik commented 9 years ago

Hi! I think the non-controlled window is more like "modal dialog" and these dialogs are part of their parent window. But I agree they should be controllable by the widget. I try to investigate why this is not happening and try to fix it. Thanks for reporting!

Psi57 commented 9 years ago

Thanks for your project and help:)

kotelnik commented 9 years ago

Hi! Unfortunately I was unable to fix this issue. For now I am cannot close modal dialog of a window from QML code. I've looked inside taskmanager and windowlist widgets code and none of them can do such thing. You can for example try to close a modal dialog from "Icon Only Task Manager" widget - it cannot be done. When this taskmanager is able to control modal dialogs, my widget will be able to do that as well.

Psi57 commented 9 years ago

OK,I close it :)