Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ControlTestFocusActionsNotes
ButtonHelloButtonread text

Mac:VO+S

Win:CL+S

Note: only the first button in the example has a action listener printing to the console
CheckBoxHelloSimpleCheckBoxMac & Win7: status (checked, unchecked, mixed) + name + check box Note: Win7 not working 
ComboBoxHelloComboBox

Mac: pop up button

Windows: "Combo Box with" X "items editable text Prompting you here" 

  
HyperlinkHelloHyperlink   
LabelHelloLabel

Mac Reads: text

Win7:

 Note: Win 7 Doesn't read
ListViewHelloSimpleListView

Mac Reads: table no selection;

Mac & Win: "JavaFX item" X

 

Note: Win7 rarely reads back

Win7 and Mac10.9 do not read first item 0.

PaginationHelloPagination

Win 7 Reads: tab number + "tab"

Mac Reads: "1 selected radio button 1 of 10"

 Note: win7 off by one.
PasswordFieldHelloTextField

Win7: text + "text"

"SecureText" for password box.

Mac: Text Blank

If you type text leave and comeback with tab: text + "text" + "selected text"

Also reads: "secure text" for secure text field.

 

  
ProgressBarHelloProgressBarMac: ProgressType or Percent + "progress indicator" Note: Windows (7) not working.
ProgressIndicatorHelloProgressIndicatorSame as progress bar  
RadioButtonHelloRadioButton

Win7 reads: text + "radio button" + selected?

Mac reads: Same as Windows

  
ScrollBarHelloScrollBar   
ScrollPaneHelloScrollPane   
SliderHelloSlider

Mac: reads 0%

Win: reads 0%

Increment: arrow right, must read new value

Decrement: arrow left, must read new value 

 
TableViewHelloSimpleTableView

Mac: reads first column for selected row: Item 0 Column 1 Row 1

Win:

Arrow up and down: reads newly selected row

Mac:

Describe item VO+F3: reads selected cell, cell location, column header

Cell traverse: VO + Left/Right arrow:  reads selected cell, cell location, column header

Read header: VO + C (read the column header, either name or email) 

Win:

 
TabPaneHelloTabPane

Mac: name + "Selected Radio button"

Win7: name + "tab"

  
TextAreaHelloTextArea

Mac reads "text" + text

Win7 reads: text only

  
TitlePaneHelloTitledPane

Win7:

 

  
TitlePaneHelloAccordion

Win7 reads:  name + "Pane" + contents

Mac: N/A

 Note Win7: Most (All?) actions do not trigger narrator.
ToggleButtonHelloToggleButton

Mac Reads: Same as CheckBox

Win7: Reads Contents

Toggle: Space BarNote: Actions do not seem to work on Win7
ToolBarHelloToolBar

 Win7 Reads: "Toolbar with" X "Buttons" + "Button" X "selected"

Mac Reads: "button 1"

 Note: mac behaves oddly, not reading that there is toolbar, just contents.
TooltipHelloTooltip   
TreeViewHelloSimpleTreeView

Win7 Whole Control Reads: nothing

on focused node: name + expanded + "with" numChildren + "children"

Mac: Whole Control Reads: table

on focused root: root

on focused leaf: name + expanded + number of items + level

 

  

...