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 694496 - Combo box - GtkEntry poorly chosen defaults
Combo box - GtkEntry poorly chosen defaults
Status: RESOLVED OBSOLETE
Product: glade
Classification: Applications
Component: user interface
3.14.x
Other Windows
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-23 04:05 UTC by Stuart
Modified: 2018-03-26 15:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stuart 2013-02-23 04:05:48 UTC
create a combobox, click has entry, this will create a GtkEntry, run the window and you won't be able to type in it, you can cut and paste and select drop down items if set but can not enter an item from the keyboard.

This is because the GtkEntry has "Can Focus" is set to no, on the common tab,  

took me ages to find this as I could create it and it would work, but not when created in glade... if the GtkEntry is created on the form this does not happen
Comment 1 Tristan Van Berkom 2013-02-23 10:37:23 UTC
Curiously, is this in Glade or in the loaded GtkBuilder created interface ?

If you use the preview feature to look at your interface, do you still
have the same issues in the preview ?
Comment 2 Stuart 2013-03-05 06:01:18 UTC
Hi I just tested this again,  I still get the same thing, both in the preview and in my application.
Comment 3 Tristan Van Berkom 2013-03-31 12:49:16 UTC
This is tricky.

It's supposed to work because Glade will introspect all live property values
after fetching the combo box's internal entry which it just created.

This behaviour was implemented for similar reasons since bug 638079.

Need to dig a bit deeper to figure out what's going on.
Comment 4 GNOME Infrastructure Team 2018-03-26 15:28:22 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/122.