So I have a rowlist that has an onitemfocus event which sends the focuseditem's data - "focusedContent contentnode" (defined by a getCategories Task) to display an Image, Title, Description, Duration component.
Also when I 'onitemfocus', a Get Rating task runs, which does an api call and grabs the rating and displays the rating by star Posters. This works fine.
What I want to do is prevent the get rating task to run on previous items by updating the FocusedContent content node with a userrating value. I can do this. BUT once that value gets updated the Rowlist either re-renders / loses focus. It gets reset to the 0 item in the row.
I have unobserved the focused content while the data is being updated. but as soon as I re-observe the rowlist re-renders/re-focuses.
Does anybody have a clue to what is going on?
THANKS