Bug 437219 - [Accessibility] Text from Table is not read out on Mac
Summary: [Accessibility] Text from Table is not read out on Mac
Status: CLOSED DUPLICATE of bug 434712
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.3.1   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: 4.5   Edit
Assignee: Lakshmi P Shanmugam CLA
QA Contact: Lakshmi P Shanmugam CLA
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2014-06-11 13:52 EDT by Siva Velusamy CLA
Modified: 2015-05-11 05:20 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Siva Velusamy CLA 2014-06-11 13:52:44 EDT
When a row in SWT Table is selected,

On Linux and Windows: the screen reader is able to read out the contents of the row.

On Mac, Voiceover only reads out the first column.

This happened to be a swt table with the first column being a checkbox, so it would just say "unchecked".
Comment 1 Arun Thondapu CLA 2014-06-11 22:55:16 EDT
Which version of Mac OS X are you using? Can you attach a snippet of code that can be used to re-create the problem?
Comment 2 Lakshmi P Shanmugam CLA 2014-06-23 08:20:35 EDT
I tried this with the SWT control example. The problem seems to be that when SWT table has the checkbox column, the last column is not being read.
Comment 3 Lakshmi P Shanmugam CLA 2015-05-11 05:20:45 EDT
The root cause is same for Checkbox Table and Tree. Will track this as a single bug - Bug 434712

*** This bug has been marked as a duplicate of bug 434712 ***