GNOME Bugzilla – Bug 455127
ATK relations not properly converted
Last modified: 2007-07-09 12:01:07 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.
Created attachment 91489 [details] properties.glade The properties.glade file.
*** This bug has been marked as a duplicate of 454653 ***