Hi all,

bug-2357 - combo box of installer does not support a11y
http://defect.opensolaris.org/bz/show_bug.cgi?id=2357

webrev at
http://cr.opensolaris.org/~jedy/bug-2357/

Overview:
There are 4 combo boxes in the installer, 3 for timezone selection and 1
for locale selection. They do not support a11y and the accerciser can
not obtain name of the entries in the combo boxes.

To enable the a11y support of the combo box you have to associate one
column of the tree/list store which stores pointers to strings with the
"text" property of the text renderer.

So for 2 combo boxes in the installer, one column associated with the
pointers to the names of the entries is added for each combo box. When
adding the new entry to the combo box, the name of the entry is also
added. Render handlers are removed too because the default text render
handler works fine in this way.

Regards,

Jedy


Reply via email to