Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,475
    • Issues 1,475
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 246
    • Merge requests 246
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gtkgtk
  • Merge requests
  • !4665

Don't tell the screen reader that a button is related to an image which has no useful label

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Lukáš Tyrychtr requested to merge tyrylu/gtk:fix_4258 into main Apr 25, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

This MR allows the application developer to override the A11Y label for buttons which have only a symbolic icon (e. g. the icon is set using set_icon_name). The A11Y relation there forces Orca to follow it and in all cases I observed the added value was just a GtkImage addition to the audible label, e. g. i never saw a case where the label would be semantically superior to an empty string.

This fixes #4258.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix_4258