You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Voice Over reference page

http://www.apple.com/voiceover/info/guide/_1131.html

Windows Narrator reference page

http://windows.microsoft.com/en-us/windows/hear-text-read-aloud-narrator#1TC=windows-8

Known Bugs:

    Windows: you need to click and give focus to a new control before anything reads
    Windows: when you click away from a stage and come then click back on the tile, the focus is not re-read

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  
ChoiceBoxHelloChoiceBox   
ComboBoxHelloComboBox

Mac: pop up button

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

  
ContextMenuHelloPopupMenu   
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.

MenuButtonHelloMenuButtonReads text on button

Mac:VO+Space opens menu

Win: CL+Space opens menu 

On Mac when the menu opens the focus is assigned properly to the context menu and it doesn't work. It is like the control missed sending the event. When the menu opens using the regular shortcut (space) everything works.
SplitMenuButtonHelloMenuButtonReads text on button

Mac:VO+Space fires the button
Mac: VO+Shift+M opens menu

Win: CL+Space fires the button
Win: ??? (it shows in the help and in Inspector (and works), but could not find the shortcut for the expand command.

 
PaginationHelloPagination

Win 7 Reads: tab number + "tab"

Mac Reads: "1 selected page 1 of 10"

 

Note: win7 off by one.

Note that Pagination is not virtualized. It reads N of 10. But it should say N of 28.
10 is the number of visible buttons. 

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

 

  

 

 

 

  • No labels