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 455127 - ATK relations not properly converted
ATK relations not properly converted
Status: RESOLVED DUPLICATE of bug 454653
Product: gtk+
Classification: Platform
Component: Class: GtkBuilder
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GtkBuilder maintainers
GtkBuilder maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-09 11:53 UTC by Bastien Nocera
Modified: 2007-07-09 12:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
properties.glade (44.50 KB, text/plain)
2007-07-09 11:54 UTC, Bastien Nocera
Details

Description Bastien Nocera 2007-07-09 11:53:06 UTC
Glade file:
                        <widget class="GtkLabel" id="title_label">
                          <property name="visible">True</property>
                          <property name="label" translatable="yes">Title:</property>
[...]
                          <accessibility>
                            <atkrelation target="title" type="label-for"/>
                          </accessibility>
                        </widget>

UI file:
                          <object class="GtkLabel" id="artist">
                            <property name="visible">True</property>
                            <property name="can_focus">True</property>
                            <property name="label" translatable="yes">Unknown</property>
[...]
                            <accessibility>
                              <atkrelation target="artist_label" type="labelled-by"/>
                            </accessibility>
                          </object>

The accessibility tag isn't handled by GtkBuilder though.
Comment 1 Bastien Nocera 2007-07-09 11:54:23 UTC
Created attachment 91489 [details]
properties.glade

The properties.glade file.
Comment 2 Johan (not receiving bugmail) Dahlin 2007-07-09 11:55:49 UTC

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