Re: Enhancing GTK+ TreeView accessibility

2010-06-07 Thread Li Yuan
Hi Bill, On 06/ 7/10 06:59 PM, Bill Cox wrote: Hi, Li. On Sun, Jun 6, 2010 at 11:18 PM, Li Yuan wrote: We have a bug for gailtreeview's performance: https://bugzilla.gnome.org/show_bug.cgi?id=577098, and we have done some analysis work there. Hopefully we can help out with this bug

Re: Enhancing GTK+ TreeView accessibility

2010-06-07 Thread Bill Cox
Hi, Li. On Sun, Jun 6, 2010 at 11:18 PM, Li Yuan wrote: > We have a bug for gailtreeview's performance: > https://bugzilla.gnome.org/show_bug.cgi?id=577098, and we have done some > analysis work there. Hopefully we can help out with this bug over in Vinux land. > I haven't read the code of gcon

Re: Enhancing GTK+ TreeView accessibility

2010-06-06 Thread Li Yuan
Hi Bill, Thanks for the suggestion. Comments below. 于 2010/6/6 0:52, Bill Cox 写道: Hi, Luke. The speed in gconf-editor is a big problem, but not technically a bug. We have a bug for gailtreeview's performance: https://bugzilla.gnome.org/show_bug.cgi?id=577098, and we have done some analysis w

Re: Enhancing GTK+ TreeView accessibility

2010-06-05 Thread Bill Cox
Hi, Luke. The speed in gconf-editor is a big problem, but not technically a bug. However, if you tab over to the Name/Value table, you can hear the namee, but the value always says "blank", regardless of the value type. The values themselves are not accessible. This is because the cell renderer

Re: Enhancing GTK+ TreeView accessibility

2010-06-03 Thread Luke Yelavich
On Fri, Jun 04, 2010 at 01:03:20AM EST, Bill Cox wrote: > I would guess that half of all treeview controls create accessibility > problems. For example, gconf-editor is not accessible through Orca, > because the values to be displayed are written directly to the cell > renderer in the get_size cal

Enhancing GTK+ TreeView accessibility

2010-06-03 Thread Bill Cox
I would guess that half of all treeview controls create accessibility problems. For example, gconf-editor is not accessible through Orca, because the values to be displayed are written directly to the cell renderer in the get_size callback, and never to the tree model, which is the only thing Orca