https://bugs.kde.org/show_bug.cgi?id=394249
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/pla | |sma-workspace/38367efd5e932 | |0b69f8771476d3c52921555a4e4 --- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 38367efd5e9320b69f8771476d3c52921555a4e4 by David Edmundson. Committed on 16/05/2018 at 10:18. Pushed by davidedmundson into branch 'master'. Fix Logout screen countdown not cancelling on multi-monitor setups Summary: The logout greeter theme has a timer that invokes the current action if no keyboard interaction has taken place. This cancel on keyboard nav is broken on multiple monitor setups as even if a user is interacting with one, the timer from another can still fire. Fix is via JS singleton library as the timer is very theme specific. I didn't want to add anything in shutdowndlg.cpp as it would be breaking layering. Test Plan: Had multi monitor setup Pressed key on one screen. All timer UIs cleared, nothing happened after 30 seconds Reviewers: #plasma Subscribers: zzag, broulik, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D12893 M +6 -0 lookandfeel/contents/logout/Logout.qml M +2 -1 lookandfeel/contents/logout/LogoutButton.qml C +16 -18 lookandfeel/contents/logout/timer.js [from: lookandfeel/contents/logout/LogoutButton.qml - 069% similarity] https://commits.kde.org/plasma-workspace/38367efd5e9320b69f8771476d3c52921555a4e4 -- You are receiving this mail because: You are watching all bug changes.