! 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 !
Tab focus
Status:
RESOLVED: INVALID
Product:
Xfce4-terminal
Component:
General

Comments

Description Nick Schermer editbugs 2007-12-06 12:19:11 CET
Currently you use GTK_WIDGET_UNSET_FLAGS (window->notebook, GTK_CAN_FOCUS); quite often in notebooks. This is cool, but notebooks (still) heavily rely on focus, for example for the arrow buttons with scrolling tabs.
A better idea might be a "button-release-signal" on the notebook that moves the focus back to the vte widget, that will make the focus code inside a notebook work again while not bothering the user with a focus tab after a click.
Comment 1 Benedikt Meurer editbugs 2007-12-06 12:45:43 CET
Feel free to submit a patch. :-)
Comment 2 Nick Schermer editbugs 2007-12-06 13:15:50 CET
I knew you were going to say that... Will test it a bit in Mousepad before creating a patch for terminal.

Bug #3725

Reported by:
Nick Schermer
Reported on: 2007-12-06
Last modified on: 2009-12-17

People

Assignee:
Nick Schermer
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information