-
Notifications
You must be signed in to change notification settings - Fork 68
Description
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
- Boot the Ubuntu installer
- Enable the Orca screen reader
- Start the installation process
- Choose manual/custom disk partitioning
- Focus any dropdown menu (filesystem type, mount point, size unit, or disk selector)
- 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.
