iD icon indicating copy to clipboard operation
iD copied to clipboard

Improve feature_info & issue_info: auto-expand and scroll to it

Open omsaraykar opened this issue 1 month ago • 0 comments

Fixes: #9402

Previously:

  1. Clicking “X hidden features” only opened the Map Data pane.
  2. Clicking "Warnings and Errors" only opened the Issues pane

After this PR:

  1. Clicking "X hidden features"

    • Opens the Map Data pane
    • The Map Features section is expanded (if not already expanded by the user)
    • The pane scrolls to the Map Features section
  2. Clicking "Warnings and Errors:"

    • Opens the Issue pane
    • The Errors section is expanded (if not already expanded by the user)
    • The pane scrolls to the Errors section

Video Demonstration

FeatureInfo behavior:

https://github.com/user-attachments/assets/915e1987-b81b-4a3c-8fd3-b40e9ee80bcf

IssuesInfo behavior:

https://github.com/user-attachments/assets/342f00af-ad43-4248-8e9d-4c11c9434f38

omsaraykar avatar Dec 04 '25 16:12 omsaraykar