GNOME Bugzilla – Bug 319666
Empty tree tables should announce themselves as empty.
Last modified: 2008-07-22 19:23:54 UTC
Thank you! Looks like a bug.
(In reply to comment #0) > Empty tree tables should announce themselves as empty. > this bug is very vague and does not contain enough details. Most tree tables speak but as for bug 350674, is specifically aimed towards the add to panel tree table of available items. The issue here is that orca says "layered pane. panel greyed'. this does not make sense to me and orca should be able to speak the items. Doing a flat review doesn't reveal much. Cody
Add accessibility keyword. Apologies for spam.
Created attachment 76720 [details] [review] Patch to hopefully fix the problem. This is a patch to speechgenerator.py that I think will fix the problem. The problem is that I can't reproduce the problem, so I need a little help in testing this. I have NOT checked in this patch to CVS HEAD, so you will need to save this attachment in a file in the .../orca/src/orca directory and apply with: % patch < patch.319666 This will patch the speechgenerator.py file. Then configure/build/install Orca as normal. What the patch does is check for a table cell that is expandable but has no children. If it finds one, it appends "0 items" to the list of speech utterances. Could somebody please give it a try and let me know if it fixes the problem? Thanks.
Created attachment 77452 [details] [review] Patch to also speak empty tables I did a quick test with this using an empty gaim buddy list as a test. The problem in that case is that it is a table with no visible children. This patch seems to catch that well (I tested it). I'm not sure how to reproduce the other problem described.
Umm, did you attach the right patch. This new one looks indentical to the one that was already there.
Created attachment 77484 [details] [review] Patch to also speak empty tables Here's the real patch (I hope!)
Created attachment 77571 [details] [review] Patch to also speak empty layered panes (which I think was the original problem) I woke up this morning and realized another thing to test would be what happens when encountering empty directories in nautilus. This new patch helps with that, too. I test this patch and checked it in for v2.17.3.
Fixed for v2.17.3.