Bug 343199

Summary: Focus doesn't work properly when going through MainWindow::xshapeOpenWindow()
Product: [Applications] yakuake Reporter: Aleix Pol <aleixpol>
Component: generalAssignee: Eike Hein <hein>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: Git (Frameworks 5)   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Aleix Pol 2015-01-23 14:41:46 UTC
If I set the animation time to 0ms, it uses a different code path that show the window properly but it doesn't set the focus to the konsole part:
It shows the empty rectangle in the prompt, instead of the filled one. This makes copy&paste not to work properly and some other issues (although I can type just fine).

Reproducible: Always

Steps to Reproduce:
1. Open yakuake
2. change the time to 0ms
3. Close and show again
Comment 1 Eike Hein 2015-02-07 17:51:07 UTC
This doesn't seem to be specific to the xshape codepath, I'm seeing problems like this with kwin assist as well.

*** This bug has been marked as a duplicate of bug 341330 ***
Comment 2 Eike Hein 2015-02-07 18:04:07 UTC
(BTW, just for completeness' sake: Taking the xshape codepath is unrelated to the animation duration, i.e. there were other reasons you ended up there.)