By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 2632

Summary: TDEPowersave: ESC functionality in "inactivity" dialog
Product: TDE Reporter: Michele Calgaro <michele.calgaro>
Component: other (any)Assignee: Michele Calgaro <michele.calgaro>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, michele.calgaro
Priority: P5    
Version: R14.1.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2575    

Description Michele Calgaro 2016-04-16 04:02:20 CDT
1) Enable "autosuspend" in tdepowersave and set a function and time. click "ok" to close the config dialog

2) wait until the configure time is almost expired. An "inactivity" dialog will appear 30 seconds before the total wait time, asking the user to press "cancel" to interrupt the inactivity timer and continue his/her work

3.1) if the "cancel" button is pressed, everything works ok.

3.2) if the user press "ESC" on the keyboard the dialog is closed, but instead of interrupting the timer, the autosuspend function gets executed immediately.
ESC should instead behave in the same way as the "cancel" button does.
Comment 1 Michele Calgaro 2016-04-21 00:26:02 CDT
Fixed in commit fab0d15 (R14.1.x) and 1067770 (R14.0.x)
Comment 2 Michele Calgaro 2016-05-06 03:37:43 CDT
Previous commits broke the autosuspend functionality.
Fixed in commit 676fba0 (R14.1.x) and b729f8a (R14.0.x)