Skip to content

Accessibility: Flutter-based Ubuntu Installer dropdown menus are not readable by Orca during manual disk partitioning on ubuntu 25.10 #1246

@MesterPerfect

Description

@MesterPerfect

Is there an existing issue for this?

  • I have searched the existing issues and found none matching what I'm reporting.

Bug Description

The new Flutter-based Ubuntu Desktop installer has a critical accessibility issue when used with the Orca screen reader.

Dropdown menus are not readable or accessible by Orca, particularly in the manual/custom disk partitioning section of the installer.

Affected dropdowns include:

  • Filesystem type selection (e.g. ext4, xfs)
  • Mount point selection (/, /home, swap, etc.)
  • Partition size unit selection (MB, GB, etc.)
  • Disk selection dropdowns

When these dropdowns receive focus or are opened:

  • Orca does not announce the currently selected value
  • Orca does not read the list of available options
  • Navigating the options with the keyboard produces no spoken feedback

This prevents blind and visually impaired users from safely and independently performing manual disk partitioning, making the installer unusable for advanced installation scenarios.

Screenshots of the affected dropdown menus will be attached.

Steps to reproduce the behavior

  1. Boot the Ubuntu installer
  2. Enable the Orca screen reader
  3. Start the installation process
  4. Choose manual/custom disk partitioning
  5. Focus any dropdown menu (filesystem type, mount point, size unit, or disk selector)
  6. Attempt to open and navigate the dropdown using the keyboard

Expected behavior

Orca should:

  • Announce the dropdown control
  • Read the currently selected value
  • Announce each option while navigating the dropdown
  • Announce selection changes

This should allow screen reader users to complete manual partitioning independently.

Ubuntu release

24.10

What architecture are you using?

amd64

System info

No response

Additional context

  • Screen reader: Orca (default version shipped with Ubuntu 25.10)
  • Desktop environment: GNOME
  • Issue occurs consistently on fresh installer sessions
  • This appears to be a Flutter accessibility / AT-SPI integration issue rather than a hardware-specific problem

Screenshots of the unreadable dropdown menus will be attached to illustrate the affected UI elements.

Image Image Image Image

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions