[Bug 191114] New: wrong window-state-event produced when in minimized + hidden state

Damanjit Singh dsingh at adobe.com
Thu Apr 30 07:27:07 BST 2009


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

           Summary: wrong window-state-event produced when in minimized +
                    hidden state
           Product: kde
           Version: unspecified
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: unassigned-bugs at kde.org
        ReportedBy: dsingh at adobe.com


Version:            (using KDE 4.1.3)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    SuSE RPMs

Follow these steps on any window (in KDE env with desktop effects ON) - 
1. Minimize the window
2. Hide the window (gtk_widget_hide)
3. Show the window (gtk_widget_show)

Observe the window-state-events produced.

For the step 3 we get 3 state change events (when only one was expected)
we get - 
state change from 3 to 2              // This is correct and expected
then, state change from 2 to 0        // This was not expected (wrong)
and gain, state change from 0 to 2    // This was not expected (wrong)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list