Skip to content
New issue

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

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

Already on GitHub? # to your account

Menu Manager won't send submenu cell images on RPC versions >= 5.0 && < 7.0 #2047

Closed
joeljfischer opened this issue Oct 5, 2021 · 1 comment
Assignees
Labels
bug A defect in the library manager-screen Relating to the manager layer - screen managers

Comments

@joeljfischer
Copy link
Contributor

Bug Report

SDL added support for submenu cell images on v5.0 but didn't add an image field name until v7.0. When connecting to systems on or above v5.0 and below v7.0, we must send the submenu icon even if the image field name isn't there.

Reproduction Steps
  1. Connect to a >= v5.0 && < v7.0 Core and HMI that supports submenu icons
  2. Show a submenu cell with an image
Expected Behavior

The image appears

Observed Behavior

The image does not appear

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

n/a

@joeljfischer joeljfischer added bug A defect in the library manager-screen Relating to the manager layer - screen managers labels Oct 5, 2021
@joeljfischer joeljfischer self-assigned this Oct 5, 2021
@joeljfischer
Copy link
Contributor Author

See SDLMenuReplaceUtilities sdl_ShouldCellIncludePrimaryImageFromCell:fileManager:windowCapability:

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug A defect in the library manager-screen Relating to the manager layer - screen managers
Projects
None yet
Development

No branches or pull requests

1 participant