After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 139391 - 'Name' table column not reported in nautilus
'Name' table column not reported in nautilus
Status: RESOLVED FIXED
Product: atk
Classification: Platform
Component: gail
unspecified
Other Linux
: Normal normal
: ---
Assigned To: padraig.obriain
padraig.obriain
AP2
: 140655 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-04-07 16:22 UTC by david.hawthorne
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description david.hawthorne 2004-04-07 16:22: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.
Comment 1 padraig.obriain 2004-04-07 17:25:16 UTC
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.
Comment 2 Dana Ormenisan 2004-04-08 09:27:01 UTC
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. 
Comment 3 padraig.obriain 2004-04-08 09:44:10 UTC
OK.

I will try to see what the difference is.
Comment 4 remus draica 2004-04-08 10:23:11 UTC
I have looked at this and seems that first cell has no name and no children.
Comment 5 padraig.obriain 2004-04-08 11:04:52 UTC
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.
Comment 6 padraig.obriain 2004-04-08 13:32:17 UTC
Patch committed to gail to ensure that name is reported. Bug #139474 logged for
other issue.
Comment 7 Dana Ormenisan 2004-04-21 06:00:30 UTC
*** Bug 140655 has been marked as a duplicate of this bug. ***