Re: [orca-list] Accessible labels in editable fields



On Mon, Jul 4, 2011 at 12:30 AM, Luciano de Souza <luchyanus gmail com> wrote:

Buttons, lists, radio buttons, menus, combos Âare all satisfactorily read.
However, I have some problem with editable fields.

When I focuse on a editable field, Orca says "edit", but it doesn't read the
respective label placed on the left.

Is the label programmatically associated with the field in any way? Or
is it just
on the left?

I think you need to add a ATK_RELATION_LABEL_FOR relationship between the
label and the field:

http://developer.gnome.org/atk/2.0/AtkRelation.html

perhaps using:

http://developer.gnome.org/atk/2.0/AtkObject.html#atk-object-add-relationship

I don't know how you access that functionality in an IUP/Lua context.

--
Benjamin Hawkes-Lewis



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]