GNOME Bugzilla – Bug 139391
'Name' table column not reported in nautilus
Last modified: 2004-12-22 21:47:04 UTC
using gnopernicus 0.8.1-1 -launch gnopernicus -launch nautilus -select 'View' -> 'View as list' -navigate to the list pane .gnopernicus reports 'table line, 4 items, <items 2 to 4>' .the 'name' value is not spoken or showing up with braille. this does not happen with the first table column in the gnome 'open file' window, so it may be a nautilus bug.
If I understand correctly the colum which is not spoken contains both icon and text. I suspect that it is the handling of this which is the problem. In gail, we currently represent the cell as containing two children, one of which should contain the name and the other contains the icon.
I suspect this is a nautilus issue. In gedit 'Open File' there is a table with two columns. First column of this table contains both icon and text and it is reported by gnopernicus.
OK. I will try to see what the difference is.
I have looked at this and seems that first cell has no name and no children.
There are a number of problems here. The icon is a NautilusCellRendererPixbufEmblem and gail is not handling that correctly. I will transfer this bug to gail in order to get the name reported and will log a separate bug to get accessibility implementation for NautilusCellRendererPixbufEmblem.
Patch committed to gail to ensure that name is reported. Bug #139474 logged for other issue.
*** Bug 140655 has been marked as a duplicate of this bug. ***