Versions Compared

Key

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

...

ColorPicker Variations LTR

Depending on use cases, ColorPicker can be available as a button, split menu button, or combo box. For keyboard navigation, see Buttonsee Button, SplitMenuButton SplitMenuButton, and ComboBoxand ComboBox.

ColorPicker Pop-up LTR

The following table describes actions that are performed when the color palette is open and users press the following keys:

UP ArrowMove focus one item up.
DOWN ArrowMove focus one item down.
LEFT ArrowMove focus one item left.
RIGHT ArrowMove focus one item right.
DELETEIf a custom color is focused, remove the color from Custom Colors area.
SPACEBARIf Custom Color... link is focused, activate the link and open Custom Color dialog.
ENTERIf a color is focused, apply the color. Update the color picker. Close the color palette.
ESCClose the menu.
TABMove focus to the next focusable component.
SHIFT-TABMove focus to the previous focusable component.

 

ColorPicker Dialog LTR

The following table describes actions that are performed when a control in the Custom Color dialog is focused and users press the following keys:

LEFT ArrowIf a slider is focused, decrease the value of the slider by one step. If a text field is focused, move the caret left by one position.
RIGHT ArrowIf a slider is focused, increase the value of the slider by one step. If a text field is focused, move the caret right by one position.
SPACEBARIf a button is focused, perform the action associated with the button.
ENTERSave the new color to the Custom Colors area in the color palette. Close the dialog. Close the color palette. Update the color picker. Apply the color.
ESCDiscard all changes and close the dialog.
TABMove focus to the next focusable component.
SHIFT-TABMove focus to the previous focusable component.

See TextField chapter See TextField chapter for more keyboard navigation when a text field is focused.

 

...

Rich Text Editor LTR

The following table describes actions that are performed when a RichTextEditor is focused and users press the following keys:

CTRL-BBold text.
CTRL-IItalic text.
CTRL-UUnderlined text.
CTRL-SHIFT-MOutdent.
CTRL-MIndent.
TABMove focus to next focusable control.
SHIFT-TABMove focus to previous focusable control.

See TextArea chapter See TextArea chapter for more keyboard navigation.

...