! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
when L key pressed the whole entry is selected
Status:
RESOLVED: FIXED
Product:
Xfce4-appfinder
Component:
General

Comments

Description Evangelos Vazaios 2011-11-08 17:49:45 CET
When the L key is pressed the whole edit input is selected independent of whether the ctrl key is pressed.

The problem is in  xfce_appfinder_window_key_press_event function and particular where checking if ctrl key is pressed. 

The operator should be the binary  AND (&) and not the boolean AND (&&).
Comment 1 Mike Massonnet editbugs 2011-11-09 21:35:03 CET
Created attachment 3947 
Fix-operator-for-event-state-bug-8122.patch
Comment 2 Nick Schermer editbugs 2011-12-26 16:52:46 CET
Jannis fixed this in aa65c1.

Bug #8122

Reported by:
Evangelos Vazaios
Reported on: 2011-11-08
Last modified on: 2011-12-26

People

Assignee:
Jannis Pohlmann
CC List:
1 user

Version

Attachments

Additional information