Skip to content

Add standard keyboard scrolling to member list#11809

Open
1-navneet wants to merge 2 commits into
openstreetmap:developfrom
1-navneet:add-standard-scrolling-to-member-list
Open

Add standard keyboard scrolling to member list#11809
1-navneet wants to merge 2 commits into
openstreetmap:developfrom
1-navneet:add-standard-scrolling-to-member-list

Conversation

@1-navneet

@1-navneet 1-navneet commented Jan 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds standard keyboard scrolling behavior to the member list so arrow and page navigation keys scroll the list instead of moving the map.

Changes

  • Enable keyboard focus on member list
  • Handle ArrowUp / ArrowDown / PageUp / PageDown / Home / End
  • Prevent map movement while list is focused
  • Add visible focus outline for accessibility

Before

  • Arrow and page keys moved the map instead of scrolling the relations list.
before

After

  • Relations list captures keyboard focus and scrolls independently without moving the map.
after

Notes

Improves keyboard accessibility and aligns the member list with standard sidebar scrolling behavior.

@k-yle

k-yle commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

close/reopen to re-trigger PR preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants