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

Duplicate menuCell items #151

Open
FrankElias77 opened this issue Sep 10, 2021 · 1 comment
Open

Duplicate menuCell items #151

FrankElias77 opened this issue Sep 10, 2021 · 1 comment
Labels

Comments

@FrankElias77
Copy link

FrankElias77 commented Sep 10, 2021

Bug Report

Duplicate menuCell items appear randomly in the menu when trying to present the same cells, it might be the previous cells are not getting deleted?

Tested with the iOS Smoke Tester app(sdl_smoketester_ios) /branch develop:

  1. Open the app on Manticore
  2. Click on Screen Manager - Main Menu -> Menu Forward on the device cell to upload a menu
  3. Wait for menu to be uploaded, then click on Screen Manager - Main Menu -> Menu Reverse cell to upload the reversed menu
  4. Before the menu in step 2 gets successfully uploaded, click Screen Manager - Main Menu -> Menu Forward
  5. Repeat the fourth step immediately after

Might need to repeat the steps above few times before you can see the bug
Screen Shot 2021-09-09 at 3 28 38 PM

@FrankElias77
Copy link
Author

Use the following scenario mainMenu = [menuA, menuB, menuC; menuA.subCells = [subcell0...subcell49]
mainMenu = [menuC, menuB, menuA]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants