smartdevicelink/sdl_ios

Copying menu cell doesn't copy submenu layout

joeljfischer opened this issue · 0 comments

Bug Report

Copying a menu cell does not copy the submenu layout. So when you use the menu manager to set a cell with subcells that sets the submenu layout to something other than the default, it will always fail to include the submenu layout information.

Reproduction Steps
  1. Create a cell with any subcells and set that cell's submenuLayout to TILES
  2. Connect to system with Core > 6.0 and HMI that supports tiled menu layout but defaults to LIST.
  3. Send the cell
  4. Display the menu and click on the cell
Expected Behavior

The cell's subcells should be shown in a tiled layout

Observed Behavior

The cell's subcells are always shown in a list layout.

OS & Version Information
  • iOS Version: n/a
  • SDL iOS Version: v7.3.0-RC.1
  • Testing Against: Manticore (Core v7.1.1, Generic_HMI v0.10.0)
Test Case, Sample Code, and / or Example App

n/a