https://bugs.kde.org/show_bug.cgi?id=360234

            Bug ID: 360234
           Summary: Cursor not in focus but Yakuake is
           Product: yakuake
           Version: Git (KDE Platform 4)
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: h...@kde.org
          Reporter: leonardo.ro...@gmail.com

When I open/close the terminal, if the mouse was over the Yukuake terminal, the
cursor lose the focus.
It becomes a bit frustrating for instance when you want to copy a string in the
terminal it prints "^V".

I tried to debug it myself, it seems there's a problem with the hide() method
inherited from qwidget. Inside void
MainWindow::kwinAssistToggleWindowState(bool visible)
 ...
...
if (visible)
        {
            sharedPreHideWindow();

            hide();


that last hide() method call seems to be the problem. Commenting it is a dirty
fix in order to solve the issue

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to