Copying menu cell doesn't copy submenu layout
joeljfischer opened this issue · 0 comments
joeljfischer commented
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
- Create a cell with any subcells and set that cell's
submenuLayout
toTILES
- Connect to system with Core > 6.0 and HMI that supports tiled menu layout but defaults to LIST.
- Send the cell
- 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