GNOME Bugzilla – Bug 762507
StEntry should not allow middle-click paste while uneditable
Last modified: 2016-02-23 12:50:48 UTC
A contender for the least-serious bug of the year award: * Lock the screen * Type some text into the password field * Right click -> Show Text * Right click again -> Copy * Click Unlock Now, if you didn't type your password, the password entry will be non-editable for about three seconds. During that time, if you middle click on it, you can paste into the non-editable entry. You should only be able to paste into editable entries.
Regression from eaf184b5852825d49c85c683bd7bde96df02baf2
Created attachment 321915 [details] [review] st-entry: Disable middle-click-paste when entry is not editable Should only allow pasting the primary selection when the entry is editable.
Review of attachment 321915 [details] [review]: Yup
Attachment 321915 [details] pushed as 5086681 - st-entry: Disable middle-click-paste when entry is not editable