Bug 364618 - Introduce event delay when minimizing/maximizing windows
Summary: Introduce event delay when minimizing/maximizing windows
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasmashell
Classification: Plasma
Component: Task Manager and Icons-Only Task Manager (show other bugs)
Version: master
Platform: Other Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-21 23:53 UTC by kthiele
Modified: 2017-12-13 20:21 UTC (History)
2 users (show)

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 kthiele 2016-06-21 23:53:13 UTC
When you open a minimized window you can minimize it mid air, I think it would be better if was waiting for the animation to finish and then the user's clicks are counted again. It could irritate the user if he accidentally clicks an application window in the task bar twice and it could also help the CPU cycles and battery in case someone opens and closes a window constantly. Furthermore it can hide some regressions which may make the user think KDE is slow when an app is running on full speed in the background..

Reproducible: Always

Steps to Reproduce:
1. Click to open window from task manager
2. click it again in mid opening animation
3. it minimizes again

Actual Results:  
it stays closed

Expected Results:  
The application should have finished the animation and meanwhile ignore all incoming requests to minimize the window.

I think it would be similar to Windows (7) then?
Comment 1 Nate Graham 2017-10-16 04:33:58 UTC
Is there a problem to letting you re-minimize it in mid-animation? What if you realized you de-minimized it without meaning to?
Comment 2 Nate Graham 2017-12-13 20:21:59 UTC
No response, and the current behavior seems reasonable enough.