-
Notifications
You must be signed in to change notification settings - Fork 976
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Have you checked for an existing issue?
- I have searched the existing issues
Flutter Quill Version
11.4.2
Steps to Reproduce
- Create a Flutter app with flutter_quill and a QuillSimpleToolbar.
- Include a QuillToolbarSelectHeaderStyleDropdownButtonOptions in the toolbar configuration.
- Enable TalkBack (Android) or VoiceOver (iOS).
- Navigate through the toolbar items using accessibility gestures or keyboard focus.
- Observe that the header style dropdown is skipped entirely until navigating backward, disrupting the logical reading order of toolbar items.
Expected results
- The toolbar items are read sequentially in the order they appear in the UI.
- The header style dropdown is read and accessible in its correct position between other toolbar items.
Actual results
- The header style dropdown appears to be read first, regardless of its position in the toolbar.
- The user must navigate back to access it.
- Screen readers may skip other toolbar elements if they rely on the current behavior.
Additional Context
Modifying the dropdown itself is difficult because QuillToolbarSelectHeaderStyleDropdownButtonOptions does not provide a direct semantic label or child semantics control.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working