Bug 343199 - Focus doesn't work properly when going through MainWindow::xshapeOpenWindow()
Summary: Focus doesn't work properly when going through MainWindow::xshapeOpenWindow()
Status: RESOLVED DUPLICATE of bug 341330
Alias: None
Product: yakuake
Classification: Applications
Component: general (show other bugs)
Version: Git (Frameworks 5)
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-23 14:41 UTC by Aleix Pol
Modified: 2015-02-07 18:04 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 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.)