I have a simple app with a text menu (category) on the left and for each of the items in the vertical menu, there is a single row of posters on the right.
We are not doing anything fancy on the rowlist (basic action on selection or focus of item) but running into a weird problem. The row shows 4 visible posters and there is a 5th poster (could be more) outside visible screen area (using floatingFocus). This is the problem.
When the 4th and 5th poster have the same image, everything works fine (highlight moves to the 5th poster, row slides to the left and the 5th poster is visible). But if the 4th and 5th poster images are different, the highlight moves to the right (only partially visible as 5th image is off screen) but the row doesn't scroll left.
Tried different file sizes, made all images same, camera or source of image same, tried mixing order of images. The 4th and 5th images have to be same. There is nothing in our code that treats anything different based on the poster image and do not do any modifications to the flow (as I said the handles are very simple on selection show a video).
Any pointers are greatly appreciated. Is this a know problem? Is this a version issue? or .... any guidance. Thanks