Summary: | wrong window-state-event produced when in minimized + hidden state | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Damanjit Singh <dsingh> |
Component: | compatibility | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | finex, kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
sample gtk app
Source code for the attached sample app. |
Description
Damanjit Singh
2009-04-30 08:27:00 UTC
Created attachment 33233 [details]
sample gtk app
Sample gtk app to demostrate the bug.
1. Run the app - (will show two windows - " Hello" and "World")
2. Minimize the "World" window
3. click hide button on the "Hello" window
4. click show button on the "World" window
5. Observe the state change events Produced (on console)
Created attachment 33234 [details]
Source code for the attached sample app.
Source code for the attached sample app.
Could this report be moved to kdelibs or kwin product? Sorry for the late reply. No idea why this is set "HI" but it's a tricky one. The reason is that setupCompositing() in manage() is called before the desktop (and activity) is assigned. As a result updateVisibility() will call internalKeep(). @Damanjit Why is this an issue? Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. |