Make entire collapsible heading clickable for better UX #2936
virgile-dev
started this conversation in
Ideas & Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Enhancement Request
Is your feature request related to a problem or unsupported use case? Please describe.
Currently, in collapsible heading / paragraphs, only the small black triangle icon is clickable to expand or collapse the content. This creates a poor user experience as users must precisely aim their cursor to interact with the heading. This is especially problematic for users with accessibility needs or those using touch devices.
Describe the solution you'd like
I propose making the entire heading text clickable to expand or collapse the paragraph, while preserving the following behaviors:
This change would improve usability and accessibility without disrupting the editing workflow. The small triangle icon can remain for visual consistency but won't be the sole interactive element.
All reactions