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 363116 - Missing label_for/label_by properties in properties dialog
Missing label_for/label_by properties in properties dialog
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
0.x.x [obsolete]
Other All
: Normal normal
: ---
Assigned To: bill.haneman
Nautilus Maintainers
Depends on:
Blocks: 360541
 
 
Reported: 2006-10-18 11:28 UTC by Willie Walker
Modified: 2010-07-06 21:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to add missing relations (6.23 KB, patch)
2006-10-18 14:31 UTC, padraig.obriain
none Details | Review

Description Willie Walker 2006-10-18 11:28:09 UTC
Using the at-poke application to examine the widgets in the nautilus
application (the app that gives you the folder property window), one can see
that the label for and label by properties are not being set.  For example, in the Basic tab, the "Type:" label and the actual type label (I see "link to folder" in my window for the file I was looking at) shoudl have a label_for/label_by relations.
Comment 1 padraig.obriain 2006-10-18 14:31:44 UTC
Created attachment 74952 [details] [review]
patch to add missing relations

I hope that the attached patch adds all the missing relations
Comment 2 Willie Walker 2006-10-18 15:04:48 UTC
When I apply this patch, run nautilus, and then look at the window via at-poke, I'm still not seeing any relations.  It might be that I've built something wrong, though.  Padraig - were you able to see the label_for/by relations after you ran your patched versin of Nautilus?
Comment 3 padraig.obriain 2006-10-23 10:44:25 UTC
This is strange. I see loads of new relations when I rebuild nautilus. If you can test on Solaris x86 I can send you a binary.
Comment 4 Willie Walker 2006-10-26 13:09:41 UTC
The problem what that we didn't realize that nautilus was always started when you logged in (i.e., it seems to be the thing that shows the icons on the Desktop).  So...to get the new nautilus running, one needs to log out and log back in (or restart nautilus some other way).

Once we figured this out, we were able to test this patch and it looks good.  Orca gives good information once this patch has been applied.  Thanks!
Comment 5 Martin Wehner 2006-10-30 20:01:14 UTC
Thanks, I've committed it on HEAD with small changes (an unused variable and an unrelated whitespace change):

2006-10-30  Martin Wehner  <martin.wehner@gmail.com>

	* src/file-manager/fm-properties-window.c:
	(attach_value_field_internal), (attach_value_field),
	(attach_ellipsizing_value_field), (append_title_value_pair),
	(append_title_and_ellipsizing_value),
	(append_directory_contents_fields), (add_permissions_combo_box),
	(create_simple_permissions), (create_advanced_permissions):
	Set up proper relationships between labels and widgets in the
	properties dialog. Fixes #363116.

	Patch from Padraig O'Briain  <padraig.obriain@sun.com>
Comment 6 Allan Day 2010-07-06 21:11:40 UTC
Changing component as a part of ongoing reorganisation work.