! 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 !
Search entry does not focus correctly
Status:
RESOLVED: FIXED
Product:
Xfce4-appfinder
Component:
General

Comments

Description Jérôme Guelfucci editbugs 2009-10-18 13:14:41 CEST
The search entry callback for the focus-in-event signal has the wrong prototype. Because of that, this signal is not propagated correctly and the entry does not get "visually" focused here (the carret is not displayed and the entry is not highlighted, but typing displays the characters in the entry).
Comment 1 Jérôme Guelfucci editbugs 2009-10-18 13:15:29 CEST
Created attachment 2614 
Use the correct prototype for the callback.
Comment 2 Jannis Pohlmann editbugs 2009-10-18 13:24:16 CEST
Patch applied in master. I'll also apply this fix to the stable branch.

commit 8372af95f8df8f5d173ec9383d6089a04acb2ca4
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Oct 18 15:21:57 2009 +0200

    Properly propagate the focus-in-event of the search entry (bug #5883).
    
    Reported, identified and patch provided by Jérôme Guelfucci.

Bug #5883

Reported by:
Jérôme Guelfucci
Reported on: 2009-10-18
Last modified on: 2009-10-18

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Attachments

Use the correct prototype for the callback. (1.77 KB, patch)
2009-10-18 13:15 CEST , Jérôme Guelfucci
no flags

Additional information