"RokuJoel" wrote:
Hi, Here's what Engineering has to say:
"Anon Scenegraph Engineer" wrote:
My guess is that the height of the RowList rows is not correct. The height of the rows is used to set a clipping rectangle for the items, so I think the problem is that the labels underneath the posters are being clipped.
If all the rows have the same size, the height is specified using the itemSize field. If the rows have different sizes, the height is specified on a per row basis using the rowHeights field.
Increasing the row heights should also allow for the correct amount of space to be left between the rows.
- Joel
Hi Guys,
I had the exact same issue with a channel I'm developing and I found the cause, if the RowList has the following configuration:
rowFocusAnimationStyle="fixedFocusWrap"
The label will disappear as described on the original post. I could reproduce it using the
Video Player Example if you add this line above to the RowItem defined at the CategoryScreen.xml
I could only reproduce it on the Roku Stick (3600X) and Roku 2 (2720X) both with latest 7.5.0 firmware.
I could NOT reproduce on my Roku 3 (4200X) that has a beta firmware.