bosborne
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2016
02:48 PM
Description doesn't show when poster screen first loads
I have a content list that has items with title, shortDescriptionLine1, shortDescriptionLine2, and Description all filled out.
When the poster screen loads and the first item is shown, there's a blank line beneath the thumbnail, then the shortDescriptionLine1 is shown on the next line (in bold), and then shortDescriptionLine2 is shown beneath that. The description is NOT shown.
When I scroll to the next item in the list, the first blank line is removed and shortDescriptionLine1 and shortDescriptionLine2 are bumped up a line. The description is then shown on the bottom beneath shortDescriptionLine2. If I scroll BACK to the first item in the list, then it also displays it correctly.
So the problem is that only the first item is screwed up and only on initial load. Scrolling away and back to the item corrects it.
This appears to be bug - can anyone confirm?
When the poster screen loads and the first item is shown, there's a blank line beneath the thumbnail, then the shortDescriptionLine1 is shown on the next line (in bold), and then shortDescriptionLine2 is shown beneath that. The description is NOT shown.
When I scroll to the next item in the list, the first blank line is removed and shortDescriptionLine1 and shortDescriptionLine2 are bumped up a line. The description is then shown on the bottom beneath shortDescriptionLine2. If I scroll BACK to the first item in the list, then it also displays it correctly.
So the problem is that only the first item is screwed up and only on initial load. Scrolling away and back to the item corrects it.
This appears to be bug - can anyone confirm?
2 REPLIES 2
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2016
01:46 PM
Re: Description doesn't show when poster screen first loads
Without seeing any code, it sounds like an issue with the sequence data is populated then displayed. After the data is set, render needs to be called again - maybe that's the issue?
aspiring
bosborne
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2016
03:00 PM
Re: Description doesn't show when poster screen first loads
Thanks! I was declaring the list style before I set the content list. When I switched it to after the content list, it worked.