Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting / Adding Submenu Cells Doesn't Work Properly #2028

Closed
joeljfischer opened this issue Aug 23, 2021 · 0 comments · Fixed by #1901
Closed

Deleting / Adding Submenu Cells Doesn't Work Properly #2028

joeljfischer opened this issue Aug 23, 2021 · 0 comments · Fixed by #1901
Assignees
Labels
bug A defect in the library manager-screen Relating to the manager layer - screen managers

Comments

@joeljfischer
Copy link
Contributor

Bug Report

When updating the main menu system, if you update submenu cells of an existing menu cell, they will not be updated properly.

Reproduction Steps
  1. Create a menu [A, B, C] where C contains [Subcell 0, 1 -> Subcell 49]
  2. Update the menu to be [C, B, A] where C contains [Subcell 0, 49 -> 1]
Expected Behavior

The menu to appear as set up

Observed Behavior

The menu will be [C, B, A] where C contains [Subcell 0, 49]

OS & Version Information
  • iOS Version: n/a
  • SDL iOS Version: v7.2.0-develop
  • Testing Against: Manticore
Test Case, Sample Code, and / or Example App

SmokeTester iOS app, create a forward menu, then a reversed menu

@joeljfischer joeljfischer added bug A defect in the library manager-screen Relating to the manager layer - screen managers labels Aug 23, 2021
@joeljfischer joeljfischer self-assigned this Aug 23, 2021
@joeljfischer joeljfischer linked a pull request Aug 23, 2021 that will close this issue
4 tasks
@joeljfischer joeljfischer mentioned this issue Sep 27, 2021
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library manager-screen Relating to the manager layer - screen managers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant