After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 582673 - Glade should allow configuration of focus-chains on containers
Glade should allow configuration of focus-chains on containers
Status: RESOLVED OBSOLETE
Product: glade
Classification: Applications
Component: general
3.6.x
Other All
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on: 582799
Blocks:
 
 
Reported: 2009-05-14 21:02 UTC by Michael Tenenbaum
Modified: 2018-03-26 15:08 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30



Description Michael Tenenbaum 2009-05-14 21:02:29 UTC
Please describe the problem:
If more than one widget is place in a Fixed Container, tab order will be random not left to right, up to down as per Gtk standards.

Steps to reproduce:
1. place a number of Text Entry boxes with in a Fixed Container
2. 
3. 


Actual results:
hitting the tab key in the running application will produce random results

Expected results:
tab order should be left to right, up to down

Does this happen every time?
yes

Other information:
This may be a Gtk problem.  In any event the Gnome people should consider a function to create tab order to overcome this problem.
Comment 1 Tristan Van Berkom 2009-05-15 17:53:50 UTC
I will be hard to convince GTK+ people to enhance GtkFixed 
behavior, its more around as a convenient backdoor out of
resizable containers for a few corner cases where resizabe
UIs dont make sence (highly graphical kiosk applications
with fixed resolutions comes to mind).

Now what you are looking for is gtk_container_set_focus_chain (),
but you bring to light here that it would be interesting to set
that up from Glade.. first we need a custom GtkBuilder construct
for GtkContainer, then we can implement something from Glade.

Comment 2 GNOME Infrastructure Team 2018-03-26 15:08:23 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glade/issues/38.