[yakuake] [Bug 360234] Cursor not in focus while Yakuake it is

2016-03-15 Thread Leonardo Romor via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360234

--- Comment #8 from Leonardo Romor  ---
I need your help, as I already said I'm new to qt, the last thing I understood
was the following
if I use the legacy xshapeToggleWindowState() everything works indeed
substituting
inside kwinAssistToggleWindowState(bool visible):

if (visible)
{
sharedPreHideWindow();

m_animationFrame = Settings::frames();

connect(_animationTimer, SIGNAL(timeout()), this,
SLOT(xshapeRetractWindow()));
m_animationTimer.start();

// sharedPreHideWindow();
//
// hide();
//
// sharedAfterHideWindow();
}

solve the issue. 

Slowing down the animation with 
data[2] = Settings::frames() * 100;
data[3] = Settings::frames() * 100;
I can see that using the legacy animation the cursor always blink when using
the shortcut to open the terminal. Using the X11 solution instead sometimes
change the cursor state to "unfocused".

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


[yakuake] [Bug 360234] Cursor not in focus while Yakuake it is

2016-03-08 Thread Leonardo Romor via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360234

--- Comment #3 from Leonardo Romor  ---
"If you move the mouse pointer across the broken cursor you will see it gets
filled in. "
Well, for me doesn't work =(
As you can see the cursor "wrongly" toogle only when I place the mouse over the
window of yakuake otherwise it works just fine. Also, is not only a "view"
issue, since I can't copy paste with ctrl+shift+c/v until I click outside the
window and then inside again.

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


[yakuake] [Bug 360234] Cursor not in focus while Yakuake it is

2016-03-08 Thread Leonardo Romor via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360234

--- Comment #2 from Leonardo Romor  ---
Created attachment 97779
  --> https://bugs.kde.org/attachment.cgi?id=97779=edit
Bug video

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


[yakuake] [Bug 360234] Cursor not in focus while Yakuake it is

2016-03-07 Thread Leonardo Romor via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360234

Leonardo Romor  changed:

   What|Removed |Added

Summary|Cursor not in focus but |Cursor not in focus while
   |Yakuake is  |Yakuake it is

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


[yakuake] [Bug 360234] Cursor not in focus while Yakuake it is

2016-03-07 Thread Leonardo Romor via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360234

Leonardo Romor  changed:

   What|Removed |Added

 CC||leonardo.ro...@gmail.com

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


[yakuake] [Bug 360234] New: Cursor not in focus but Yakuake is

2016-03-07 Thread Leonardo Romor via KDE Bugzilla
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.