Skip to content

Some controls do not support ToolTips when the user uses the keyboard to navigate #4305

@SergeySmirnov-Akvelon

Description

@SergeySmirnov-Akvelon

Controls that don't support tooltips when the user uses the mouse to navigate:

Controls that have a property for a tooltip, but it is not displayed when the user uses the mouse or keyboard to navigate:

  • ContextMenu
  • DataGridView (it is only displayed when the user hovers over a cell (for example: DataGridViewButtonCell))
  • PrintPreviewDialog
  • PropertyGrid

Controls that have no tooltip properties:

  • ColorDialog
  • FolderBrowserDialog
  • FontDialog
  • NotifyIcon
  • OpenFileDialog
  • PageSetupDialog
  • PrintDocument
  • PrintDialog
  • SaeFileDialog
  • TolStripSeparator

Controls that cannot be focused using the keyboard (but the tooltip is displayed when the user uses the mouse):

  • DataGridViewButtonColumn
  • DataGridViewCheckBoxColumn
  • DataGridViewComboBoxColumn
  • DataGridViewImageColumn
  • DataGridViewLinkColumn
  • DataGridViewTextBoxColumn
  • FlowLayoutPanel
  • GroupBox
  • Label
  • MenuStrip
  • Panel
  • PictureBox
  • ProgressBar
  • SplitterPanel
  • StatusStrip
  • ToolStrip
  • ToolStripLabel
  • ToolStripProgressBar
  • ToolStripStatusLabel

Controls that support tooltips when the user uses the keyboard or mouse to navigate:

  • BindingNavigator - buttons
  • DataGridViewButtonCell
  • DataGridViewCheckBoxCell
  • DataGridViewComboBoxCell
  • DataGridViewImageCell
  • DataGridViewLinkCell
  • DataGridViewTextBoxCell
  • DateTimePicker
  • DomainUpDown
  • ListBox
  • ListView
  • MaskedTextBox
  • MonthCalendar
  • NumericUpDown
  • PrintPreviewControl
  • PrintPreviewDialog - buttons
  • PropertyGrid - buttons
  • RadioButton
  • RichTextBox
  • SplitterContainer
  • TabControl
  • TextBox
  • ToolStripButton
  • ToolStripComboBox
  • ToolStripDropDownButton
  • ToolStripMenuItem
  • ToolStripSplitButton
  • ToolStripTextBox
  • TreeViewLinkLabel

Metadata

Metadata

Labels

a11y-MASHigh Priority - Accessibility violation of Microsoft Accessibility StandardsepicGroups multiple user stories. Can be grouped under a theme.tenet-accessibilityMAS violation, UIA issue; problems with accessibility standards

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions