MerginMaps / MerginMaps/mobile

Overflow “Select more” menu stays open after rotation; actions move to bottom toolbar

Open
#4,268 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug ui/ux
Dominant language
C++
Stars
388
Forks
87
Avg merge
2d 7h
Merged PRs (30d)
20

Description

Description

When a user opens the overflow “Select more” (three vertical dots) menu while editing an existing record and then rotates the device to landscape, the action items move into the bottom toolbar but the original overflow menu remains open. This results in duplicated UI controls.

Environment
Staging

Application (+ app version, build, operating system)

  • iOS app version: 2025.8.0 (build 25.12.839911)
  • iOS version: 26.0

Steps to reproduce

  1. Open a project and select an existing record/feature to edit.
  2. Tap the overflow “Select more” (three vertical dots) menu to open it.
  3. Rotate the device to landscape orientation.

Actual results

  • The action items appear in the bottom toolbar (landscape layout), but the previously opened “Select more” menu remains visible and interactive at the same time.

Expected results

  • On orientation change, the overflow menu closes or re-renders so only one set of actions is visible. The UI should not show both the bottom toolbar actions and the open overflow menu simultaneously.

Screenshots or logs

Conclusion
Created by GitHub Copilot and supervised by a human test analyst.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the orientation-change handling for the edit screen and the Select more overflow menu, then trace how landscape switches actions to the bottom toolbar. No file or test is named; done means reproducing the rotation case and confirming that only one action presentation remains visible and interactive.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.