Forum Discussion
coopdaddyswag
7 years agoBinge Watcher
To add, all my panels are set to medium size, and I do not perform any custom modification to the layouts.
Since I can reproduce the bug with sample code from Roku’s site, I have a strong feeling it is due to a bug in those components in the Scenegraph/Brightscript.
I am following these defaults: https://sdkdocs.roku.com/display/sdkdoc/PanelSet
With some investigation (All Standard Definition):
Since I can reproduce the bug with sample code from Roku’s site, I have a strong feeling it is due to a bug in those components in the Scenegraph/Brightscript.
I am following these defaults: https://sdkdocs.roku.com/display/sdkdoc/PanelSet
With some investigation (All Standard Definition):
- Even if panel size is set, the width and height are not updated. When set to ‘medium’, panel width is still set to default 388 (where It needs to be 292).
- Even if panel size is set, the leftposition is not updated. When set to ‘medium’, panel leftposition is still set to default 105 (where it needs to be 60).
- In OverhangPanelSetScene, the PanelSet’s transition is set to [0, -125], where I had to set it to [0, 100] for it to move back down into the screen.
- Overhang is still set to its default 115