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 - TDEPowersave: ESC functionality in "inactivity" dialog
Summary: TDEPowersave: ESC functionality in "inactivity" dialog
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: other (any) (show other bugs)
Version: R14.1.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Michele Calgaro
URL:
Depends on:
Blocks: R14.0.4
  Show dependency treegraph
 
Reported: 2016-04-16 04:02 CDT by Michele Calgaro
Modified: 2016-05-06 03:37 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)