You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use the proposal page using keyboard navigation, the dynamic actions do not preserve the focus position, as can be seen from the video:
After "liking" the proposal, the focus position goes back to the beginning of the page - it should stay where it was before the modal was opened
After "disliking" the proposal, the experience is the same as with liking
After supporting the proposal, the focus goes outside of the button that was selected before it was pressed
After removing the support, the experience is the same as with support (although not visible in the video)
After closing the share modal, the focus goes back to the beginning of the page
After closing the report modal, the focus goes back to the beginning of the page
To Reproduce
Go to proposals (with supports enabled)
Try navigating the page with keyboard navigation
Try the different dynamic actions on the page (like, dislike, support, follow, share, report) and see that focus position is not correctly maintained currently
Expected behavior
I would expect the focus position to be maintained after the dynamic action is completed.
Screenshots
Here I am trying to show how the page functions currently with the weird focus positions:
Describe the bug
When I try to use the proposal page using keyboard navigation, the dynamic actions do not preserve the focus position, as can be seen from the video:
To Reproduce
Expected behavior
I would expect the focus position to be maintained after the dynamic action is completed.
Screenshots
Here I am trying to show how the page functions currently with the weird focus positions:
decidim-focus-position.mp4
Stacktrace
No response
Extra data
Additional context
No response