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 794011 - GtkTreeView Hierarchy 'Add child ...' not working
GtkTreeView Hierarchy 'Add child ...' not working
Status: RESOLVED DUPLICATE of bug 774994
Product: glade
Classification: Applications
Component: general
3.21.x
Other Linux
: Normal critical
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-03-03 11:30 UTC by jmarion78
Modified: 2018-03-03 14:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
R.M.B. Menu (75.73 KB, image/png)
2018-03-03 11:30 UTC, jmarion78
Details

Description jmarion78 2018-03-03 11:30:26 UTC
Created attachment 369218 [details]
R.M.B. Menu

Create GtkListStore with some Data.
Create GtkTreeView. 
Connect GtkTreeView to previously created GtkListStore.
Select GtkTreeView.

R.M.B. -> "Edit..." -> Hierarchy
Create some Columns
R.M.B. on any Column show Menu.

All 'Add child ...' Menu Items are not working, and 'Add column' too. 
When I click them, nothing happens. 

Tested in Glade 3.21.0 and 3.20.0. The Result is the same.
Comment 1 Juan Pablo Ugarte 2018-03-03 14:56:30 UTC
This is fixed in master and glade-3-20 branches but I havent made a release yet, but you should be able to use glade nightly

sudo flatpak remote-add gnome-nightly https://sdk.gnome.org/gnome-nightly.flatpakrepo
sudo flatpak remote-add gnome-apps-nightly https://sdk.gnome.org/gnome-apps-nightly.flatpakrepo
sudo flatpak install gnome-apps-nightly org.gnome.Glade

*** This bug has been marked as a duplicate of bug 774994 ***